13 Commits

Author SHA1 Message Date
Tim Burke
6f920fd437 Add some reno artifacts to .gitignore
I don't see why running `python setup.py sdist` should leave me
with a dirty checkout.

Change-Id: Id932780c2e555b77a0066c70641684c0ddfdd79e
2018-07-30 19:26:37 +00:00
Samuel Merritt
a13e0ee76b Ignore directory .stestr
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
2018-01-04 20:40:11 -08:00
Alistair Coles
2afa3681cb Add .eggs/* to .gitignore
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
2016-03-22 11:53:49 +00:00
Richard Hawkins
9d7f71d575 Modify functional tests to use ostestr/testr
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
2015-12-15 22:30:44 +00:00
Leah Klearman
ca0fce8542 more probe test refactoring
* 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
2015-02-13 16:55:45 -08:00
TheSriram
47e34cf15e fix(gitignore) : ignore *.egg and *.egg-info
Change-Id: I9496dab9e8f779a7ae045bb73b2cf8e77bda0d30
2013-07-30 15:11:00 -04:00
Peter Portante
934cd9d9a5 Ignore coverage HTML directory and MANIFEST.
Change-Id: I5286cd1b066da11eef98dbfea9252366ca3ffd9c
Signed-off-by: Peter Portante <peter.portante@redhat.com>
2013-07-25 16:48:38 -04:00
Jon Snitow
eb0629fc82 Make sure users can't remove their account quotas
Protect X-Remove-Account-Meta-Quota-Bytes same as X-Account-Meta-Quota-Bytes

Fixes bug 1204110

Change-Id: Ibac5b555f50b1fe41b2999c0d5776d90f9c9f3d1
2013-07-24 16:11:03 -07:00
Kun Huang
2a9da16de6 update .gitignore
Ignore build/ directory, which is auto-created when running `python
setup.py bdist` like dist/ directory.

Change-Id: Ie58936320d995e4e81f8929128475e538665bde8
2013-06-20 17:58:50 +08:00
Victor Rodionov
7f534fac38 fix dict duplicated key
remove duplicated key from swift-bench bin; and also add .idea to gitignore

Change-Id: I31360489716d03324b8d2bb1c51e282393069c13
2013-04-22 01:31:53 +04:00
Peter Portante
37da61bf30 Ignore pycscope files
Change-Id: I5fe38f28896d086e56ba9e718b02227d87dd4a2d
Signed-off-by: Peter Portante <peter.portante@redhat.com>
2012-12-04 11:17:38 -05:00
Maru Newby
e6ea310751 Add support for venv-based test run with tox.
* 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
2012-03-07 22:44:34 -08:00
gholt
ba57e6ec04 Updating changelog for 1.4.3
Change-Id: Iae6a3d5341d9621034c772174abfa3f10e7e335b
2011-09-07 21:55:40 +00:00