Correct list of parameters 75/45775/1 opnfv-5.0.0
authorCristina Pauna <cristina.pauna@enea.com>
Thu, 19 Oct 2017 08:28:28 +0000 (11:28 +0300)
committerCristina Pauna <cristina.pauna@enea.com>
Thu, 19 Oct 2017 08:31:58 +0000 (11:31 +0300)
CreateInstancePubPrivNetTests was moved to the openstack_staging_tests
suite but with the wrong list of parameters. This fix corrects that.

Change-Id: Id32cc19f2e6c4dfa5e0c07b83fd4911de208658c
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
snaps/test_suite_builder.py

index 3ad5941..99c31e7 100644 (file)
@@ -496,6 +496,4 @@ def add_openstack_staging_tests(suite, os_creds, ext_net_name,
         ext_net_name=ext_net_name, log_level=log_level))
     suite.addTest(OSIntegrationTestCase.parameterize(
             CreateInstancePubPrivNetTests, os_creds=os_creds,
-            ext_net_name=ext_net_name, use_keystone=use_keystone,
-            flavor_metadata=flavor_metadata, image_metadata=image_metadata,
-            log_level=log_level))
+            ext_net_name=ext_net_name, log_level=log_level))