Skip to content

Commit

Permalink
Add regression test for #439
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Aug 15, 2023
1 parent f56f3be commit e4a7fe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Expected: October 2023

### 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: [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
Expand Down
3 changes: 3 additions & 0 deletions test/test_configdir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ cat <<EOF > $cfile1
<clixon-config xmlns="http://clicon.org/config">
<CLICON_MODULE_SET_ID>2</CLICON_MODULE_SET_ID>
<CLICON_FEATURE>test2</CLICON_FEATURE>
<autocli>
<module-default>false</module-default>
</autocli>
</clixon-config>
EOF

Expand Down

0 comments on commit e4a7fe0

Please sign in to comment.