Add shutdown command to Huawei interface template and update configuration files
- Included the `shutdown` command in the Huawei interface template to manage interface states. - Added a new interface configuration in `config.conf` with the `shutdown` command. - Updated the expected output JSON to reflect the new interface and its shutdown state for accurate testing and validation of configurations.
This commit is contained in:
7
tests/fixtures/huawei/config.expected.json
vendored
7
tests/fixtures/huawei/config.expected.json
vendored
@@ -12,6 +12,13 @@
|
||||
"mask": null,
|
||||
"description": null
|
||||
},
|
||||
{
|
||||
"interface": "GigabitEthernet1/0/43",
|
||||
"shutdown": true,
|
||||
"ip_address": null,
|
||||
"mask": null,
|
||||
"description": "FREE"
|
||||
},
|
||||
{
|
||||
"interface": "Vlanif120",
|
||||
"shutdown": false,
|
||||
|
||||
Reference in New Issue
Block a user