commit | 1257b573ada5f452094057a659c8749433d870b0 | [log] [tgz] |
---|---|---|
author | Yuuichi Fujioka <fujioka.yuuichi@gmail.com> | Wed Jun 10 17:18:12 2015 +0900 |
committer | Yuuichi Fujioka <fujioka.yuuichi@gmail.com> | Wed Oct 21 23:34:08 2015 +0000 |
tree | 7309fa91ae44c1202cc0987dc074fd8fef0b1ac4 | |
parent | ca25c9864ae52cade219c84cc11fb8d691fb59cf [diff] [blame] |
Introduce an API test for specified floating ip address The test case checks whether admin can set floating IP address when creates a floating IP. Implements: blueprint allow-specific-floating-ip-address[1] [1] https://blueprints.launchpad.net/neutron/+spec/allow-specific-floating-ip-address Change-Id: I036da37402b826c1a73698e0ae21894a3ce676ab
diff --git a/neutron/tests/tempest/config.py b/neutron/tests/tempest/config.py index 200b247..4b35d92 100644 --- a/neutron/tests/tempest/config.py +++ b/neutron/tests/tempest/config.py
@@ -480,6 +480,10 @@ "the extended IPv6 attributes ipv6_ra_mode " "and ipv6_address_mode" ), + cfg.BoolOpt('specify_floating_ip_address_available', + default=True, + help='Allow passing an IP Address of the floating ip when ' + 'creating the floating ip'), ] messaging_group = cfg.OptGroup(name='messaging',