forked from aruba/aoscx-ansible-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Alg dev #12
Open
alagoutte
wants to merge
36
commits into
master
Choose a base branch
from
alg-dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alagoutte
force-pushed
the
alg-dev
branch
6 times, most recently
from
December 13, 2023 20:01
ac33b4d
to
0478666
Compare
ERROR: Found 6 ignores issue(s) which need to be resolved: ERROR: tests/sanity/ignore-2.12.txt:49:1: File 'plugins/modules/aoscx_lag_interface.py' does not exist ERROR: tests/sanity/ignore-2.12.txt:50:1: File 'plugins/modules/aoscx_lag_interface.py' does not exist ERROR: tests/sanity/ignore-2.12.txt:69:1: File 'plugins/modules/aoscx_vxlan.py' does not exist ERROR: tests/sanity/ignore-2.12.txt:70:1: File 'plugins/modules/aoscx_vxlan.py' does not exist ERROR: tests/sanity/ignore-2.12.txt:71:1: File 'plugins/modules/aoscx_vxlan_vni.py' does not exist ERROR: tests/sanity/ignore-2.12.txt:72:1: File 'plugins/modules/aoscx_vxlan_vni.py' does not exist
Signed-off-by: Alexis La Goutte <[email protected]>
only support for admin_edge_port_enable, bpdu_filter_enable, bpdu_guard_enable
stp_link_type (auto, shared, point_to_point), stp_loop_guard_enable, stp_reoot_guard_enable
use ansible-test network-integration for launch test You need before to copy inventory.networking.template to inventory.networking (on integration folder) and modify for add your target
test also idempotent
test also idempotent
connection plugin has an improperly configured remote target value, forcing "inventory_hostname" templated value instead of the string See ansible/ansible#77841 for same error message (coming with ansible >= 2.13)
tests/integration/targets/aoscx_vrf/tasks/api.yaml:21:1: empty-lines: too many blank lines (1 > 0) tests/integration/targets/aoscx_vrf/tests/api/create.yaml:34:5: hyphens: too many spaces after hyphen tests/integration/targets/aoscx_vrf/tests/api/create.yaml:42:1: empty-lines: too many blank lines (1 > 0) tests/integration/targets/aoscx_vrf/tests/api/delete.yaml:34:5: hyphens: too many spaces after hyphen tests/integration/targets/aoscx_vrf/tests/api/delete.yaml:42:1: empty-lines: too many blank lines (1 > 0)
tests/integration/targets/aoscx_vrf/tests/api/delete.yaml:34:5: hyphens: too many spaces after hyphen tests/integration/targets/aoscx_vrf/tests/api/delete.yaml:42:1: empty-lines: too many blank lines (1 > 0)
for disable cdp or sflow
Duplicate tx entries and forget 'on'
port_access_radius_override_enable and port_access_clients_limit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.