Add regression test for https://github.com/clicon/clixon/issues/439
This commit is contained in:
parent
f56f3bef40
commit
e4a7fe0b49
2 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ Expected: October 2023
|
||||||
|
|
||||||
### Corrected Bugs
|
### Corrected Bugs
|
||||||
|
|
||||||
|
* [CLICON_CONFIGDIR with external subsystems causes endless looping](https://github.com/clicon/clixon/issues/439)
|
||||||
* Fixed: ["show configuration devices" and "show configuration devices | display cli" differs](https://github.com/clicon/clixon-controller/issues/24)
|
* Fixed: ["show configuration devices" and "show configuration devices | display cli" differs](https://github.com/clicon/clixon-controller/issues/24)
|
||||||
* Fixed: [Configuring Juniper PTX produces CLI errors](https://github.com/clicon/clixon-controller/issues/19)
|
* Fixed: [Configuring Juniper PTX produces CLI errors](https://github.com/clicon/clixon-controller/issues/19)
|
||||||
* Fixed: CLI output pipes: Add CLICON_PIPETREE to any cli files, not just the first
|
* Fixed: CLI output pipes: Add CLICON_PIPETREE to any cli files, not just the first
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,9 @@ cat <<EOF > $cfile1
|
||||||
<clixon-config xmlns="http://clicon.org/config">
|
<clixon-config xmlns="http://clicon.org/config">
|
||||||
<CLICON_MODULE_SET_ID>2</CLICON_MODULE_SET_ID>
|
<CLICON_MODULE_SET_ID>2</CLICON_MODULE_SET_ID>
|
||||||
<CLICON_FEATURE>test2</CLICON_FEATURE>
|
<CLICON_FEATURE>test2</CLICON_FEATURE>
|
||||||
|
<autocli>
|
||||||
|
<module-default>false</module-default>
|
||||||
|
</autocli>
|
||||||
</clixon-config>
|
</clixon-config>
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue