diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-10-12 08:37:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-12 08:37:42 +0000 |
commit | de5a9557c6b54305f4f8464e0933abb0136aa019 (patch) | |
tree | ee07767ffad691e86db5c8c1e500b5e585961781 /tests | |
parent | 3a55c90031f44e5637a61104a874508fa28dd4c9 (diff) | |
parent | 00532428c0b83065a8ae87eaa2de579c3918d984 (diff) |
Merge "Make stand-alone Policy environment"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/policy/drools-applications/drools-applications-test.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/policy/drools-applications/drools-applications-test.robot b/tests/policy/drools-applications/drools-applications-test.robot index a1ca5e20..0b73ccf8 100644 --- a/tests/policy/drools-applications/drools-applications-test.robot +++ b/tests/policy/drools-applications/drools-applications-test.robot @@ -35,10 +35,10 @@ Controller Log Creating session https://${DROOLS_IP}:9696 ${session}= Create Session policy https://${DROOLS_IP}:9696 auth=${auth} ${headers}= Create Dictionary Accept=application/json Content-Type=application/json - ${resp}= Get Request policy /policy/pdp/engine/controllers/frankfurt/drools/facts headers=${headers} + ${resp}= Get Request policy /policy/pdp/engine/controllers/usecases/drools/facts headers=${headers} Log Received response from policy ${resp.text} Should Be Equal As Strings ${resp.status_code} 200 - Should Be Equal As Strings ${resp.json()['frankfurt']} 0 + Should Be Equal As Strings ${resp.json()['usecases']} 0 MakeTopics [Documentation] Creates the Policy topics |