diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2021-05-19 06:27:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-05-19 06:27:01 +0000 |
commit | c6df8a0bbd0ed66e97001203d0d6dff7008289e2 (patch) | |
tree | 4c7b9c1d5bb3663870b7e6031af5e507070c1a7e | |
parent | 7b3c0c66fa1bb3581d83498ae1840aa1c8763521 (diff) | |
parent | acd9704269723602f5832ff1c78e2a86ffacd318 (diff) |
Merge "[TEST] Patch ip values in pnf-simulator event"
-rw-r--r-- | src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py b/src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py index 3483351..f936839 100644 --- a/src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py +++ b/src/onaptests/steps/simulator/pnf_simulator_cnf/pnf_register.py @@ -109,6 +109,10 @@ class PnfSimulatorCnfRegisterStep(BaseStep): "event": { "commonEventHeader": { "sourceName": settings.SERVICE_INSTANCE_NAME + }, + "pnfRegistrationFields": { + "oamV4IpAddress": "192.168.0.1", + "oamV6IpAddress": "2001:db8::1428:57ab" } } } |