mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-03-03 12:24:49 +00:00
NAPALM Vyos Driver
This commit is contained in:
1
test/unit/skeleton/initial.conf
Normal file
1
test/unit/skeleton/initial.conf
Normal file
@@ -0,0 +1 @@
|
||||
Initial configuration
|
||||
1
test/unit/skeleton/merge_good.conf
Normal file
1
test/unit/skeleton/merge_good.conf
Normal file
@@ -0,0 +1 @@
|
||||
Some changes that will be merged while testing
|
||||
1
test/unit/skeleton/merge_good.diff
Normal file
1
test/unit/skeleton/merge_good.diff
Normal file
@@ -0,0 +1 @@
|
||||
The diff when merging `merged_good.conf`
|
||||
2
test/unit/skeleton/merge_typo.conf
Normal file
2
test/unit/skeleton/merge_typo.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
Some changes that will be merge while testing. Should contain a typo or something that triggers
|
||||
an error during the load/commmit phase
|
||||
0
test/unit/skeleton/mock_data/.placeholder
Normal file
0
test/unit/skeleton/mock_data/.placeholder
Normal file
1
test/unit/skeleton/new_good.conf
Normal file
1
test/unit/skeleton/new_good.conf
Normal file
@@ -0,0 +1 @@
|
||||
A full new configuration. It will be used to test the replace operation
|
||||
1
test/unit/skeleton/new_good.diff
Normal file
1
test/unit/skeleton/new_good.diff
Normal file
@@ -0,0 +1 @@
|
||||
A diff between `initial.conf` and `new_good.conf`
|
||||
2
test/unit/skeleton/new_typo.conf
Normal file
2
test/unit/skeleton/new_typo.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
A full new configuration. However, it should contain a typo or something that triggers an error
|
||||
during commit/load phase.
|
||||
Reference in New Issue
Block a user