Migrate bgpcep suites restconf calls to rfc8040
[integration/test.git] / csit / libraries / MininetKeywords.robot
index 209b71f4bb1b7069bb41bb3eea518f8a2de24e58..ebe41e16e7bbb03b0d4efc2f3a19dbe5418348ea 100644 (file)
@@ -222,5 +222,5 @@ Install Certificates In Mininet
     Comment    Install Certificates
     SSHLibrary.Execute Command    sudo mv ${switch_private_key} /etc/openvswitch && sudo mv ${switch_certificate} /etc/openvswitch && sudo mv ${controller_ca_list} /etc/openvswitch
     SSHLibrary.Execute Command    sudo ovs-vsctl set-ssl /etc/openvswitch/${switch_private_key} /etc/openvswitch/${switch_certificate} /etc/openvswitch/${controller_ca_list}
-    ${std_out}=    SSHLibrary.Execute Command    .    sudo ovs-vsctl get-ssl
+    ${std_out}=    SSHLibrary.Execute Command    sudo ovs-vsctl get-ssl
     Log    ${std_out}