aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2/prh-testcases/resources/PrhLibrary.py
diff options
context:
space:
mode:
authorMariusz Wagner <mariusz.wagner@nokia.com>2018-07-26 10:12:43 +0200
committerMariusz Wagner <mariusz.wagner@nokia.com>2018-07-26 11:21:00 +0200
commitbb011a167161f24a500494dfab91032338d5d824 (patch)
tree647137d7d2db7f8d13296bd086a306c307202394 /test/csit/tests/dcaegen2/prh-testcases/resources/PrhLibrary.py
parentbd0bd931e084fc918190340c9141ff95423b2e71 (diff)
Change global var
Change global var to suite var Issue-ID: INT-600 Change-Id: Iecfe90157f52f2d459fb67c9c1d60846ae0b816a Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
Diffstat (limited to 'test/csit/tests/dcaegen2/prh-testcases/resources/PrhLibrary.py')
-rw-r--r--test/csit/tests/dcaegen2/prh-testcases/resources/PrhLibrary.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/csit/tests/dcaegen2/prh-testcases/resources/PrhLibrary.py b/test/csit/tests/dcaegen2/prh-testcases/resources/PrhLibrary.py
index 2e52d0825..ac3fba46e 100644
--- a/test/csit/tests/dcaegen2/prh-testcases/resources/PrhLibrary.py
+++ b/test/csit/tests/dcaegen2/prh-testcases/resources/PrhLibrary.py
@@ -38,6 +38,7 @@ class PrhLibrary(object):
container = client.containers.get('aai_simulator')
container.stop()
+
def _create_pnf_name(json_file):
json_to_python = json.loads(json_file)
vendor = json_to_python["event"]["otherFields"]["pnfVendorName"]