Cleanup br-ex/br-quagga from testcase_3
[sdnvpn.git] / sdnvpn / test / functest / testcase_2.py
index 0b4e5b4..b3481aa 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2015 All rights reserved
+# Copyright (c) 2017 All rights reserved
 # This program and the accompanying materials
 # are made available under the terms of the Apache License, Version 2.0
 # which accompanies this distribution, and is available at
@@ -56,7 +56,7 @@ def main():
                                             COMMON_CONFIG.image_path,
                                             disk=COMMON_CONFIG.image_format,
                                             container="bare",
-                                            public=True)
+                                            public='public')
     network_1_id = test_utils.create_net(
         neutron_client,
         TESTCASE_CONFIG.net_1_name)
@@ -243,7 +243,7 @@ def main():
                              expected="not reachable",
                              timeout=30)
 
-    return results.compile_summary(TESTCASE_CONFIG.success_criteria)
+    return results.compile_summary()
 
 
 if __name__ == '__main__':