X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Fpolicy%2Fapi%2Fapi-test.robot;h=7f108d01663e124339a646f8f9eb6db07760ac81;hb=dc56b9e2843722d7aa6eab649e26e5372e592c80;hp=959df40e4f68fa26b8a40fcb41ddceccd0148bfa;hpb=b8bbdab264894d1ec4c8d5f737e6b1b9ffc26942;p=integration%2Fcsit.git diff --git a/tests/policy/api/api-test.robot b/tests/policy/api/api-test.robot index 959df40e..7f108d01 100644 --- a/tests/policy/api/api-test.robot +++ b/tests/policy/api/api-test.robot @@ -61,7 +61,7 @@ RetrieveMonitoringPolicyTypes ${resp}= Get Request policy /policy/api/v1/policytypes/onap.policies.Monitoring headers=${headers} Log Received response from policy ${resp.text} Should Be Equal As Strings ${resp.status_code} 200 - Dictionary Should Contain Key ${resp.json()['policy_types'][0]} onap.policies.Monitoring + List Should Contain Value ${resp.json()['policy_types']} onap.policies.Monitoring CreateNewMonitoringPolicy @@ -78,6 +78,20 @@ CreateNewMonitoringPolicy Dictionary Should Contain Key ${resp.json()['topology_template']['policies'][0]} onap.restart.tca Dictionary Should Contain Key ${postjsonobject['topology_template']['policies'][0]} onap.restart.tca +SimpleCreateNewMonitoringPolicy + [Documentation] Create a new Monitoring TCA policiy using simple endpoint + ${auth}= Create List healthcheck zb!XztG34 + ${postjson}= Get file ${CURDIR}/data/vCPE.policy.monitoring.input.tosca.json + Log Creating session https://${POLICY_API_IP}:6969 + ${session}= Create Session policy https://${POLICY_API_IP}:6969 auth=${auth} + ${headers}= Create Dictionary Accept=application/json Content-Type=application/json + ${resp}= Post Request policy /policy/api/v1/policies data=${postjson} headers=${headers} + Log Received response from policy ${resp.text} + ${postjsonobject} To Json ${postjson} + Should Be Equal As Strings ${resp.status_code} 200 + Dictionary Should Contain Key ${resp.json()['topology_template']['policies'][0]} onap.restart.tca + Dictionary Should Contain Key ${postjsonobject['topology_template']['policies'][0]} onap.restart.tca + RetrievePoliciesOfType [Documentation] Retrieve all Policies Created for a specific Policy Type ${auth}= Create List healthcheck zb!XztG34