diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-04-10 20:45:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-10 20:45:22 +0000 |
commit | cc676e7c843603a6ea13a1c76be9990a459e79cf (patch) | |
tree | 0106f249a6484aadc82495af2a3a58078f7c233d /xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 | |
parent | bd562fe7a3cc7c0d4849158c5a2e5c29ca60e571 (diff) | |
parent | b559b9e64c8afa603737dd46c4c080488dae852e (diff) |
Merge "Revert "display the correct deploy scenario for the functest run""
Diffstat (limited to 'xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2')
-rw-r--r-- | xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 b/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 index a0ac9970..ee02fc65 100644 --- a/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 +++ b/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 @@ -1,7 +1,7 @@ #!/bin/bash # Variables that we need to pass from XCI to functest -XCI_ENV=(INSTALLER_TYPE XCI_FLAVOR) +XCI_ENV=(INSTALLER_TYPE XCI_FLAVOR OPENSTACK_OSA_VERSION) source /root/openrc |