aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/aaf
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2018-04-17 11:58:21 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2018-04-17 11:58:25 -0700
commita42f86e38b9c8b3496a74fc23ae5d3fda3ce0e2c (patch)
tree35e5d1e245a534ed746705ad26abc22ea3ec56a1 /test/csit/tests/aaf
parentedc750560c621273412f6512807838e93e6a274e (diff)
Fix CSIT which broke because of AAF-168
AAF-168 broke CSIT test for SMS. This should fix it. Also updated the versions of vault being used Issue-ID: AAF-251 Change-Id: I154191c515d932c1aac24b34fd7946835ad26fac Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'test/csit/tests/aaf')
-rw-r--r--test/csit/tests/aaf/aaf-sms-suite/aaf-sms-test.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/aaf/aaf-sms-suite/aaf-sms-test.robot b/test/csit/tests/aaf/aaf-sms-suite/aaf-sms-test.robot
index 1302abc79..dae48a9f5 100644
--- a/test/csit/tests/aaf/aaf-sms-suite/aaf-sms-test.robot
+++ b/test/csit/tests/aaf/aaf-sms-suite/aaf-sms-test.robot
@@ -23,7 +23,7 @@ SMS GetStatus
[Documentation] Gets Backend Status
Create Session SMS ${SMS_HOSTNAME}:${SMS_PORT}
&{headers}= Create Dictionary Content-Type=application/json Accept=application/json
- ${resp}= Get Request SMS /v1/sms/status headers=${headers}
+ ${resp}= Get Request SMS /v1/sms/quorum/status headers=${headers}
Log To Console *********************
Log To Console response = ${resp}
Log To Console body = ${resp.text}