X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftest_apex_python_utils_py.py;h=550042f565cca63b67dd65dfc62cc9c68d112cec;hb=98339f98d955bb046e9651f8c0c4f17eb2b0f79f;hp=eb16f67d01554ad9755546f5118cedbc8edf3458;hpb=9239d8f96cdd4dfc014de2d211312c3719eceaca;p=apex.git diff --git a/tests/test_apex_python_utils_py.py b/tests/test_apex_python_utils_py.py index eb16f67d..550042f5 100644 --- a/tests/test_apex_python_utils_py.py +++ b/tests/test_apex_python_utils_py.py @@ -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):