- Dec 18, 2024
-
-
Thomas Goirand authored
-
- Dec 13, 2023
-
-
Thomas Goirand authored
-
- Aug 21, 2023
-
-
Thomas Goirand authored
-
- Nov 04, 2022
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- Jan 28, 2022
-
-
Thomas Goirand authored
-
- Jan 10, 2022
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
python-tempestconf 2.5.0 release meta:version: 2.5.0 meta:diff-start: - meta:series: independent meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Martin Kopec <mkopec@redhat.com> meta:release:Commit: Martin Kopec <mkopec@redhat.com> meta:release:Change-Id: I9eff8b3f2e64d1b699a440564cff7750437e2cfc meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Code-Review+1: Luigi Toscano <ltoscano@redhat.com> meta:release:Code-Review+1: Chandan Kumar (raukadah) <chkumar@redhat.com> meta:release:Code-Review+1: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- Jan 21, 2020
-
- Jan 20, 2020
-
-
Chandan Kumar (raukadah) authored
Since nova network feature is deprecated long time ago and was used when neutron service is not enabled then nova lists the network and set the compute.fixed_network_name in tempest.conf. Since now networking is taken care by neutron, so it is no longer needed. nova network related client code is also removed. Change-Id: I47c791e9257e262f6ac17fffaa2b4af6273a168e Signed-off-by:
Chandan Kumar (raukadah) <chkumar@redhat.com>
-
Zuul authored
-
- Jan 17, 2020
-
-
Chandan Kumar (raukadah) authored
In nova less deployment, nova service is not there, so there will be no compute section in the tempest.conf byut when heat service got detected, it tries to update the compute section which does not exists leading to no section error. It fixes the same. Closes-Bug: #1860017 Change-Id: Id793975b2cc30038638275fe9f381ae21e6369bc Signed-off-by:
Chandan Kumar (raukadah) <chkumar@redhat.com>
-
- Jan 15, 2020
-
-
Martin Kopec authored
json in python3.5 requires that json object must be a string, not byte object. In python2.7 or 3.6 it doesn't matter, it accepts both. Depends-On: https://review.opendev.org/#/c/702448/ Change-Id: I10a2805b599767cbd1f5553c1640f68c25e85522
-
- Jan 14, 2020
-
-
Chandan Kumar (raukadah) authored
Currently tempestconf calls create_tempest_networks method without checking neutron service is available or not which leads to 'NoneType' object has no attribute 'create_tempest_networks'. Making it conditional fixes the issue where we explicitly disables the neutron service. create_tempest_networks also contains the logic for creating nova network and earlier it was called only when has_neutron is false. nova network support is deprecated long time ago and this change already pushes network creation part to conditional then it will be never called. Change-Id: I10f282e2a813060419e213dd25641078774a852d Signed-off-by:
Chandan Kumar (raukadah) <chkumar@redhat.com>
-
- Dec 09, 2019
-
-
Chandan Kumar (raukadah) authored
tripleo-ci-centos-7-standalone-os-tempest was added while porting tripleo ci jobs to os_tempest and now the porting is done. tripleo-ci-centos-7-standalone-os-tempest and tripleo-ci-centos-7-standalone are the same job, It replaces the existing os_tempest job to plain tripleo standalone job to keep consistency at all places. Change-Id: Ia4491e375117e8cdb4b4c16db632f745ae3714c7 Signed-off-by:
Chandan Kumar (raukadah) <chkumar@redhat.com>
-
- Dec 03, 2019
-
-
Martin Kopec authored
Name of a service shouldn't be used as a key in structures as the name is a user-facing name and it's not intended to be machine-parseable: https://docs.openstack.org/keystone/stein/contributor/service-catalog.html#services Story: 2006892 Task: 37526 Change-Id: I9621aee957e8a043f6ac251b96abafd80ef167f1
-
Martin Kopec authored
Add train devstack jobs. The packstack master jobs are failing on time out issues when spawning a server. In order to unblock the gates let's make them non voting until the issues are resolved. Change-Id: I97c7cf2b808195acf0a5a08b318af522abe03216
-
- Nov 20, 2019
-
-
Martin Kopec authored
The options are used in ec2api-tempest-plugin [1] and based on their usage in the plugin they should be under [aws] section, not [boto] one. [1] https://opendev.org/openstack/ec2api-tempest-plugin Story: 2006906 Task: 37548 Change-Id: I6f787e140162bafce0eca85ebf96b0bfc5f48903
-
- Nov 15, 2019
- Nov 13, 2019
-
-
Chandan Kumar (raukadah) authored
Currently in packstack deployment, we are collecting logs once the deployment finishes and then we run tempest tests and collect tempest related logs. If the tempest tests fails, we have no openstack services logs with tempest api calls in service logs, it is very hard to find out what is causing the failure. Copying the openstack services logs just after tempest runs finishes will more info about the failure. It also disables the copy log operation once packstack deployment finishes. Change-Id: I5ab038a49eeabe564650894f50c3b51e33e93fd2 Signed-off-by:
Chandan Kumar (raukadah) <chkumar@redhat.com>
-
Zuul authored
-
- Nov 12, 2019
-
-
Zuul authored
-
- Nov 04, 2019
-
-
Martin Kopec authored
Enable designate service within devstack jobs. Change-Id: Ib4b005fc4981be4e4369e4165a8f6b872645c62f
-
- Oct 29, 2019
-
-
Takashi Kajinami authored
Configure compute/min_compute_nodes to have the number of the compute nodes, to enable migration related tests in the env where we have multiple compute nodes. Change-Id: I646e355c5c8e46cc1f057c26fe61e5068a6d00f9
-
Takashi Kajinami authored
Add support to discover Designate service, so that we can set service_available/designate automatically. Change-Id: Ie4c092fc0b9d007b0ffdbf41d32d35679ed1b7f3
-
Zuul authored
-
- Oct 25, 2019
-
-
Martin Kopec authored
Let's download cirros image using https because http is slower and may results in timeout issues. Also using https is a better practice. Change-Id: I57a3e078932d1ef69f2eafdc589a9d4d17918483
-
- Oct 10, 2019
-
-
pengyuesheng authored
Sync sphinx dependency with global requirements. It caps python 2 since sphinx 2.0 no longer supports Python 2.7. Change-Id: I4a4c07ffaacb65e9ee919fb7a0d25de3c0840e12
-
- Sep 26, 2019
-
-
pengyuesheng authored
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: Iae74aa5578a4f2859edd6a14736805dfcd99dbf4
-
- Sep 10, 2019
-
-
Steve Baker authored
The TripleO undercloud will soon have no nova or glance due to blueprint nova-less-deploy, however it is still required to run tempest tests via a discover-tempest-config generated config. Currently this fails due to always attempting to list existing flavors and images. This change only runs flavor and image code if those endpoints are available. Change-Id: Icffce84638e0db099626d5a86a84f44472943a69 Story: 2006527 Task: 36573
-
- Aug 09, 2019
-
-
Martin Kopec authored
The patch removes forgotten and unusued os_client_config references. Change-Id: I15b2af134545cbcdcc571d44597961fea0294867
-
Lukas Piwowarski authored
Because openstacksdk superseded os-client-config module, it is recommended to use this module instead. Story: 2002021 Task: 19662 Change-Id: I6f225416ff4791a00b04655614eb8f24bed8ae7b
-
- Aug 08, 2019
-
-
Martin Kopec authored
Let's test python-tempestconf patches with older releases as well. Change-Id: I891b1721c625c61880f289e74ad09d54df9c6f7a
-
- Aug 06, 2019
-
-
Martin Kopec authored
Make sure that python-tempestconf will not fail due to a missing value when heat-tempest-plugin is configured. There has been a situation when python-tempestconf failed when it was configuring [heat_plugin] section for a user whom intention wasn't run the heat tests. Therefore the patch adds just a log message there to inform about the missing value only users who are going to run the heat-tempest-plugin. Story: 2006277 Task: 35978 Change-Id: I2d10a03e444f29d3ffc4500e27be2e1688fa664b
-
- Jul 31, 2019
-
-
Lukas Piwowarski authored
Mocked request() was returning MagicMock object, which caused test_do_get() to fail. This was caused by what seems to be inconsistent behaviour of MagicMock object on different platforms in Python 2.7 [1]. Ubuntu 18.04, Python 2.7.5, mock 3.0.5: MagicMock() >= 400 -> True CentOS-7, Python 2.7.5, mock 3.0.5: MagicMock() >= 400 -> False Story: 2001245 Task: 36038 [1] https://github.com/testing-cabal/mock/issues/196 Change-Id: I7d41ec9abd87b4c799f4c7797d76da5350ca90bd
-
- Jul 30, 2019
-
-
Zuul authored
-