Add support for odl_l3-fdio
[apex.git] / tests / test_apex_python_utils_py.py
index eb16f67..550042f 100644 (file)
@@ -81,7 +81,8 @@ class TestCommonUtils(object):
         args = self.parser.parse_args(['nic-template',
                                        '-s', net_sets,
                                        '-r', 'compute',
-                                       '-t', nic_template])
+                                       '-t', nic_template,
+                                       '--deploy-settings-file', deploy_sets])
         assert_equal(build_nic_template(args), None)
 
     def test_parse_inventory(self):