aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/rally/task.yaml
diff options
context:
space:
mode:
authorJuha Kosonen <juha.kosonen@nokia.com>2018-10-15 17:23:23 +0300
committerJuha Kosonen <juha.kosonen@nokia.com>2018-10-16 05:35:30 +0000
commita0aa4016fa0890932f1202c0f8c2c3b2c31ca564 (patch)
treefeb652af3f36ae4b4b86740b67aff3632280ebe9 /functest/opnfv_tests/openstack/rally/task.yaml
parent1d866c412c5803fed1c8e68a9e763577d3cd83f1 (diff)
Do not create files in site-package directory
Use /home/opnfv/functest/data/rally/task directory for storing temporary files when running rally tasks. Also removes unused vm scenario from task service list. Change-Id: Icfd4f99ebe6194360bda8bd88e497e018a9541a0 Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com> (cherry picked from commit 520331a06750dd02228f840c346402f52fb864e8)
Diffstat (limited to 'functest/opnfv_tests/openstack/rally/task.yaml')
-rw-r--r--functest/opnfv_tests/openstack/rally/task.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/functest/opnfv_tests/openstack/rally/task.yaml b/functest/opnfv_tests/openstack/rally/task.yaml
index fe9304fc2..14d4e718c 100644
--- a/functest/opnfv_tests/openstack/rally/task.yaml
+++ b/functest/opnfv_tests/openstack/rally/task.yaml
@@ -42,7 +42,3 @@
{% if "heat" in service_list %}
{%- include "var/opnfv-heat.yaml"-%}
{% endif %}
-
-{% if "vm" in service_list %}
-{%- include "var/opnfv-vm.yaml"-%}
-{% endif %}