As we could use tap to do the unattended installation, so there's no reason to keep the hard-coded ping 10.0.2.2 in post script.
Signed-off-by: Jason Wang <[email protected]> --- client/tests/kvm/unattended/win2003-32.sif | 2 +- client/tests/kvm/unattended/win2003-64.sif | 2 +- .../kvm/unattended/win2008-32-autounattend.xml | 2 +- .../kvm/unattended/win2008-64-autounattend.xml | 2 +- .../tests/kvm/unattended/win7-32-autounattend.xml | 2 +- .../tests/kvm/unattended/win7-64-autounattend.xml | 2 +- .../kvm/unattended/winvista-32-autounattend.xml | 2 +- .../kvm/unattended/winvista-64-autounattend.xml | 2 +- client/tests/kvm/unattended/winxp32.sif | 2 +- client/tests/kvm/unattended/winxp64.sif | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/tests/kvm/unattended/win2003-32.sif b/client/tests/kvm/unattended/win2003-32.sif index fab2cf5..207cd2b 100644 --- a/client/tests/kvm/unattended/win2003-32.sif +++ b/client/tests/kvm/unattended/win2003-32.sif @@ -63,4 +63,4 @@ Command3="cmd /c net start telnet" Command4="cmd /c E:\setuprss.bat" Command5="cmd /c netsh interface ip set address local dhcp" - Command6="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" + Command6="cmd /c A:\finish.exe" diff --git a/client/tests/kvm/unattended/win2003-64.sif b/client/tests/kvm/unattended/win2003-64.sif index fab2cf5..207cd2b 100644 --- a/client/tests/kvm/unattended/win2003-64.sif +++ b/client/tests/kvm/unattended/win2003-64.sif @@ -63,4 +63,4 @@ Command3="cmd /c net start telnet" Command4="cmd /c E:\setuprss.bat" Command5="cmd /c netsh interface ip set address local dhcp" - Command6="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" + Command6="cmd /c A:\finish.exe" diff --git a/client/tests/kvm/unattended/win2008-32-autounattend.xml b/client/tests/kvm/unattended/win2008-32-autounattend.xml index d00d292..e33a36b 100644 --- a/client/tests/kvm/unattended/win2008-32-autounattend.xml +++ b/client/tests/kvm/unattended/win2008-32-autounattend.xml @@ -161,7 +161,7 @@ <Order>8</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> - <CommandLine>%WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> + <CommandLine>%WINDIR%\System32\cmd /c A:\finish.exe</CommandLine> <Order>9</Order> </SynchronousCommand> </FirstLogonCommands> diff --git a/client/tests/kvm/unattended/win2008-64-autounattend.xml b/client/tests/kvm/unattended/win2008-64-autounattend.xml index fce6582..4ee064e 100644 --- a/client/tests/kvm/unattended/win2008-64-autounattend.xml +++ b/client/tests/kvm/unattended/win2008-64-autounattend.xml @@ -170,7 +170,7 @@ <Order>8</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> - <CommandLine>%WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> + <CommandLine>%WINDIR%\System32\cmd /c ping A:\finish.exe</CommandLine> <Order>9</Order> </SynchronousCommand> </FirstLogonCommands> diff --git a/client/tests/kvm/unattended/win7-32-autounattend.xml b/client/tests/kvm/unattended/win7-32-autounattend.xml index 7a853e9..f313f4a 100644 --- a/client/tests/kvm/unattended/win7-32-autounattend.xml +++ b/client/tests/kvm/unattended/win7-32-autounattend.xml @@ -168,7 +168,7 @@ <Order>8</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> - <CommandLine>%WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> + <CommandLine>%WINDIR%\System32\cmd /c A:\finish.exe</CommandLine> <Order>9</Order> </SynchronousCommand> </FirstLogonCommands> diff --git a/client/tests/kvm/unattended/win7-64-autounattend.xml b/client/tests/kvm/unattended/win7-64-autounattend.xml index e2a42b8..b42aa8f 100644 --- a/client/tests/kvm/unattended/win7-64-autounattend.xml +++ b/client/tests/kvm/unattended/win7-64-autounattend.xml @@ -168,7 +168,7 @@ <Order>8</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> - <CommandLine>%WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> + <CommandLine>%WINDIR%\System32\cmd /c A:\finish.exe</CommandLine> <Order>9</Order> </SynchronousCommand> </FirstLogonCommands> diff --git a/client/tests/kvm/unattended/winvista-32-autounattend.xml b/client/tests/kvm/unattended/winvista-32-autounattend.xml index d4e8c5c..4dfe06c 100644 --- a/client/tests/kvm/unattended/winvista-32-autounattend.xml +++ b/client/tests/kvm/unattended/winvista-32-autounattend.xml @@ -164,7 +164,7 @@ <Order>7</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> - <CommandLine>%WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> + <CommandLine>%WINDIR%\System32\cmd /c A:\finish.exe</CommandLine> <Order>8</Order> </SynchronousCommand> </FirstLogonCommands> diff --git a/client/tests/kvm/unattended/winvista-64-autounattend.xml b/client/tests/kvm/unattended/winvista-64-autounattend.xml index 16d4850..5867bdb 100644 --- a/client/tests/kvm/unattended/winvista-64-autounattend.xml +++ b/client/tests/kvm/unattended/winvista-64-autounattend.xml @@ -165,7 +165,7 @@ <Order>7</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> - <CommandLine>%WINDIR%\System32\cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> + <CommandLine>%WINDIR%\System32\cmd /c A:\finish.exe</CommandLine> <Order>8</Order> </SynchronousCommand> </FirstLogonCommands> diff --git a/client/tests/kvm/unattended/winxp32.sif b/client/tests/kvm/unattended/winxp32.sif index b9a2ab6..e892193 100644 --- a/client/tests/kvm/unattended/winxp32.sif +++ b/client/tests/kvm/unattended/winxp32.sif @@ -72,4 +72,4 @@ 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 ping 10.0.2.2 -n 20 && A:\finish.exe" + Command3="cmd /c A:\finish.exe" diff --git a/client/tests/kvm/unattended/winxp64.sif b/client/tests/kvm/unattended/winxp64.sif index b9a2ab6..e892193 100644 --- a/client/tests/kvm/unattended/winxp64.sif +++ b/client/tests/kvm/unattended/winxp64.sif @@ -72,4 +72,4 @@ 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 ping 10.0.2.2 -n 20 && A:\finish.exe" + Command3="cmd /c A:\finish.exe" _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
