aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrunomilitzer <bruno.militzer@est.tech>2022-07-26 14:26:43 +0100
committerbrunomilitzer <bruno.militzer@est.tech>2022-07-27 12:30:45 +0100
commit49ea78d48a34eeae723b8e9fb8c18ab83334d46f (patch)
tree80eb6d7f45aac051602568d1e0306b22d8b22f5c
parentf07501e16aadc04cdb9a467c0ac69798063466ec (diff)
Updating python dependency to stop the timeout
Signed-off-by: brunomilitzer <bruno.militzer@est.tech> Issue-ID: POLICY-4288 Change-Id: Ie7526356fad59de167d8c376da4d48feda07e0b3 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
-rw-r--r--csit/pap/tests/pap-test.robot2
-rw-r--r--csit/pylibs.txt1
2 files changed, 1 insertions, 2 deletions
diff --git a/csit/pap/tests/pap-test.robot b/csit/pap/tests/pap-test.robot
index c2ad8370..d2852c46 100644
--- a/csit/pap/tests/pap-test.robot
+++ b/csit/pap/tests/pap-test.robot
@@ -106,7 +106,7 @@ QueryPdpGroupsAfterUndeploy
QueryPolicyAuditAfterUnDeploy
[Documentation] Verify policy audit record after undeploy
- Sleep 60 seconds
+ Sleep 10 seconds
QueryPolicyAudit /policy/pap/v1/policies/audit 200 testGroup pdpTypeA onap.restart.tca UNDEPLOYMENT
QueryPolicyAuditWithMetadataSetAfterUnDeploy
diff --git a/csit/pylibs.txt b/csit/pylibs.txt
index d6250dba..a8d8c4e3 100644
--- a/csit/pylibs.txt
+++ b/csit/pylibs.txt
@@ -7,7 +7,6 @@ requests
robotframework-httplibrary
robotframework-requests
robotframework-selenium2library
-robotframework-extendedselenium2library
robotframework-sshlibrary
scapy
# Module jsonpath is needed by current AAA idmlite suite.