[Starlingx-discuss] Guest OS support
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? I am wondering if we already have such test cases in stx-test but I didn't find them. Thx. - cindy
On Mon, Aug 26, 2019 at 12:39 AM Xie, Cindy <cindy.xie@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@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
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@gmail.com] Sent: Monday, August 26, 2019 8:25 PM To: Xie, Cindy <cindy.xie@intel.com> Cc: starlingx <starlingx-discuss@lists.starlingx.io> Subject: Re: [Starlingx-discuss] Guest OS support On Mon, Aug 26, 2019 at 12:39 AM Xie, Cindy <cindy.xie@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@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
In that case, yes a more extensive test is needed. One question, on the documentation, what kind of Guest OS are supported? Regards Victor Rodriguez On Mon, Aug 26, 2019 at 8:34 AM Xie, Cindy <cindy.xie@intel.com> wrote:
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@gmail.com] Sent: Monday, August 26, 2019 8:25 PM To: Xie, Cindy <cindy.xie@intel.com> Cc: starlingx <starlingx-discuss@lists.starlingx.io> Subject: Re: [Starlingx-discuss] Guest OS support
On Mon, Aug 26, 2019 at 12:39 AM Xie, Cindy <cindy.xie@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@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
Hello Cindy, We have tests with centos, ubuntu and cirros as guest OS. Nothing for Windows or VxWorks (yet). Regards Ada From: Xie, Cindy [mailto:cindy.xie@intel.com] Sent: Sunday, August 25, 2019 11:38 PM To: starlingx <starlingx-discuss@lists.starlingx.io> Subject: [Starlingx-discuss] Guest OS support 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? I am wondering if we already have such test cases in stx-test but I didn't find them. Thx. - cindy
participants (3)
-
Cabrales, Ada
-
Victor Rodriguez
-
Xie, Cindy