X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnepi%2Ftestbeds%2Fomf%2Fexecute.py;h=97369557188109e60b417919e50a4b279f216f5c;hb=1cf85539204432589217de408cd2eb37e3d68e6a;hp=db2e8107ca6f16d525f03379a4c897727edf73e2;hpb=6adcdc48be0c061d3a0ae91344f22d3d053f03b5;p=nepi.git diff --git a/src/nepi/testbeds/omf/execute.py b/src/nepi/testbeds/omf/execute.py index db2e8107..97369557 100644 --- a/src/nepi/testbeds/omf/execute.py +++ b/src/nepi/testbeds/omf/execute.py @@ -34,7 +34,8 @@ class TestbedController(testbed_impl.TestbedController): port = self._attributes.get_attribute_value("xmppPort") password = self._attributes.get_attribute_value("xmppPassword") - self._api = OmfAPI(slice, host, port, password) + xmpp_root = self._attributes.get_attribute_value("xmppRoot") + self._api = OmfAPI(slice, host, port, password, xmpp_root) super(TestbedController, self).do_setup()