Skip to content

Commit

Permalink
Doc: Add README pointing to cv_workflow README
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored and sugetha24 committed Sep 27, 2024
1 parent 65328cd commit e19bc32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ansible_collections/arista/avd/molecule/cv_deploy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## How to test

Refer to [cv_workflow README.md](../cv_workflow/README.md)
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
cv_submit_workspace_force: true
cv_run_change_control: true

- name: 'Display CVP result'
- name: Display CVP result
run_once: true
ansible.builtin.debug:
msg: '{{ cv_deploy_results }}'
Expand Down Expand Up @@ -168,7 +168,7 @@
ignore_errors: yes
register: cvp_errors

- name: 'Display CVP result'
- name: Display CVP result
run_once: true
ansible.builtin.debug:
msg: '{{ cv_deploy_results }}'
Expand Down Expand Up @@ -200,7 +200,7 @@
cv_devices: [ avd-ci-leaf1, avd-ci-core1 ]
cv_submit_workspace_force: true

- name: 'Display CVP result'
- name: Display CVP result
run_once: true
ansible.builtin.debug:
msg: '{{ cv_deploy_results }}'
Expand All @@ -220,7 +220,7 @@
cv_submit_workspace: true
cv_run_change_control: false

- name: 'Display CVP result'
- name: Display CVP result
run_once: true
ansible.builtin.debug:
msg: '{{ cv_deploy_results }}'
Expand Down

0 comments on commit e19bc32

Please sign in to comment.