diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/features/testcases.yaml | 1 | ||||
-rw-r--r-- | docker/features/thirdparty-requirements.txt | 2 | ||||
-rw-r--r-- | docker/restapi/thirdparty-requirements.txt | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index f3a7a476..4a054506 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -10,7 +10,6 @@ tiers: - case_name: doctor-notification project_name: doctor - enabled: false criteria: 100 blocking: false description: >- diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt index 86571c29..73c11b44 100644 --- a/docker/features/thirdparty-requirements.txt +++ b/docker/features/thirdparty-requirements.txt @@ -4,4 +4,4 @@ robotframework-sshlibrary;python_version=='2.7' baro_tests sdnvpn sfc -# doctor-tests;python_version>='3.0' +doctor-tests;python_version>='3.0' diff --git a/docker/restapi/thirdparty-requirements.txt b/docker/restapi/thirdparty-requirements.txt index 8418c3d7..73c11b44 100644 --- a/docker/restapi/thirdparty-requirements.txt +++ b/docker/restapi/thirdparty-requirements.txt @@ -4,4 +4,4 @@ robotframework-sshlibrary;python_version=='2.7' baro_tests sdnvpn sfc -# doctor-tests;python_version>='3.0' +doctor-tests;python_version>='3.0' |