diff --git a/shell/regression/testcases/node b/shell/regression/testcases/node index b93d88aea0..5135cd639c 100644 --- a/shell/regression/testcases/node +++ b/shell/regression/testcases/node @@ -1,12 +1,11 @@ node show node show node1 %setenv showobj=node1 node standby node1 node online node1 node attribute node1 set a1 "1 2 3" node attribute node1 show a1 node attribute node1 delete a1 node status-attr node1 set s1 "1 2 3" node status-attr node1 show s1 node status-attr node1 delete s1 -node delete node1 diff --git a/shell/regression/testcases/node.exp b/shell/regression/testcases/node.exp index 19676d2d65..c93c0d624a 100644 --- a/shell/regression/testcases/node.exp +++ b/shell/regression/testcases/node.exp @@ -1,212 +1,195 @@ .TRY node show node1: normal .TRY node show node1 node1: normal .SETENV showobj=node1 .TRY node standby node1 .EXT crm_standby -N 'node1' -v 'on' .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node online node1 .EXT crm_standby -N 'node1' -v 'off' .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node attribute node1 set a1 "1 2 3" .EXT crm_attribute -t nodes -U 'node1' -n 'a1' -v '1 2 3' .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node attribute node1 show a1 .EXT crm_attribute -G -t nodes -U 'node1' -n 'a1' scope=nodes name=a1 value=1 2 3 .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node attribute node1 delete a1 .EXT crm_attribute -D -t nodes -U 'node1' -n 'a1' Deleted nodes attribute: id=nodes-node1-a1 name=a1 .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node status-attr node1 set s1 "1 2 3" .EXT crm_attribute -t status -U 'node1' -n 's1' -v '1 2 3' .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node status-attr node1 show s1 .EXT crm_attribute -G -t status -U 'node1' -n 's1' scope=status name=s1 value=(null) .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node status-attr node1 delete s1 .EXT crm_attribute -D -t status -U 'node1' -n 's1' .INP: configure .INP: _regtest on .INP: show xml node1 -.TRY node delete node1 -.EXT cibadmin -D -o nodes -X '' -.INP: configure -.INP: _regtest on -.INP: show xml node1 - - - - - - - - - - - -