summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Give unit tests a second chance to passTim Burke2020-12-041-0/+1
| | | | Change-Id: I495fb1ec2394130c7274368662b58212ca375854
* Make ceph tests more portableClay Gerrard2019-09-131-0/+1
| | | | Change-Id: If93325f2651a02f98f9d480c10bf7b849cc9617e
* Add some reno artifacts to .gitignoreTim Burke2018-07-301-0/+2
| | | | | | | I don't see why running `python setup.py sdist` should leave me with a dirty checkout. Change-Id: Id932780c2e555b77a0066c70641684c0ddfdd79e
* Ignore directory .stestrSamuel Merritt2018-01-041-0/+1
| | | | | | | After running the functional tests, this directory shows up. I don't know what's in it, but I'm fairly certain I don't want to commit it. Change-Id: If9179330c337daf2ae0a01e6c8aa8d349969e737
* Add .eggs/* to .gitignoreAlistair Coles2016-03-221-0/+1
| | | | | | | | | | | After running: python setup.py build_sphinx there is a .eggs directory left in the repo root directory which is not currently ignored by git. Change-Id: Id15811f94046fd8bb22153425bf5cafe6c045453
* Modify functional tests to use ostestr/testrRichard Hawkins2015-12-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | Defcore uses Tempest, which uses Test Repository. This change makes it easier for Defcore to pull functional tests from Swift and run them. Additionally, using testr allows tests to be run in parallel. Concurrency set to 1 for now, >1 causes failures for reasons that are still TBD. With switch to ostestr all the server logs are being sent to stdout which makes it completely unreadable. Suppressing the logs by default now with a flag to enable it if desired. Co-Authored-By: John Dickinson <me@not.mn> Co-Authored-By: Robert Collins <rbtcollins@hpe.com> Co-Authored-By: Matthew Oliver <matt@oliver.net.au> Co-Authored-By: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com> Change-Id: I53ef4a116996a772cf1f3abc2eb0ad60047322d5 Related-Bug: 1177924
* more probe test refactoringLeah Klearman2015-02-131-0/+2
| | | | | | | | | | * move get_to_final_state into ProbeTest * get rid of kill_servers * add replicators manager and updaters manager to ProbeTest (this is all going someplace, i promise) Change-Id: I8393a2ebc0d04051cae48cc3c49580f70818dbf2
* fix(gitignore) : ignore *.egg and *.egg-infoTheSriram2013-07-301-1/+2
| | | | Change-Id: I9496dab9e8f779a7ae045bb73b2cf8e77bda0d30
* Ignore coverage HTML directory and MANIFEST.Peter Portante2013-07-251-0/+2
| | | | | Change-Id: I5286cd1b066da11eef98dbfea9252366ca3ffd9c Signed-off-by: Peter Portante <peter.portante@redhat.com>
* Make sure users can't remove their account quotasJon Snitow2013-07-241-0/+1
| | | | | | | | Protect X-Remove-Account-Meta-Quota-Bytes same as X-Account-Meta-Quota-Bytes Fixes bug 1204110 Change-Id: Ibac5b555f50b1fe41b2999c0d5776d90f9c9f3d1
* update .gitignoreKun Huang2013-06-201-0/+1
| | | | | | | Ignore build/ directory, which is auto-created when running `python setup.py bdist` like dist/ directory. Change-Id: Ie58936320d995e4e81f8929128475e538665bde8
* fix dict duplicated keyVictor Rodionov2013-04-221-1/+2
| | | | | | remove duplicated key from swift-bench bin; and also add .idea to gitignore Change-Id: I31360489716d03324b8d2bb1c51e282393069c13
* Ignore pycscope filesPeter Portante2012-12-041-0/+1
| | | | | Change-Id: I5fe38f28896d086e56ba9e718b02227d87dd4a2d Signed-off-by: Peter Portante <peter.portante@redhat.com>
* Add support for venv-based test run with tox.Maru Newby2012-03-071-0/+1
| | | | | | | | | | | | | | | | | | | | | * Adds tox config - based on the config from python-quantumclient and updated for test, pep8 and coverage execution as per nova's run_tests.sh. * Adds nosetests defaults in setup.cfg * Adds runtime dependencies in tools/pip-requires - dependencies were gathered by referencing the packages used in creation of a Swift All In One. Versions were determined by checking the swift-core/trunk ppa or, failing that, the version available in lucid. * Adds test dependencies in tools/test-requires * Updates swift/common/middleware/formpost.py for pep8 compliance * Adds instructions for executing the tests with Tox to the developer_guidelines * Adds instructions for installing openstack.nose_plugin to developer_saio * Fixes bug 909177 Change-Id: I5407924d2181e9ab335aaf76bf30c8d40deccbb4
* Updating changelog for 1.4.3gholt2011-09-071-0/+8
Change-Id: Iae6a3d5341d9621034c772174abfa3f10e7e335b