mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-25 05:41:09 +00:00
Add attribute label to xcattest
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user