- 17 Nov, 2020 4 commits
-
-
Zuul authored
-
Andreas Jaeger authored
The repo is Python 3 now but still tests some older branches, so update hacking to version 2.0 which supports Python 2 and 3. Fix problems found. Change-Id: I54f1fa0ee72499a740e630bbd3478427babc2ec2
-
Bence Romsics authored
Change-Id: Iff352cd2c62824ddcadfdbb9d345849dab101a31 Depends-On: https://review.opendev.org/675913 Story: #2005522 Task: #36484
-
Zuul authored
-
- 16 Nov, 2020 2 commits
- 08 Sep, 2020 1 commit
-
-
Ghanshyam Mann authored
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing pep8 job. Stable jobs testing stable branch needs to keep running on their supported distro version which is bionic from stein till ussuri. Depends-On: https://review.opendev.org/#/c/738328/ [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: I6cc893ee3cb24afbdc73144213f9d059cec54df3 Story: #2007865 Task: #40186
-
- 09 Jun, 2020 1 commit
-
-
Oleh Hryhorov authored
Due to this typo cert_validate had been recognized as tuple but not boolean. Change-Id: I379ddaf644d199e3c1b609d31e28942fb1a1f12f
-
- 11 May, 2020 1 commit
-
-
Zuul authored
-
- 07 May, 2020 1 commit
-
-
Zuul authored
-
- 06 May, 2020 1 commit
-
-
Zuul authored
-
- 04 May, 2020 3 commits
-
-
Ghanshyam Mann authored
stable/ussuri branch is setup now - https://review.opendev.org/#/q/topic:qa-ussuri-release+status:merged+projects:openstack/devstack and Tempest and plugins master version is used to test the stable/ussuri. Adding a stable job for ussuri on master so that any new tests or changes does not break the stable ussuri testing. Tempest already added the stable/ussuri job on master gate so adding it for plugins is safe now. - https://review.opendev.org/#/c/723620/ Change-Id: If8afdbd9b933bf1b07bef1dec54f54a46917d9fd
-
Ghanshyam Mann authored
stable/queens and stable/rocky are in extended maintainance state and devtack use the older Tempest version to tests them not the master. Testing them on master gate is not needed as heat-tempest-plugin master cannot support testing them due to python required version for plugin and Tempest. Even we test them on master gate, they run with older Tempest so they are not actually testing the master code against those stable. We can continue testing the supported stable branch where master Tempest and plugins are used. Same is done Tempest and other plugins side: - https://review.opendev.org/#/c/722183/ - https://review.opendev.org/#/c/707111/ Change-Id: I3dd3c354947461ba65906251fb42897b0b8ce6f5
-
Ghanshyam Mann authored
We have migrated our testing from Xenial to Bionic since stein. Xenial node is not supported on stein onwards. Any job running on stein onwards should use the bionic nodeset. Change-Id: If8a018465f6ed3ec5c35c0934370c1107f4b9969
-
- 10 Mar, 2020 1 commit
-
-
Zuul authored
-
- 03 Mar, 2020 1 commit
-
-
Ghanshyam authored
OpenStack is dropping the py2.7 support in ussuri cycle. heat-tempest-plugin is ready with python 3 and ok to drop the python 2.7 support. Stable zuul jobs are modified to run with py3 as heat-tempest-plugin cannot run py2 jobs on master gate. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Ida6919a70dc8711166a79eac574b0714382e8d00
-
- 14 Feb, 2020 2 commits
-
-
ricolin authored
Depends-On: https://review.opendev.org/707663 Depends-On: https://review.opendev.org/707760 Change-Id: Idf10445ac8cdd066a62a8fe08b542982895394bc
-
ricolin authored
Also check if `cert_validate` is supported in building API tests. Needed-By: https://review.opendev.org/707663 Needed-By: https://review.opendev.org/707760 Change-Id: Ic96f7becff2753ff72d5dd75bea75fadf21a036e
-
- 10 Feb, 2020 3 commits
- 27 Jan, 2020 1 commit
-
-
Michael Polenchuk authored
* pass updated stack parameters directly to keep the original value * volume property of display_description ain't available in cinder api version 2+ Change-Id: I346b4da7d002e86f39280ef6caf141a18b0404e3 Story: 2007217 Task: 38468
-
- 20 Jan, 2020 1 commit
-
-
Vasyl Saienko authored
The patch passes disable_ssl_certificate_validation to gabbi tests driver. Change-Id: Ib70341bb0c083d296e074d1cf062bc355ac24432
-
- 09 Jan, 2020 2 commits
-
-
ricolin authored
Change-Id: I0876d562792e3a903c3472aeb3be41d34e25d607
-
ricolin authored
* Remove all python3 jobs for previous stable branches. Depends-On: https://review.opendev.org/700830 Depends-On: https://review.opendev.org/700854 Depends-On: https://review.opendev.org/700855 Depends-On: https://review.opendev.org/700857 Depends-On: https://review.opendev.org/701345 Story: #2007061 Task: #37922 Task: #37923 Task: #37901 Change-Id: I15ea84d4c1c32fa689dd3bed61ff26086da5f595
-
- 06 Jan, 2020 1 commit
-
-
ricolin authored
Change-Id: I811c3d21c360fe03270ec251744916f3f85a22f4
-
- 26 Dec, 2019 2 commits
-
-
ricolin authored
Task: 36946 Depends-On: https://review.opendev.org/#/c/700512/ Change-Id: I0689ac7e434b6e621e8d3a3be9d3420eea570e68
-
ricolin authored
Increase the delay interval from 1 sec to 2 secs. This will make the total waiting period twice longer without generate more queries. Depends-On: https://review.opendev.org/#/c/700512/ Change-Id: I7dd23f85c9f58ca42d7607a2a472af7afbe69e55 Story: #2006674 Task: #37833
-
- 10 Oct, 2019 1 commit
-
-
Zane Bitter authored
If a stack has no tags we want to be able to return an empty list [] instead of None. Change-Id: I2f31e6b1f59149370e57e5cb43984476e4a1902c Task: 37005
-
- 09 Oct, 2019 1 commit
-
-
Zuul authored
-
- 08 Oct, 2019 2 commits
- 05 Oct, 2019 2 commits
-
-
Zuul authored
-
Pavlo Shchelokovskyy authored
currently Heat tests have troubles running when self-signed SSL CA is used on public Heat API and standard upstream images (Cirros, Ubuntu) are used as those lack trust to those CA - example is DevStack with tls-proxy service enabled. A workaround is to set [clients_heat]insecure=True, but that is not really a production-ready setting, and does not work for CFN-style signaling, only for WaitConditions. Instead, this patch adds an extra config option `vm_to_heat_api_insecure` (defaults to False), and when enabled tests will pass the correct option to the curl or cfn-signal commands running from instance's user data via new parameters that test templates are now accepting. Change-Id: I94a82caf1fcb6999151ff1e6fbbe1e2ba211bbb9
-
- 03 Sep, 2019 1 commit
-
-
Thomas Bechtold authored
There is no docs/ directory so trying to build the documentation with "tox -e docs" fails. Change-Id: I194d9e04d74e6d7341d4d0b3bc184b94ffd3edfb
-
- 02 Sep, 2019 1 commit
-
-
Rocky authored
Change-Id: I1bd2b5c194c3cb4d7cbd893139efba89bc0b4fc0 Story: #2006483 Task: 36426
-
- 29 Jul, 2019 1 commit
-
-
Zuul authored
-
- 16 Jul, 2019 1 commit
-
-
Zuul authored
-
- 05 Jul, 2019 1 commit
-
-
Zuul authored
-
- 01 Jul, 2019 1 commit
-
-
Keigo Noha authored
In RemoteDeeplyNestedStackTest, network name is assigned as 'public'. However, there is no guarantee to have 'public' network. Instead of using the hardcoded network name, we should use floating_network_name assigned in conf file. Change-Id: I01313d557e415bb0b0d8df310c445e63190f4505 Story: #2006144 Task: 35640
-