diff options
author | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-05-08 11:18:45 -0700 |
---|---|---|
committer | Kalyan reddy Gundarapu <reddyx.gundarapu@intel.com> | 2017-05-12 19:13:37 +0000 |
commit | b49cecbe031d91c0267fef8a2925e72c86f1e6a3 (patch) | |
tree | 91d7fbd50afde6840db353b9bdb5347156be93d9 /tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml | |
parent | 4038e157f640ad185d5469c146c8f0faf23dd3ec (diff) |
Adding post-execute scripts to cyclictest execution
This patch is used to add post-execute scripts to yardstick node
context teardown to disable the ftrace soon after the completion
of cyclictest execution through yardstick.
Change-Id: I9cac5868c51c2c9ffd9f397574b53dc606aef2d8
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
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 |