From: Cristina Pauna Date: Thu, 19 Oct 2017 08:28:28 +0000 (+0300) Subject: Correct list of parameters X-Git-Tag: opnfv-5.0.0 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f7e1c8a408d1e0b21311b28522b4adb331d20e4c;p=snaps.git Correct list of parameters 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 --- diff --git a/snaps/test_suite_builder.py b/snaps/test_suite_builder.py index 3ad5941..99c31e7 100644 --- a/snaps/test_suite_builder.py +++ b/snaps/test_suite_builder.py @@ -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))