LTS: Performance testing
[csit.git] / resources / tools / testbed-setup / ansible / roles / cleanup / tasks / tg.yaml
diff --git a/resources/tools/testbed-setup/ansible/roles/cleanup/tasks/tg.yaml b/resources/tools/testbed-setup/ansible/roles/cleanup/tasks/tg.yaml
new file mode 100644 (file)
index 0000000..a026ec2
--- /dev/null
@@ -0,0 +1,16 @@
+---
+# file: roles/cleanup/tasks/tg.yaml
+
+- name: Kill processes - TRex
+  import_tasks: kill_process.yaml
+  vars:
+      process: "_t-rex"
+  when: docker_tg is undefined
+  tags: kill-process
+
+- name: Kill processes - WRK
+  import_tasks: kill_process.yaml
+  vars:
+      process: "wrk"
+  tags: kill-process
+  when: docker_tg is undefined
\ No newline at end of file