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

Fixed testcase syntax by replacing check:output= with check:output==

This commit is contained in:
besawn 2022-04-21 16:10:46 -04:00
parent 9ddb22a979
commit 42d25d85c8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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