]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
make-centos-flight: Information about defaults runvar
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 9 Jan 2018 14:37:56 +0000 (14:37 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Tue, 9 Jan 2018 14:37:56 +0000 (14:37 +0000)
make-centos-flight

index a2a134debee22fbcb61d0fa8157de5e2d2fe82e8..968f08b153c189568d817795862f8d5a9f213659 100755 (executable)
@@ -478,7 +478,11 @@ guestsuite=$defguestsuite
 di_version=$defdi_version
 pairtoolstack="xl libvirt"
 
-# centos_release=6; it's 7 by default
+# Some default runvars:
+# CentOS version, 6 or 7
+# centos_release=7
+# Repo for Xen packages to tests
+# CentosReposUrl='http://cbs.centos.org/repos/virt\$releasever-xen-48-candidate/\$basearch/os/,http://cbs.centos.org/repos/virt\$releasever-xen-common-candidate/\$basearch/os/'
 hostos_runvars="
   all_host_os=centos        \
   "
@@ -495,7 +499,6 @@ most_hostflags="arch-$dom0arch,arch-xen-$xenarch,purpose-test"
 most_runvars="
           arch=$dom0arch                                  \
           kernkind=$kernkind                              \
-          CentosReposUrl='http://cbs.centos.org/repos/virt\$releasever-xen-48-candidate/\$basearch/os/,http://cbs.centos.org/repos/virt\$releasever-xen-common-candidate/\$basearch/os/' \
           $arch_runvars $hostos_runvars
           "