From 42d25d85c803c692ad62e043a269edae1d966d0d Mon Sep 17 00:00:00 2001 From: besawn <38794505+besawn@users.noreply.github.com> Date: Thu, 21 Apr 2022 16:10:46 -0400 Subject: [PATCH] Fixed testcase syntax by replacing check:output= with check:output== --- xCAT-test/autotest/testcase/UT_openbmc/rspconfig_cases0 | 2 +- xCAT-test/autotest/testcase/gettab/cases0 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-test/autotest/testcase/UT_openbmc/rspconfig_cases0 b/xCAT-test/autotest/testcase/UT_openbmc/rspconfig_cases0 index 695a6d7e7..105b0a8fb 100644 --- a/xCAT-test/autotest/testcase/UT_openbmc/rspconfig_cases0 +++ b/xCAT-test/autotest/testcase/UT_openbmc/rspconfig_cases0 @@ -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 diff --git a/xCAT-test/autotest/testcase/gettab/cases0 b/xCAT-test/autotest/testcase/gettab/cases0 index 0acda2e02..38cb6cf61 100644 --- a/xCAT-test/autotest/testcase/gettab/cases0 +++ b/xCAT-test/autotest/testcase/gettab/cases0 @@ -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