modified the unit test to test with user for Lithium ODL.

This commit is contained in:
Narinder Gupta (for canonical email id) 2015-11-17 10:20:15 -06:00
parent a07539c2f5
commit 93d984e758
1 changed files with 1 additions and 1 deletions

View File

@ -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):