From 8c788946550c1b0a3bbcfe33951e57a6cc37d595 Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Fri, 21 Apr 2017 01:50:50 -0400 Subject: [PATCH] Add attribute label to xcattest --- xCAT-test/xcattest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index c77ae148e..30e940801 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -651,8 +651,9 @@ sub loadcase #skip comment lines next if ($line =~ /^\s*#/); - #TODO: description line is treated as a comment line for now + #TODO: description and attribute line is treated as a comment line for now next if ($line =~ /^description\s*:/); + next if ($line =~ /^attribute\s*:/); if ($line =~ /^start\s*:\s*(.*)/) { my $name =$1;