Skip to content

Commit

Permalink
added integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AAYUSH2091 committed Nov 12, 2024
1 parent f23cc38 commit 6ccc8bd
Show file tree
Hide file tree
Showing 16 changed files with 656 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
created.
"""

from copy import deepcopy

from ansible.module_utils.six import iteritems
from ansible_collections.ansible.netcommon.plugins.module_utils.network.common.rm_base.resource_module import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def __init__(self, lines=None, module=None):
},
},
"shared": True,
"shared": True,
},
{
"name": "vrf_name",
Expand Down
Loading

0 comments on commit 6ccc8bd

Please sign in to comment.