diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index 7506bf2b8..30086f685 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -539,7 +539,10 @@ sub loadcase $cases[$i]->{os}="Linux"; }elsif($string1 =~ /^sles\s*/ && -f "/etc/SuSE-release"){ $cases[$i]->{os}="Linux"; - }else{ + }elsif($string1 =~ /^ubuntu\s*/ && -f "/etc/lsb-release"){ + $cases[$i]->{os}="Linux"; + } + else{ $cases[$i]->{os}=$string1; }