aboutsummaryrefslogtreecommitdiffstats
path: root/functest/utils/env.py
diff options
context:
space:
mode:
authorDelia Popescu <delia.popescu@enea.com>2018-10-09 12:03:58 +0300
committerCédric Ollivier <cedric.ollivier@orange.com>2018-10-15 19:49:46 +0200
commit1a00b9de56ef65eef2a0b269a514cb25491ac54b (patch)
tree0b612f64005d782a180a82b806d6a76ca95c6bad /functest/utils/env.py
parentb51417c9d2e7d34fec7d4bfa4fd723746e6b28e3 (diff)
Ease configuring extra specs via env vars
Ease configuring flavor extra specs, as well as image extra specs. Set environment variables for image_properties and flavor extra_specs for ovs|fdio scenario from the start. Image extra_properties and flavor extra_specs will continue to get updates from functest config file but so will from IMAGE_PROPERTIES and FLAVOR_EXTRA_SPECS env variables. Change-Id: Ie1c69e66d2e2e158915d214402fe44d9991c56d3 Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Diffstat (limited to 'functest/utils/env.py')
-rw-r--r--functest/utils/env.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/utils/env.py b/functest/utils/env.py
index d7c0814c4..41d1a4d86 100644
--- a/functest/utils/env.py
+++ b/functest/utils/env.py
@@ -33,6 +33,7 @@ INPUTS = {
'ENERGY_RECORDER_API_PASSWORD': env.INPUTS['ENERGY_RECORDER_API_PASSWORD'],
'VOLUME_DEVICE_NAME': 'vdb',
'IMAGE_PROPERTIES': '',
+ 'FLAVOR_EXTRA_SPECS': '',
'NAMESERVER': '8.8.8.8',
'NEW_USER_ROLE': 'Member',
'USE_DYNAMIC_CREDENTIALS': 'True',