[Starlingx-discuss] Guest OS support

Xie, Cindy cindy.xie at intel.com
Mon Aug 26 12:34:38 UTC 2019


I mean the real functional testing to boot Windows or VxWorks or other OS as guestOS. I know Linux (Ubuntu or CentOS) got supported but we encountered issue to boot Android as GuestOS, which leads me to wondering if we've tested Windows or VxWorks or any other OSes.

Thx. - cindy

-----Original Message-----
From: Victor Rodriguez [mailto:vm.rod25 at gmail.com] 
Sent: Monday, August 26, 2019 8:25 PM
To: Xie, Cindy <cindy.xie at intel.com>
Cc: starlingx <starlingx-discuss at lists.starlingx.io>
Subject: Re: [Starlingx-discuss] Guest OS support

On Mon, Aug 26, 2019 at 12:39 AM Xie, Cindy <cindy.xie at intel.com> wrote:
>
> Hi, Numan & Ada,
>
> Do we have test cases to cover what kind of guest OS can be supported for stx.2.0? For example, Windows (version?), Linux (flavor?) or VxWorks?
>

Something like this :

import os
import platform

system = (platform.system())
release = (platform.release())

print("System: %s " % (system))
print("Release: %s " % (release))
print("OS name: %s "% (os.name))

if ("Linux" in system):
    print("PASS")
else:
    print("FAIL")

?

>
>
> I am wondering if we already have such test cases in stx-test but I didn’t find them.
>
>
>
> Thx. - cindy
>
>
>
> _______________________________________________
> Starlingx-discuss mailing list
> Starlingx-discuss at lists.starlingx.io
> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss


More information about the Starlingx-discuss mailing list