From 158e1c85fec91bf89e32ce7fee5d945085378fdc Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Sat, 2 May 2015 18:22:13 -0700 Subject: [PATCH] This will fix couple of adsal TCs Change-Id: I71fc2874158313f298d9098d372be37bfbc2ff03 Signed-off-by: Luis Gomez --- test/csit/libraries/Utils.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/csit/libraries/Utils.txt b/test/csit/libraries/Utils.txt index 9ae5191a2c..e849c5c51e 100644 --- a/test/csit/libraries/Utils.txt +++ b/test/csit/libraries/Utils.txt @@ -56,7 +56,7 @@ Check That Port Count Is Ok [Documentation] A GET on the /port API is made and the specified port ${count} is ... verified. A more generic Keyword "Check For Specific Number Of Elements At URI" ... also does this work and further consolidation should be done. - ${resp} RequestsLibrary.Get session ${OPERATIONAL_NODES_API}/${CONTAINER}/port + ${resp} RequestsLibrary.Get session ${REST_CONTEXT}/${CONTAINER}/port Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 Should Contain X Times ${resp.content} ${node} ${count} -- 2.36.6