diff --git a/ansible_collections/arista/cvp/molecule/cv_device_v3/reconcile.py b/ansible_collections/arista/cvp/molecule/cv_device_v3/reconcile.py index a75314df4..22de20ab0 100644 --- a/ansible_collections/arista/cvp/molecule/cv_device_v3/reconcile.py +++ b/ansible_collections/arista/cvp/molecule/cv_device_v3/reconcile.py @@ -9,7 +9,7 @@ # Setting variables RECONCILE = 'RECONCILE_' # Prefix for the configlet name -fixture_file = 'fixtures/cv_device_v3.yaml' +fixture_file = 'molecule/fixtures/cv_device_v3.yaml' with open(fixture_file, encoding="utf-8") as f: dut = yaml.safe_load(f) diff --git a/ansible_collections/arista/cvp/molecule/cv_device_v3/test_reconciled_configlet.yml b/ansible_collections/arista/cvp/molecule/cv_device_v3/test_reconciled_configlet.yml index 59f48536f..88a809917 100644 --- a/ansible_collections/arista/cvp/molecule/cv_device_v3/test_reconciled_configlet.yml +++ b/ansible_collections/arista/cvp/molecule/cv_device_v3/test_reconciled_configlet.yml @@ -76,7 +76,7 @@ register: CV_DEVICE_V3_RESULT - name: Run Python script to reconcile the device - ansible.builtin.command: python3 cv_device_v3/reconcile.py + ansible.builtin.command: python3 molecule/cv_device_v3/reconcile.py - name: Execute Task for detach configlet arista.cvp.cv_task_v3: