Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNM:Update lab file as per new CML conventions #815

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
integration:
uses: ansible-network/github_actions/.github/workflows/integration.yml@main
with:
network_os: cisco.nxos.nxos
pytest_addopts: "--color=yes -n 2 --log-level WARNING -vvv --role-excludes=snmp_server"

secrets:
cml_ssh_password: ${{ secrets.cml_ssh_password }}
virl_host: ${{ secrets.virl_host }}
virl_password: ${{ secrets.virl_password }}
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# CML/virl lab cache
.virl/

# A collection directory, resulting from the use of the pytest-ansible-units plugin
# Linked collection directory
collections/

# Any virl residue
.virl

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
Loading
Loading