juju: run the test jobs in the correct repo directory
Change-Id: I59ef5cce93a18f02301222e461a33e8380dbfc4b
diff --git a/playbooks/charm-cinder-storpool-iscsi/zaza-functional.yaml b/playbooks/charm-cinder-storpool-iscsi/zaza-functional.yaml
index d6b5f75..fc5aa83 100644
--- a/playbooks/charm-cinder-storpool-iscsi/zaza-functional.yaml
+++ b/playbooks/charm-cinder-storpool-iscsi/zaza-functional.yaml
@@ -23,13 +23,13 @@
ansible.builtin.shell: tox -e build
args:
executable: /usr/bin/bash
- chdir: /home/ubuntu/src/sftests.com/charm-cinder-storpool-iscsi
+ chdir: /home/ubuntu/src/spfactory.storpool.com/charm-cinder-storpool-iscsi
- name: run func-target-discard-model
ansible.builtin.shell: tox -e func-target-discard-model {{ bundle }}
args:
executable: /usr/bin/bash
- chdir: /home/ubuntu/src/sftests.com/charm-cinder-storpool-iscsi
+ chdir: /home/ubuntu/src/spfactory.storpool.com/charm-cinder-storpool-iscsi
environment:
CHARM_SP_PUBLIC_SPACE: "{{ SP_PUBLIC_SPACE['v'] }}"
CHARM_SP_TEMPLATE: "{{ SP_TEMPLATE['v'] }}"