Commit eefffef5 authored by Robert Schmidt's avatar Robert Schmidt

UndeployGenObject(): allow multiple gNBs/DUs/CUs for log file analysis, like UE

parent a6c95537
...@@ -1245,7 +1245,7 @@ class Containerize(): ...@@ -1245,7 +1245,7 @@ class Containerize():
fullStatus = True fullStatus = True
if anyLogs: if anyLogs:
# Analyzing log file(s)! # Analyzing log file(s)!
listOfPossibleRanContainers = ['enb', 'gnb', 'cu', 'du'] listOfPossibleRanContainers = ['enb*', 'gnb*', 'cu*', 'du*']
for container in listOfPossibleRanContainers: for container in listOfPossibleRanContainers:
filenames = './*-oai-' + container + '.log' filenames = './*-oai-' + container + '.log'
cmd = f'ls {filenames}' cmd = f'ls {filenames}'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment