enable functional test of instance creation with two network interfaces

it was enabled by commit https://github.com/openstack/nova/commit/b06867c5

Change-Id: Ie28c296e39a88553be945ac4e4238ebc2e51d110
This commit is contained in:
Andrey Pavlov 2015-10-12 15:15:27 +03:00 committed by Andrey Pavlov
parent aba962ff77
commit bb89039e9b
1 changed files with 0 additions and 6 deletions

View File

@ -137,12 +137,6 @@ class InstanceInVPCTest(base.EC2TestCase):
self.assertNotEmpty(instances)
self.assertEqual(instance_id, instances[0]['InstanceId'])
@testtools.skipUnless(
CONF.aws.run_incompatible_tests,
"Amazon can create instance with several network interfaces in"
"one subnet. Openstack can't do it without additional configuration."
"Worked only from Juno with parameter in config - "
"nova.conf/neutron/allow_duplicate_networks = True")
@testtools.skipUnless(CONF.aws.image_id, "image id is not defined")
def test_create_instance_with_two_interfaces(self):
kwargs = {