Remove Lithium keyword from packetcable csit 89/65389/3
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 9 Nov 2017 20:29:07 +0000 (12:29 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 15 Nov 2017 01:14:35 +0000 (01:14 +0000)
There is no more lithium to worry about, so no need to keep that
keyword

Change-Id: Ib6f811f13a94efd52a818bc1ec0a6c62edc560e2
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/libraries/PacketcableVersion.robot

index 2eec86646497af6b0d437e7c644a108cf4d3df20..5db7c87f935854b099d1ea3db4c7fc1b6fe19899 100644 (file)
@@ -4,18 +4,12 @@ Resource          ${CURDIR}/CompareStream.robot
 
 *** Keywords ***
 Init Variables
-    Init Variables Lithium
     BuiltIn.Set Suite Variable    ${PACKETCABLE_RESOURCE_DIR}    ${CURDIR}/../variables/packetcable/beryllium
     BuiltIn.Set Suite Variable    ${ODLREST_CCAPS}    /restconf/config/packetcable:ccaps
     BuiltIn.Set Suite Variable    ${CCAP_TOKEN}    ccap
     log    ${ODLREST_CCAPS}
     log    ${CCAP_TOKEN}
 
-Init Variables Lithium
-    BuiltIn.Set Suite Variable    ${PACKETCABLE_RESOURCE_DIR}    ${CURDIR}/../variables/packetcable/lithium
-    BuildIn.Set Suite Variable    ${ODLREST_CCAPS}    /restconf/config/packetcable:ccap
-    BuildIn.Set Suite Variable    ${CCAP_TOKEN}    ccaps
-
 Create Session And Init Variables
     Init Variables
     Create Session    ODLSession    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}