The naming is OS specific.
MAC address of the box <testbox>. Only needed if you want
to use the osstest host and Xen installer.
-HostProp_<testbox>_SerialConsole
+HostProp_<testbox>_LinuxSerialConsole
Set to the serial console device on the platform. Defaults to
ttyS0. If set to "NONE" then the system will use VGA console
instead.
push @installcmdline, qw(--);
- my $console = get_host_property($ho, "SerialConsole", "ttyS0");
+ my $console = get_host_property($ho, "LinuxSerialConsole", "ttyS0");
push @installcmdline, "console=$console,$c{Baud}n8"
unless $console eq "NONE";