X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=csit%2Flibraries%2FVtnMaKeywords.robot;h=39a2ed4cbf1de7d6853fe99c26b92d40bf3c46dd;hb=156d9cc57dcd6b2dff898594fdd9315b9d910fa8;hp=4be274d3e41201867f3f4a037e6908dbb56fd9d4;hpb=c3b3a7929bacc737d5b7e22a2ec9524fae339d6a;p=integration%2Ftest.git diff --git a/csit/libraries/VtnMaKeywords.robot b/csit/libraries/VtnMaKeywords.robot index 4be274d3e4..39a2ed4cbf 100644 --- a/csit/libraries/VtnMaKeywords.robot +++ b/csit/libraries/VtnMaKeywords.robot @@ -7,6 +7,7 @@ Library json Library RequestsLibrary Variables ../variables/Variables.py Resource ./Utils.robot +Resource ./KarafKeywords.robot *** Variables *** ${vlan_topo_10} sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --custom vlan_vtn_test.py --topo vlantopo @@ -38,7 +39,8 @@ ${custom} ${CURDIR}/${CREATE_PATHPOLICY_TOPOLOGY_FILE_PATH} *** Keywords *** Start SuiteVtnMa - [Documentation] Start VTN Manager Rest Config Api Test Suite + [Documentation] Start VTN Manager Rest Config Api Test Suite, and enabling karaf loglevel as TRACE for VTN. + Issue Command On Karaf Console log:set TRACE org.opendaylight.vtn Create Session session http://${ODL_SYSTEM_IP}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS} BuiltIn.Wait_Until_Keyword_Succeeds 30 3 Fetch vtn list Start Suite