diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-09-13 23:14:46 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-09-14 14:05:55 +0200 |
commit | 45978c5e22af211462eb15a20eeb8ca3d646a8e4 (patch) | |
tree | b903549c6d47cfa3e5fa07ae79e784900dcd8930 /src/onaptests/configuration/status_settings.py | |
parent | a4f1e17b09928656c7cec2f120c9127eaf087c9d (diff) |
Support additional namespaces in the status test
Support additional namespaces in the status test
Issue-ID: TEST-406
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Ia4a4fd8aad4af02da598f6f64954d85c02349a15
Diffstat (limited to 'src/onaptests/configuration/status_settings.py')
-rw-r--r-- | src/onaptests/configuration/status_settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/onaptests/configuration/status_settings.py b/src/onaptests/configuration/status_settings.py index 6232cfe..7bcb6d0 100644 --- a/src/onaptests/configuration/status_settings.py +++ b/src/onaptests/configuration/status_settings.py @@ -10,6 +10,7 @@ CHECK_POD_VERSIONS = True IGNORE_EMPTY_REPLICAS = False STATUS_DETAILS_JSON = "status-details.json" INCLUDE_ALL_RES_IN_DETAILS = True +EXTRA_NAMESPACE_LIST = [] FULL_LOGS_CONTAINERS = [ 'dcae-bootstrap', 'dcae-cloudify-manager', 'aai-resources', |