Pythonból Wsman identify ellenőrzés

0 votes
asked Apr 12, 2013 in IRF tantárgy by anonymous  
edited Apr 12, 2013

Szeretném ellenőrizni, hogy sikerült e kapcsolódni az adott helyhez.
Ezt a következő paranccsal tudom tesztelni:
proc=subprocess.checkoutput(["wsman", "--auth", "basic", "-h", machineName, "-u", user, "-p", password, "-P", port,"-N", "root/cimv2", "identify"], universalnewlines=True)

Ez ugye visszaad egy XML-t. Szeretném megkérdezni, hogy mi arra a jó megoldás, hogy sikerült e kapcsolódnia?
Mihez hasonlítsam hozzá a választ?
Vagy hogy érdemes ezt ellenőriznem?

Sikertelen kapcsolódásnál

Connection failed. response code = 0
Couldn't connect to server

választ kapok, ezt hogy lehetne ellenőrizni?
Próbáltam már try-catch-elni, de úgy is ugyanez a hiba van....

Please log in or register to answer this question.

...