repo clean-up 99/11499/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 5 Jul 2023 16:22:01 +0000 (16:22 +0000)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 5 Jul 2023 16:22:07 +0000 (16:22 +0000)
- fix references to config yaml

Issue-ID: OAM-346
Change-Id: Ib55f2c51c8b48f1bd0f1b577f6954effe502f211
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
code/client-scripts-ves-v7/globalVesEventEmitter.py

index 26c3879..4fc15a9 100644 (file)
@@ -81,7 +81,7 @@ def getInitData(domain, stndBody=''):
   result['interface']= "urn:ietf:params:xml:ns:yang:ietf-interfaces:interfaces/interface/name='O-RAN-SC-OAM'"
 
   # Read config
-  with open('config.yml', 'r') as stream:
+  with open('config.yaml', 'r') as stream:
     try:
         result['config']= yaml.safe_load(stream)
     except yaml.YAMLError as exc: