aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-07-05 17:38:27 +0000
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-07-05 17:38:27 +0000
commit99aab747131bf8ab27a7db0d7b2d9f8f85adc861 (patch)
tree391c9216475b3a220ae56ac52defca9da0eddebc /src/onaptests/configuration
parentd5ba1d1521d99afad20093243be534d8604f19b5 (diff)
Exclude certain labels and fix issue with missing selectors
Issue-ID: INT-2246 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I84974b10ea0b62ccb81a9747e67fe4d9a79f43ba
Diffstat (limited to 'src/onaptests/configuration')
-rw-r--r--src/onaptests/configuration/status_settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/onaptests/configuration/status_settings.py b/src/onaptests/configuration/status_settings.py
index 0ad0f30..57ee1b3 100644
--- a/src/onaptests/configuration/status_settings.py
+++ b/src/onaptests/configuration/status_settings.py
@@ -20,6 +20,9 @@ FULL_LOGS_CONTAINERS = [
# patterns to be excluded from the check
WAIVER_LIST = ['integration']
+EXCLUDED_LABELS = {
+}
+
SPECIFIC_LOGS_CONTAINERS = {
'sdc-be': ['/var/log/onap/sdc/sdc-be/error.log'],
'sdc-onboarding-be': ['/var/log/onap/sdc/sdc-onboarding-be/error.log'],