diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-03 10:14:46 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-03 10:14:53 -0400 |
commit | ab96e4d634faa37999c73b968683d4133ab01faa (patch) | |
tree | fa0070f1c9a3d4b2f1e1cb82ed0ae3c921445b9d /csit/pap/tests/data | |
parent | 91888cb1352571e826ced84a9d79cab1f806e037 (diff) |
Refactor pap csit test cases
Refactored pap csit test cases to
* remove code duplication
* create methods for rest call
* improve assertions
* make it easy to add new test cases
Issue-ID: POLICY-3525
Change-Id: I60a5a9128ca6e97044d5de13fb14610d721c78d2
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'csit/pap/tests/data')
-rw-r--r-- | csit/pap/tests/data/create.group.request.json | 2 | ||||
-rw-r--r-- | csit/pap/tests/data/deploy.group.request.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/csit/pap/tests/data/create.group.request.json b/csit/pap/tests/data/create.group.request.json index 1b63563f..e916a94e 100644 --- a/csit/pap/tests/data/create.group.request.json +++ b/csit/pap/tests/data/create.group.request.json @@ -1,7 +1,7 @@ { "groups": [ { - "name": "create.group.request", + "name": "testGroup", "pdpGroupState": "PASSIVE", "properties": { "hello": "world" diff --git a/csit/pap/tests/data/deploy.group.request.json b/csit/pap/tests/data/deploy.group.request.json index 7f3694de..73eb213f 100644 --- a/csit/pap/tests/data/deploy.group.request.json +++ b/csit/pap/tests/data/deploy.group.request.json @@ -1,7 +1,7 @@ { "groups": [ { - "name": "create.group.request", + "name": "testGroup", "deploymentSubgroups": [ { "pdpType": "pdpTypeA", |