Some case may need telnet.
Telnet is disable by default, we can't start the service.
We need to enable the service first.

Signed-off-by: Feng Yang <[email protected]>
---
 client/tests/kvm/unattended/winxp32.sif |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/client/tests/kvm/unattended/winxp32.sif 
b/client/tests/kvm/unattended/winxp32.sif
index e892193..4696e29 100644
--- a/client/tests/kvm/unattended/winxp32.sif
+++ b/client/tests/kvm/unattended/winxp32.sif
@@ -72,4 +72,6 @@
    Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER"
    Command1="cmd /c E:\setuprss.bat"
    Command2="cmd /c netsh interface ip set address local dhcp"
-   Command3="cmd /c A:\finish.exe"
+   Command3="cmd /c sc config tlntsvr start= auto"
+   Command4="cmd /c net start telnet"
+   Command5="cmd /c A:\finish.exe"
-- 
1.7.3.4

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to