2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Add regression test tabdump debug for service node not removed

This commit is contained in:
Mark Gurevich 2019-10-23 15:45:25 -04:00
parent f12119b3b3
commit 70d4be0cd0
2 changed files with 10 additions and 0 deletions

View File

@ -266,6 +266,7 @@ tabdump_w_lt
tabdump_w_match
tabdump_w_ne
tabdump_w_notmatch
tabdump_servicenode
tabgrep_err
tabgrep_h
tabgrep_node
@ -281,6 +282,7 @@ tabrestore_err
tabrestore_h
tabrestore_null
tabrestore_table
tabdump_servicenode
unregnotif_f
unregnotif_h
unregnotif_null
@ -290,6 +292,7 @@ xcatconfig_u_check_xcatsslversion_rhels_sles
xcatd_restart
xcatd_start
xcatd_stop
tabdump_servicenode
xcatstanzafile_attribute
xcatstanzafile_colon
xcatstanzafile_defaultvalue
@ -298,3 +301,4 @@ xcatstanzafile_normal
xcatstanzafile_objtype
xcatstanzafile_specificvalue
xcatstanzafile_tab
tabdump_servicenode

View File

@ -177,3 +177,9 @@ cmd:tabdump -d site | grep xcatiport
check:rc==0
check:output=~xcatiport
end
start:tabdump_servicenode
label:mn_only,ci_test,db
cmd:tabdump servicenode
check:rc==0
end