-
Notifications
You must be signed in to change notification settings - Fork 235
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
Fix(eos_cli_config_gen): Fix router_isis rx_disabled and mode: shared-secret #4267
Fix(eos_cli_config_gen): Fix router_isis rx_disabled and mode: shared-secret #4267
Conversation
Review docs on Read the Docs To test this pull request: # Create virtual environment for this testing below the current directory
python -m venv test-avd-pr-4267
# Activate the virtual environment
source test-avd-pr-4267/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/Vibhu-gslab/avd.git@coverage_router_isis#subdirectory=python-avd" --force
# Point Ansible collections path to the Python virtual environment
export ANSIBLE_COLLECTIONS_PATH=$VIRTUAL_ENV/ansible_collections
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/Vibhu-gslab/avd.git#/ansible_collections/arista/avd/,coverage_router_isis --force
# Optional: Install AVD examples
cd test-avd-pr-4267
ansible-playbook arista.avd.install_examples |
828eceb
to
b100036
Compare
95ada21
to
dbb2206
Compare
bc274f1
to
0eaa7d6
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
0ca7a38
to
1ea9ab9
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will changed the title to a fix since you are fixing two bugs.
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_isis.schema.yml
Show resolved
Hide resolved
|
Change Summary
Added test in molecule for router isis to improve the coverage
Fixing two bugs:
shared_secret
as valid_value but the template looked forshared-secret
.Component(s) name
arista.avd.eos_cli_config_gen
How to test
Run molecule
Checklist
Repository Checklist