summaryrefslogtreecommitdiffstats
path: root/conductor/conductor/tests/functional/simulators/aaisim/aai_imposter.jsont
diff options
context:
space:
mode:
Diffstat (limited to 'conductor/conductor/tests/functional/simulators/aaisim/aai_imposter.jsont')
-rw-r--r--conductor/conductor/tests/functional/simulators/aaisim/aai_imposter.jsont23
1 files changed, 23 insertions, 0 deletions
diff --git a/conductor/conductor/tests/functional/simulators/aaisim/aai_imposter.jsont b/conductor/conductor/tests/functional/simulators/aaisim/aai_imposter.jsont
index 93799cd..777bcb2 100644
--- a/conductor/conductor/tests/functional/simulators/aaisim/aai_imposter.jsont
+++ b/conductor/conductor/tests/functional/simulators/aaisim/aai_imposter.jsont
@@ -27,6 +27,29 @@
},
{
"responses": [
+ { "is": {
+ "statusCode": 200,
+ "body": {{ get_nst_response }}
+ }
+ }
+ ],
+ "predicates": [{
+ "and": [
+ {
+ "equals": {
+ "path": "/aai/v14/service-design-and-creation/models",
+ "method": "GET",
+ "query": {
+ "model-role": "NST",
+ "depth": 2
+ }
+ }
+ }
+ ]
+ }]
+ },
+ {
+ "responses": [
{ "is": {
"statusCode": 200,
"body": {{ get_nssi_response }}