]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
TestSupport: Add RedhatRelease in selecthost
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 12 Jun 2018 16:40:53 +0000 (17:40 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Thu, 12 Jul 2018 15:49:19 +0000 (16:49 +0100)
Osstest/TestSupport.pm

index 87a06462ede2f3a7868d06e59dea87a17054c898..b11fd9e0377dc6a67fd61d6ed4fdfcfa1bc4f1d8 100644 (file)
@@ -1009,6 +1009,9 @@ sub selecthost ($) {
        $ho->{DiVersion} = target_var($ho, "di_version")
            // cfg_tftp_di_version($ho->{Suite});
         $ho->{OS} = target_var($ho, "os") // "debian";
+
+        $ho->{RedhatRelease} = target_var($ho, "redhat_release")
+            // $c{RedhatRelease};
     }
 
     #----- handle hosts which are themselves guests (nested) -----