diff options
Diffstat (limited to 'test/integration/targets/throttle/group_vars/all.yml')
-rw-r--r-- | test/integration/targets/throttle/group_vars/all.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/throttle/group_vars/all.yml b/test/integration/targets/throttle/group_vars/all.yml new file mode 100644 index 00000000..b04b2aae --- /dev/null +++ b/test/integration/targets/throttle/group_vars/all.yml @@ -0,0 +1,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 '' }}" |