diff options
author | 2023-02-08 09:05:32 +0000 | |
---|---|---|
committer | 2023-02-08 09:05:32 +0000 | |
commit | 8a98552c7f5a0b58e3a524db24e8bfb47a4494b1 (patch) | |
tree | 7897d01d568665b8ad3625de54f0862aa09fce19 /helm/tests/common-library.robot | |
parent | c6eb02ae0f1b9b69a248621e68dbc7a481ce95b7 (diff) | |
parent | 62ccbbb1c7da36bb61174b952c9b5a3f8219e7e7 (diff) |
Merge "Fix robot failures in kubernetes CSITs"
Diffstat (limited to 'helm/tests/common-library.robot')
-rw-r--r-- | helm/tests/common-library.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helm/tests/common-library.robot b/helm/tests/common-library.robot index 42d3ed12..95831b0d 100644 --- a/helm/tests/common-library.robot +++ b/helm/tests/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} |