2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-24 04:00:26 +00:00

Merge pull request #2900 from hu-weihua/xcattest_attribute

Add "attribute" label to xcattest
This commit is contained in:
junxiawang
2017-04-21 14:14:31 +08:00
committed by GitHub

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;