diff options
author | Jiang, Yunhong <yunhong.jiang@intel.com> | 2017-05-12 22:32:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-12 22:32:23 +0000 |
commit | 2bf84b75999440debecf456168a7c3bb0750dd06 (patch) | |
tree | 9a1fb1d7ceb8f637b10b56abaf69e94eb57a77fb /tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml | |
parent | 224c6bf99ded56edffbd9b5c7e17a4d85a41d1e1 (diff) | |
parent | b49cecbe031d91c0267fef8a2925e72c86f1e6a3 (diff) |
Merge "Adding post-execute scripts to cyclictest execution"
Diffstat (limited to 'tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml')
-rw-r--r-- | tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml b/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml index 0a35e95a3..155cd5dbd 100644 --- a/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml +++ b/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml @@ -50,3 +50,10 @@ context: type: Node name: LF file: /opt/scripts/pod.yaml + env: + type: script + prefix: yardstick.benchmark.scenarios.compute + teardown: + - + kvm: + script: disable_trace.bash |