From: jhh Date: Thu, 13 May 2021 15:05:25 +0000 (-0500) Subject: change csits robots to expect 0 facts X-Git-Tag: 1.8.3~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F121341%2F1;p=policy%2Fdrools-applications.git change csits robots to expect 0 facts Issue-ID: POLICY-3257 Signed-off-by: jhh Change-Id: Iaa68cff957c1e91fc5e6bf63c60d4012a34551f5 --- diff --git a/csit/tests/drools-applications-test.robot b/csit/tests/drools-applications-test.robot index 627ae1b0c..cb04c23af 100644 --- a/csit/tests/drools-applications-test.robot +++ b/csit/tests/drools-applications-test.robot @@ -203,7 +203,7 @@ VfwExecute VerifyController ${resp}= PeformGetRequest /policy/pdp/engine/controllers/usecases/drools/facts ${DROOLS_IP} 9696 200 - Should Be Equal As Strings ${resp.json()['usecases']} 1 + Should Be Equal As Strings ${resp.json()['usecases']} 0 PeformGetRequest [Arguments] ${url} ${hostname} ${port} ${expectedstatus}