Merge lp:~chris.macnaughton/openstack-mojo-specs/fix-vrrp-spec into lp:~ost-maintainers/openstack-mojo-specs/openstack-mojo-specs-1802

Proposed by Chris MacNaughton
Status: Merged
Approved by: Ryan Beisner
Approved revision: 352
Merged at revision: 352
Proposed branch: lp:~chris.macnaughton/openstack-mojo-specs/fix-vrrp-spec
Merge into: lp:~ost-maintainers/openstack-mojo-specs/openstack-mojo-specs-1802
Diff against target: 15 lines (+2/-0)
1 file modified
helper/tests/test_vrrp_ha.py (+2/-0)
To merge this branch: bzr merge lp:~chris.macnaughton/openstack-mojo-specs/fix-vrrp-spec
Reviewer Review Type Date Requested Status
Ryan Beisner Approve
Review via email: mp+340116@code.launchpad.net

Description of the change

Since https://bazaar.launchpad.net/~ost-maintainers/openstack-mojo-specs/openstack-mojo-specs-1802/revision/304.1.1, we are required to pass neutron_client into the boot_and_test helper

To post a comment you must log in.
Revision history for this message
Ryan Beisner (1chb1n) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'helper/tests/test_vrrp_ha.py'
2--- helper/tests/test_vrrp_ha.py 2017-08-30 17:25:03 +0000
3+++ helper/tests/test_vrrp_ha.py 2018-02-28 15:18:51 +0000
4@@ -25,9 +25,11 @@
5 raise Exception('Cirros guest inaccessable')
6 else:
7 nova_client = mojo_os_utils.get_nova_client(cloud_auth)
8+ neutron_client = mojo_os_utils.get_neutron_client(cloud_auth)
9 logging.info('Creating new cirros guest')
10 mojo_os_utils.boot_and_test(
11 nova_client,
12+ neutron_client,
13 image_name='cirros',
14 flavor_name='m1.small',
15 number=1,

Subscribers

People subscribed via source and target branches