From: Michal Jagiello Date: Tue, 18 May 2021 06:27:36 +0000 (+0000) Subject: [TEST] Patch ip values in pnf-simulator event X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F94%2F121394%2F1;p=testsuite%2Fpythonsdk-tests.git [TEST] Patch ip values in pnf-simulator event Issue-ID: INT-1894 Signed-off-by: Michal Jagiello Change-Id: I59b141fce25581b0fd92fcc3e2857148b7002c2b --- 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" } } }