Fix syntax ERROR in beir suite 52/63852/3
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 29 Sep 2017 18:15:56 +0000 (11:15 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 3 Oct 2017 01:32:50 +0000 (01:32 +0000)
when using a .robot variables file we still need to referece
it as "Resource" not "Variables". example of the ERROR it
produces:

https://logs.opendaylight.org/releng/jenkins092/bier-csit-1node-basic-all-nitrogen/156/log.html.gz

- also removed the "Suite Teardown" from __init__.robot as
it's not defined anywhere.

Change-Id: I634865980ca1d468efc8e7b81e4f1d65af229a89
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/suites/bier/basic/010_BierTeIntergrationTest.robot
csit/suites/bier/basic/__init__.robot

index d9eaa9f16b10194046c5f4029202e615977c0194..f68d2bae00804862f695f7c687f70f4a6a798314 100644 (file)
@@ -18,7 +18,7 @@ Suite Setup       Init All
 Suite Teardown    Delete All Sessions
 Resource          ../../../libraries/BierTeResource.robot
 Resource          ../../../libraries/TemplatedRequests.robot
-Variables         ../../../variables/Variables.robot
+Resource          ../../../variables/Variables.robot
 Library           RequestsLibrary
 
 *** Variables ***
index 29d59abc80957d58314fbd4a27c2719562b4bee9..76eef138dd6edfcfe3a81cd020acb254d1b8f390 100644 (file)
@@ -1,5 +1,4 @@
 *** Settings ***
 Suite Setup       RequestsLibrary.Create_Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_YANG_JSON}
-Suite Teardown
 Library           RequestsLibrary
 Resource          ../../../libraries/BierTeResource.robot