Message ID | 20170728152637.20301-11-roger.pau@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Roger Pau Monne writes ("[PATCH OSSTEST 10/11] make-hosts-flight: set runvars for FreeBSD test"): > This is needed in order to run the memdisk test. Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Ian.
diff --git a/make-hosts-flight b/make-hosts-flight index 0152dfe1..d5670857 100755 --- a/make-hosts-flight +++ b/make-hosts-flight @@ -69,10 +69,13 @@ hosts_iterate () { case $kern in xen|linux) local di_version=`getconfig_TftpDiVersion_suite $suite` + local freebsd_runvars + set_freebsd_runvars runvars+=" kernkind=pvops all_host_di_version=$di_version all_host_suite=$suite + $freebsd_runvars " ;; esac
This is needed in order to run the memdisk test. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> --- make-hosts-flight | 3 +++ 1 file changed, 3 insertions(+)