diff --git a/unit_tests/test_odl_controller_utils.py b/unit_tests/test_odl_controller_utils.py index 4681ff2..89aa5e5 100644 --- a/unit_tests/test_odl_controller_utils.py +++ b/unit_tests/test_odl_controller_utils.py @@ -55,7 +55,7 @@ class ODLControllerUtilsTests(CharmTestCase): utils.run_odl(["feature:list"]) self.subprocess.check_output.assert_called_with( ["/opt/opendaylight-karaf/bin/client", "-r", '20', "-h", - 'localhost', "-a", '8101', 'feature:list'] + 'localhost', "-a", '8101', "-u", "karaf", 'feature:list'] ) def test_installed_features(self):