From 1bb239189b74eac52c7a4306504beeb91e607724 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 5 Nov 2018 17:17:16 +0000 Subject: [PATCH] tests: another attempt at working paths. --- tests/ansible/integration/stub_connections/setns_lxc.yml | 2 +- tests/ansible/integration/stub_connections/setns_lxd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ansible/integration/stub_connections/setns_lxc.yml b/tests/ansible/integration/stub_connections/setns_lxc.yml index 32bb161e..4bb21db7 100644 --- a/tests/ansible/integration/stub_connections/setns_lxc.yml +++ b/tests/ansible/integration/stub_connections/setns_lxc.yml @@ -18,7 +18,7 @@ -i localhost, -c setns -e mitogen_kind=lxc - -e mitogen_lxc_info_path=stub-lxc-info.py + -e mitogen_lxc_info_path={{git_basedir}}/tests/data/stubs/stub-lxc-info.py -m shell -a "echo hi" localhost diff --git a/tests/ansible/integration/stub_connections/setns_lxd.yml b/tests/ansible/integration/stub_connections/setns_lxd.yml index 539eab11..e430daa9 100644 --- a/tests/ansible/integration/stub_connections/setns_lxd.yml +++ b/tests/ansible/integration/stub_connections/setns_lxd.yml @@ -18,7 +18,7 @@ -i localhost, -c setns -e mitogen_kind=lxd - -e mitogen_lxc_path=stub-lxc.py + -e mitogen_lxc_path={{git_basedir}}/tests/data/stubs/stub-lxc.py -m shell -a "echo hi" localhost