diff options
Diffstat (limited to 'xtesting')
-rw-r--r-- | xtesting/utils/env.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xtesting/utils/env.py b/xtesting/utils/env.py index aa2da0b5..64e9a21d 100644 --- a/xtesting/utils/env.py +++ b/xtesting/utils/env.py @@ -14,14 +14,11 @@ import os import prettytable INPUTS = { - 'EXTERNAL_NETWORK': None, 'CI_LOOP': 'daily', 'DEPLOY_SCENARIO': 'os-nosdn-nofeature-noha', 'INSTALLER_TYPE': None, - 'SDN_CONTROLLER_IP': None, 'BUILD_TAG': None, 'NODE_NAME': None, - 'POD_ARCH': None, 'TEST_DB_URL': 'http://testresults.opnfv.org/test/api/v1/results', 'ENERGY_RECORDER_API_URL': 'http://energy.opnfv.fr/resources', 'ENERGY_RECORDER_API_USER': None, |