summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristina Pauna <cristina.pauna@enea.com>2017-10-19 11:28:28 +0300
committerCristina Pauna <cristina.pauna@enea.com>2017-10-19 11:31:58 +0300
commit02cbd9d2dfdf59374e203d51df33d50f4398b234 (patch)
tree2120bbf28dc787a6beaadbde5d1168681b6dc1c2
parent3bfdf2b60da1f56294480e18d9b5c006b8859110 (diff)
Correct list of parametersopnfv-5.0.0
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>
-rw-r--r--snaps/test_suite_builder.py4
1 files changed, 1 insertions, 3 deletions
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))