summaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Collapse)AuthorAgeFilesLines
* Fix misuse of assertTrueTakashi Natsume2022-08-181-3/+3
| | | | | | | | Replace assertTrue with assertEqual. Change-Id: Ia3524bc5b3b01c0039bede6bb172535eb85bac08 Closes-Bug: 1986948 Signed-off-by: Takashi Natsume <takanattie@gmail.com>
* Remove unnecessary unicode prefixesStephen Finucane2022-03-211-1/+1
| | | | | | | | All strings are unicode by default in Python 3. No need to mark them as such. Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: I68fb60ef271abfddebcc9d2137424f5db2a17e92
* Remove sixStephen Finucane2022-03-212-9/+1
| | | | | | | This mostly affects tests. Nothing too complicated Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: Iabc78f651e1d48db35638280722f8019798eccd6
* Allow functional tests to pass with etag_quoter enabled by defaultTim Burke2021-05-111-7/+7
| | | | Change-Id: I861b5e0a172f0ea0a5b1fe8389cd70da8d4b5d5d
* Add cacert test config optionTim Burke2020-04-133-2/+10
| | | | Change-Id: I3936f862e0fef176cad34f277598b136a40de1eb
* v1auth: support endpoint_data_for() apiTim Burke2019-11-063-62/+208
| | | | | | | | ...so we can be used with openstacksdk. Also, add a few functests that use openstacksdk. Change-Id: Ie6987f5de48914ec8932254cde79a973a0264877
* Rename "tests" directory to be "test" like in the swift repoTim Burke2019-11-062-0/+557
In addition to being less confusing for devs, this lets us actually run tempauth tests in swiftclient dsvm jobs. The job definition (over in the swift repo) specifies test/sample.conf, which does not exist in this repo. As a result, those tests would skip with SKIPPING FUNCTIONAL TESTS DUE TO NO CONFIG Change-Id: I558dbf9a657d442e6e19468e543bbec855129eeb