Enable SFC scenarios for Gambia
[apex.git] / apex / tests / test_apex_undercloud.py
index 9bc91e5..5c33bf0 100644 (file)
@@ -309,7 +309,8 @@ class TestUndercloud(unittest.TestCase):
         }
         ns.__getitem__.side_effect = ns_dict.__getitem__
         ns.__contains__.side_effect = ns_dict.__contains__
-        ds = {'global_params': {}}
+        ds = {'global_params': {},
+              'deploy_options': {}}
 
         Undercloud('img_path', 'tplt_path').generate_config(ns, ds)