2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Add attribute label to xcattest

This commit is contained in:
hu-weihua 2017-04-21 01:50:50 -04:00
parent 087ad35e4b
commit 8c78894655

View File

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