Commit Graph

9 Commits

Author SHA1 Message Date
Rabi Mishra c923b9c64b Fix grenade job failure
Check if subnet already added to router before adding it.

Change-Id: I59903642aee125d3b5cfaa944d12cd3ed7b278b4
2020-02-07 18:37:55 +05:30
Rabi Mishra 8cbc8ccf6b Bump minimal_image_ref
Devstack bumped[1] the cirros image version. Changes
to source the old openrc file for grenade before configuring
tempest.

[1] https://review.openstack.org/#/c/624716/

Change-Id: I9481bbcb03609db6d2224998a4f83d3a8790e96c
2018-12-19 15:39:36 +05:30
Kien Nguyen 5b8cbd5895 Run the specified set of tests in grenade-multinode job
This patch defines the specified set of tests & runs these during
upgrade in grenade-multinode job.

Change-Id: I99fa1717f4bf46afc8dd989a3aae129e5c4ab9d7
2018-03-02 12:16:51 +07:00
rabi 0c922167d8 Use osc commands for creating neutron resources
Now that we've the latest osc is in requirements, we
can use it to create the neutron resources.

Change-Id: Ic9c590d4a40591d3ab11d19c99536b20618c24e3
2016-10-20 15:42:40 +05:30
rabi 4ddb703eeb Use neutron cli command instead of osc
Use neutron cli command till bug #1625954 is fixed.

Change-Id: I74d8fea6b81c376ac8b6d2dac28fadd538fd96ea
Related-Bug: #1625954
2016-09-21 13:22:40 +05:30
Steve Baker 8479545525 Use openstack commands for prepare_test_network.sh
There is not yet an openstack command to create a subnet so the old
command is used.

The tests work fine without adding the ROUTER_GW_IP route, so this has
been removed.

Change-Id: Ic5f9c3ab130ad089fb12a7f2182dc8136faa6daf
2016-06-29 20:57:22 +00:00
Pavlo Shchelokovskyy 5cf295c991 Fix integration tests hooks
This patch fixes two problems:
- due to bug #1475227 in DevStack our integration tests in fact are
  being run under admin user/tenant instead of demo
- convergence_engine option is being put in the wrong config section

Change-Id: I5a4b691b2b86993642d5411060b16d73207888d5
2015-07-17 11:01:31 +00:00
Sirushti Murugesan 3216f6126f Fix failures related to the mock 1.1.0 release
The functional gate is also failing due to a recent
change introduced in devstack -> I613f1bdc6673f0c4bfe29aaab7b514348a617a8c

This fixes both the gates, functional and unit tests.

Co-Authored-By: Thomas Herve <therve@redhat.com>
Closes-Bug: #1473398
Change-Id: Ia77a1fd884c6346edfb90777e91a51d279ccd92a
2015-07-10 17:11:22 +02:00
Rabi Mishra 3db5d3a8b7 Use network 'heat-net' for integration_tests
Neutron support for ipv6 is not complete yet (ex. LBaaS
only supports ipv4). We'had some gate issues after dual
stack was enabled in devstack. We had put some tactical
fixes to resolve those[1][2].

This fix adds usage of heat-net/heat-subnet(only ipv4)
for integration tests. This also rolls back the earlier
tactical changes.

https://review.openstack.org/#/c/178576
https://review.openstack.org/#/c/178933/

Change-Id: Ia863edb8932b8dea5c4fa110c97dcfdadca85bb9
2015-05-27 21:01:30 +05:30