summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/throttle/group_vars/all.yml
blob: b04b2aae11275fe1c5f4a3f3e7d6c024353aa00f (plain)
1
2
3
4
---
throttledir: '{{ base_throttledir }}/{{ subdir }}'
base_throttledir: "{{ lookup('env', 'OUTPUT_DIR') }}/throttle.dir"
subdir: "{{ test_id if lookup('env', 'SELECTED_STRATEGY') in ['free', 'host_pinned'] else '' }}"