From d5f0e0d3cd0ca88962c3f6d57d22ae27f2e3a5f1 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Wed, 3 Aug 2016 22:27:25 -0400 Subject: Fix network_isolation argparse issue JIRA: APEX-222 Change-Id: I435852fbe1597bf03f617dc14a6718de699b648f Signed-off-by: Feng Pan --- tests/test_apex_python_utils_py.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_apex_python_utils_py.py') diff --git a/tests/test_apex_python_utils_py.py b/tests/test_apex_python_utils_py.py index 47c10092..12ac4091 100644 --- a/tests/test_apex_python_utils_py.py +++ b/tests/test_apex_python_utils_py.py @@ -57,7 +57,7 @@ class TestCommonUtils(object): def test_parse_net_settings(self): args = self.parser.parse_args(['parse-net-settings', '-s', net_sets, - '-i', 'True', + '--flat', '-e', net_env]) assert_equal(parse_net_settings(args), None) -- cgit 1.2.3-korg