summaryrefslogtreecommitdiff
path: root/test/functional/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Get rid of test.unit.SkipTestTim Burke2023-02-161-3/+2
* Extract SwiftHttpProtocol to its own moduleTim Burke2022-12-061-1/+2
* Cleanup tests' import of debug_loggerClay Gerrard2021-04-271-1/+2
* Use socket_timeout kwarg instead of useless eventlet.wsgi.WRITE_TIMEOUTTim Burke2020-11-111-3/+0
* Increase container_update_timeout in in-process func testsTim Burke2020-11-051-6/+1
* Merge "func tests: work with etag-quoter on by default"Zuul2020-06-051-0/+4
|\
| * func tests: work with etag-quoter on by defaultTim Burke2020-06-011-0/+4
* | Enable s3api and staticweb tests across all func testsThiago da Silva2020-06-011-2/+5
|/
* fix s3api functional testsThiago da Silva2020-05-151-0/+5
* swift-dsvm: Enable more middlewaresTim Burke2020-04-231-4/+9
* pep8: Turn on E305Tim Burke2020-04-031-0/+1
* Update hacking for Python3Andreas Jaeger2020-04-031-3/+3
* s3api: Implement object versioning APIkaren chan2020-01-281-5/+8
* New Object Versioning modeClay Gerrard2020-01-241-0/+3
* Merge "Allow non-default domain to be used in func tests"Zuul2019-09-201-0/+10
|\
| * Allow non-default domain to be used in func testsTim Burke2019-08-051-0/+10
* | py3: Finish porting func testsTim Burke2019-08-161-2/+4
* | py3: Add swift-tox-func-encryption-py37 gate jobTim Burke2019-08-061-1/+5
|/
* py3: port staticweb and domain_remap func testsTim Burke2019-07-101-1/+4
* Get functional/tests.py running under py3Tim Burke2019-05-081-4/+5
* Unify auth_host/port/ssl/prefix func test options into auth_uriTim Burke2019-05-031-16/+29
* Fix bulk responses when using xml and Expect 100-continueJohn Dickinson2019-03-181-0/+12
* Stop monkey-patching mimetoolsTim Burke2019-03-131-4/+1
* Clean up func tests ahead of py3Tim Burke2019-03-011-4/+4
* Fix in-process func tests to work with newer PasteDeployTim Burke2018-12-031-1/+0
* Only print "SKIPPING FUNCTIONAL TESTS ..." messages onceTim Burke2018-11-291-32/+39
* Add missing ws seperator between wordszhufl2018-11-191-1/+1
* Add another user for s3api func testsTim Burke2018-09-141-2/+6
* Allow domain remap storage_domain to be configured for func testsAlistair Coles2018-06-071-3/+11
* Add support for PROXY protocol v1 (only)Darrell Bishop2018-05-231-16/+18
* Import swift3 into swift repo as s3api middlewareKota Tsuyuzaki2018-04-271-0/+51
* Functional tests for staticweb middlewareRomain LE DISEZ2018-03-071-1/+45
* No longer import noseSteve Kowalik2017-11-071-2/+2
* Add checksum to object extended attributesSamuel Merritt2017-11-031-4/+11
* Remove all post_as_copy related code and configesKota Tsuyuzaki2017-09-161-9/+0
* Fix swiftdir option and usage of storage policy aliasesChristian Schwede2017-07-121-16/+8
* Open-code eventlet.listen()Pete Zaitcev2017-05-111-8/+8
* Add message to account-creation assertionTim Burke2017-05-041-1/+2
* Support EC policy for in process functional testsAlistair Coles2017-03-091-17/+63
* Add functional tests for new versioned_write modeKota Tsuyuzaki2016-09-251-0/+1
* Enable in-process func tests to optionally use encryptionJanie Richling2016-07-281-0/+70
* Silence SkipTest noise in in-process test teardownAlistair Coles2016-02-241-7/+12
* Merge "Add functional test for access control (RBAC) with Keystone"Jenkins2016-02-111-9/+28
|\
| * Add functional test for access control (RBAC) with KeystoneHisashi Osanai2016-01-191-9/+28
* | Enable in-process func tests to optionally use fast-postAlistair Coles2016-02-011-0/+9
|/
* Fix func test --until-failure and --no-discover optionsAlistair Coles2015-12-161-1/+1
* Modify functional tests to use ostestr/testrRichard Hawkins2015-12-151-9/+41
* py3: Replace urllib imports with six.moves.urllibVictor Stinner2015-10-081-1/+1
* test/(functional/probe):Replace python print operator with print function (pe...janonymous2015-08-201-16/+17
* Use six to fix imports on Python 3Victor Stinner2015-07-241-4/+7