0227ae833d
The test runner can read Mako templates, dynamically replacing the variables. The values of the used variables must be specified in a INI-style file, which is passed as argument (-V) to the test runner. Please note that a missing or incomplete INI file does not block the execution, as it is not known which variables are needed by the specified templates beforehand. The runner unit tests have been expanded as well. Partially Implements: bp scenario-test-config-template Change-Id: I7d19beb82f5b5b6ae93c82768a1ea73c362ca01d
10 lines
259 B
INI
10 lines
259 B
INI
OS_USERNAME: demo
|
|
OS_PASSWORD: demopwd
|
|
OS_TENANT_NAME: demo
|
|
OS_AUTH_URL: http://127.0.0.1:5000/v2
|
|
network_type: neutron
|
|
network_private_name: private
|
|
network_public_name: public
|
|
vanilla_two_six_image: centos_sahara_vanilla_hadoop_2_6_latest
|
|
ci_flavor_id: '2'
|