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:
parent
087ad35e4b
commit
8c78894655
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user