aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python')
-rw-r--r--resources/libraries/python/honeycomb/HoneycombSetup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/libraries/python/honeycomb/HoneycombSetup.py b/resources/libraries/python/honeycomb/HoneycombSetup.py
index b4617eb42a..b9c4c56802 100644
--- a/resources/libraries/python/honeycomb/HoneycombSetup.py
+++ b/resources/libraries/python/honeycomb/HoneycombSetup.py
@@ -519,9 +519,7 @@ class HoneycombSetup(object):
ssh = SSH()
ssh.connect(node)
- auth = "-u karaf"
- if odl_name.lower() == "oxygen" or odl_name.lower() == "fluorine":
- auth = "-u karaf -p karaf"
+ auth = "-u karaf -p karaf"
cmd = "{path}/*karaf*/bin/client {auth} feature:install " \
"odl-restconf-all " \