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