Displaying 5 results from an estimated 5 matches for "testsupport".
Did you mean:
  techsupport
  
2013 Oct 11
9
[PATCH OSSTEST 0/6] Support for serial logs from marilith boxes
The marilith boxes use a conserver (http://www.conserver.com/) setup for
serial access. Our installation exports the logs via http allowing us to
grab them with wget.
Sending debug keys with is handled separately via xenuse. xenuse
ultimately speaks to the conserver too but it abstracts away the IP and
port to use so this is preferred.
With these changes the correct Serial hostprop for a
2013 Nov 01
2
[PATCH OSSTEST] ts-xen-build: make collection on xen-syms optional
Fixes things on i386 for branches which no longer build an i386 hypervisor.
---
 Osstest/TestSupport.pm |    8 ++++++--
 ts-xen-build           |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm
index 1ac4cf7..d2e29d0 100644
--- a/Osstest/TestSupport.pm
+++ b/Osstest/TestSupport.pm
@@ -846,6 +846,7 @@ sub get_stashed ($$) {...
2013 Nov 30
7
[xen-unstable test] 22184: regressions - trouble: broken/fail/pass
flight 22184 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/22184/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-winxpsp3  7 windows-install     fail REGR. vs. 22106
 test-amd64-i386-xl-win7-amd64  9 guest-localmigrate       fail REGR. vs. 22106
Regressions which are regarded as
2013 Dec 11
29
[PATCH RFC V2 0/6] OSSTest: OVMF test job
...way to organize test cases and run jobs.
OVMF will need to build for amd64 target and used with QEMU upstream.
Not very sure whether I did the right thing to make-flight and sg-run-job
though.
Wei.
Changes in v2:
* factor out preseed_base
* make installation CD work with seabios
Wei Liu (6):
  TestSupport.pm: add bios option to guest config file
  Build OVMF for Xen-unstable
  Debian.pm: factor out preseed_base
  Introduce ts-ovmf-debian-install
  make-flight: OVMF test filght
  sg-run-job: OVMF job
 Osstest/Debian.pm      |  129 +++++++++++++++-------------
 Osstest/TestSupport.pm |    5 ++
 make-...
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...ry string /$c{DebianMirrorSubpath}
-
 $xopts{ExtraPreseed}
 END
-
     foreach my $di_key (keys %preseed_cmds) {
         $preseed_file .= "d-i preseed/$di_key string ".
             (join '' && '', @{ $preseed_cmds{$di_key} }). "\n";
diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm
index a9cdc9c..dbe5e31 100644
--- a/Osstest/TestSupport.pm
+++ b/Osstest/TestSupport.pm
@@ -87,7 +87,8 @@ BEGIN {
                       guest_umount_lv guest_await guest_await_dhcp_tcp
                       guest_checkrunning guest_check_ip guest_find_ether...