diff options
Diffstat (limited to 'csit/common-library.robot')
-rw-r--r-- | csit/common-library.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/common-library.robot b/csit/common-library.robot index 42d3ed12..95831b0d 100644 --- a/csit/common-library.robot +++ b/csit/common-library.robot @@ -113,9 +113,9 @@ QueryPolicyStatus Should Be Equal As Strings ${responseEntry['state']} SUCCESS GetMetrics - [Arguments] ${hostname} ${auth} + [Arguments] ${hostname} ${auth} ${context_path} Log Creating session http://${hostname}:6969 ${session}= Create Session policy http://${hostname}:6969 auth=${auth} - ${resp}= GET On Session policy /metrics expected_status=200 + ${resp}= GET On Session policy ${context_path}metrics expected_status=200 Log Received response from policy ${resp.text} [return] ${resp} |