mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 19:22:05 +00:00
Fixed testcase syntax by replacing check:output= with check:output==
This commit is contained in:
parent
9ddb22a979
commit
42d25d85c8
@ -152,7 +152,7 @@ check:rc==0
|
||||
#Remove last generated dump
|
||||
cmd: rspconfig $$CN dump -l | tail -1 | cut -d ' ' -f2 | tr -d "[]" | xargs -i{} rspconfig $$CN dump -c {}
|
||||
check:rc==0
|
||||
check:output=clear
|
||||
check:output==clear
|
||||
end
|
||||
|
||||
start:openbmc_rspconfig_ntpservers
|
||||
|
@ -27,7 +27,7 @@ cmd:gettab -H groups=master site.key
|
||||
check:rc!=0
|
||||
cmd:gettab -H key=master site.groups
|
||||
check:rc==0
|
||||
check:output=site.groups:
|
||||
check:output==site.groups:
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user