This will fix couple of adsal TCs
authorLuis Gomez <ecelgp@gmail.com>
Sun, 3 May 2015 01:22:13 +0000 (18:22 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Sun, 3 May 2015 01:22:13 +0000 (18:22 -0700)
Change-Id: I71fc2874158313f298d9098d372be37bfbc2ff03
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
test/csit/libraries/Utils.txt

index 9ae5191a2c05749b348d0bb44990941d6c861da3..e849c5c51ee14dd76efe1985ca1b76dde70dd509 100644 (file)
@@ -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}