Tests: updated cli fuzz, vagrant, valgrind
This commit is contained in:
parent
8d3d39319e
commit
1ac5086c6a
5 changed files with 150 additions and 7 deletions
|
|
@ -201,7 +201,8 @@ BUSER=clicon
|
|||
: ${_ALREADY_HERE:=0}
|
||||
|
||||
if [ -n "$CLICON_GROUP" ] && [ $_ALREADY_HERE -eq 0 ]; then
|
||||
# Extra test for some archs, ie ubuntu 18 that have problems with this
|
||||
# Extra test for some archs, eg ubuntu 18 that have problems with:
|
||||
# Sorry, user <user> is not allowed to execute as <user>:clicon on <arch>
|
||||
sudo -g ${CLICON_GROUP} $clixon_netconf 2> /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
clixon_cli="sudo -g ${CLICON_GROUP} $clixon_cli"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue