* Re: [KVM-AUTOTEST PATCH] WinXP step files: add an optional barrier to deal with a closed start menu [not found] <1541649757.327511243243603760.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> @ 2009-05-25 9:29 ` Michael Goldish 2009-05-25 9:31 ` Avi Kivity 0 siblings, 1 reply; 4+ messages in thread From: Michael Goldish @ 2009-05-25 9:29 UTC (permalink / raw) To: sudhir kumar; +Cc: kvm ----- "sudhir kumar" <smalikphy@gmail.com> wrote: > Any plans to add other windows stepfiles? Yes, we have plans to add Windows 7. We should also fix Win2008.64, which has an incomplete step file. However, we will no longer rely on step files when we start using unattended Linux and Windows installations. Step file tests will still have to run, in my opinion, because they're the only tests that simulate physical user interaction, but we won't have to run them as much as we do today, and we won't have to keep a step file for every guest we want to install. So, in other words, I'm not absolutely sure we'll have Windows 7 step files. It depends on how well unattended installations will work, and how important it will be to simulate user interaction with Windows 7. > On Sun, May 24, 2009 at 9:16 PM, Michael Goldish <mgoldish@redhat.com> > wrote: > > Signed-off-by: Michael Goldish <mgoldish@redhat.com> > > --- > > .../kvm_runtest_2/steps/WinXP-32-setupssh.steps | 10 > ++++++++-- > > client/tests/kvm_runtest_2/steps/WinXP-32.steps | 4 +++- > > client/tests/kvm_runtest_2/steps/WinXP-64.steps | 3 +-- > > 3 files changed, 12 insertions(+), 5 deletions(-) > > > > diff --git > a/client/tests/kvm_runtest_2/steps/WinXP-32-setupssh.steps > b/client/tests/kvm_runtest_2/steps/WinXP-32-setupssh.steps > > index 729d9df..ebb665f 100644 > > --- a/client/tests/kvm_runtest_2/steps/WinXP-32-setupssh.steps > > +++ b/client/tests/kvm_runtest_2/steps/WinXP-32-setupssh.steps > > @@ -4,8 +4,14 @@ > > # -------------------------------- > > step 24.72 > > screendump 20080101_000001_5965948293222a6d6f3e545db40c23c1.ppm > > -# open start menu > > -barrier_2 125 79 342 270 368b3d82c870dbcdc4dfc2a49660e798 124 > > +# desktop reached > > +barrier_2 36 32 392 292 3828d3a9587b3a9766a567a2b7570e42 124 > > +# -------------------------------- > > +step 24.72 > > +screendump 20080101_000001_5965948293222a6d6f3e545db40c23c1.ppm > > +# open start menu if not already open > > +sleep 10 > > +barrier_2 84 48 0 552 082462ce890968a264b9b13cddda8ae3 10 optional > > # Sending keys: ctrl-esc > > key ctrl-esc > > # -------------------------------- > > diff --git a/client/tests/kvm_runtest_2/steps/WinXP-32.steps > b/client/tests/kvm_runtest_2/steps/WinXP-32.steps > > index b0c6e35..f52fd0e 100644 > > --- a/client/tests/kvm_runtest_2/steps/WinXP-32.steps > > +++ b/client/tests/kvm_runtest_2/steps/WinXP-32.steps > > @@ -136,7 +136,8 @@ key alt-n > > step 2251.56 > > screendump 20080101_000022_dcdc2fe9606c044ce648422afe42e23d.ppm > > # User > > -barrier_2 409 35 64 188 3d71d4d7a9364c1e6415b3d554ce6e5b 9 > > +barrier_2 161 37 312 187 a941ecbeb73f9d73e3e9c38da9a4b743 9 > > +# Sending keys: $user alt-n > > var user > > key alt-n > > # -------------------------------- > > @@ -154,6 +155,7 @@ barrier_2 48 51 391 288 > bbac8a522510d7c8d6e515f6a3fbd4c3 240 > > step 2279.61 > > screendump 20090416_150641_b72ad5c48ec2dbc9814d569e38cbb4cc.ppm > > # Win XP Start Menu (closed) > > +sleep 20 > > barrier_2 104 41 0 559 a7cc02cecff2cb495f300aefbb99d9ae 5 optional > > # Sending keys: ctrl-esc > > key ctrl-esc > > diff --git a/client/tests/kvm_runtest_2/steps/WinXP-64.steps > b/client/tests/kvm_runtest_2/steps/WinXP-64.steps > > index 20bac81..91e6d0f 100644 > > --- a/client/tests/kvm_runtest_2/steps/WinXP-64.steps > > +++ b/client/tests/kvm_runtest_2/steps/WinXP-64.steps > > @@ -74,7 +74,6 @@ key ret > > # -------------------------------- > > step 286.86 > > screendump 20080101_000010_bb878343930f948c0346f103a387157a.ppm > > -barrier_2 69 15 179 8 93889bdbe5351e61a6d9c7d00bb1c971 10 > > # -------------------------------- > > step 409.46 > > screendump 20080101_000011_30db9777a7883a07e6e65bff74e1d98f.ppm > > @@ -100,7 +99,7 @@ key 0xdc > > step 978.02 > > screendump 20080101_000014_213fbe6fa13bf32dfac6a00bf4205e45.ppm > > # Windows XP Start Menu Opened > > -barrier_2 48 20 274 420 c4a9620d84508013050e5a37a0d9e4ef 15 > > +barrier_2 129 30 196 72 aae68af7e05e2312c707f2f4bd73f024 15 > > # Sending keys: u > > key u > > # -------------------------------- > > -- > > 1.5.4.1 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe kvm" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > > > -- > Sudhir Kumar ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [KVM-AUTOTEST PATCH] WinXP step files: add an optional barrier to deal with a closed start menu 2009-05-25 9:29 ` [KVM-AUTOTEST PATCH] WinXP step files: add an optional barrier to deal with a closed start menu Michael Goldish @ 2009-05-25 9:31 ` Avi Kivity 0 siblings, 0 replies; 4+ messages in thread From: Avi Kivity @ 2009-05-25 9:31 UTC (permalink / raw) To: Michael Goldish; +Cc: sudhir kumar, kvm Michael Goldish wrote: > ----- "sudhir kumar" <smalikphy@gmail.com> wrote: > > >> Any plans to add other windows stepfiles? >> > > Yes, we have plans to add Windows 7. We should also fix Win2008.64, which > has an incomplete step file. > > However, we will no longer rely on step files when we start using unattended > Linux and Windows installations. Step file tests will still have to run, > in my opinion, because they're the only tests that simulate physical user > interaction, but we won't have to run them as much as we do today, and we > won't have to keep a step file for every guest we want to install. So, in > other words, I'm not absolutely sure we'll have Windows 7 step files. It > depends on how well unattended installations will work, and how important it > will be to simulate user interaction with Windows 7. > They're important because they simulate a user's first interaction with kvm. -- error compiling committee.c: too many arguments to function ^ permalink raw reply [flat|nested] 4+ messages in thread
* [KVM-AUTOTEST PATCH] RHEL-5.3 step files: fix initial boot barriers and an inconsistent dialog 2009-05-24 15:46 ` [KVM-AUTOTEST PATCH] RHEL-4.7 step files: fix the initial boot barriers Michael Goldish @ 2009-05-24 15:46 Michael Goldish 2009-05-24 15:46 ` [KVM-AUTOTEST PATCH] RHEL-4.7 step files: fix the initial boot barriers Michael Goldish 0 siblings, 1 reply; 4+ messages in thread From: Michael Goldish @ 2009-05-24 15:46 UTC (permalink / raw) To: kvm; +Cc: Michael Goldish Fix the initial boot barriers to include the 'boot:' prompt. Also fix a barrier in 5.3 of a dialog that sometimes appears at an unexpected location. Signed-off-by: Michael Goldish <mgoldish@redhat.com> --- .../tests/kvm_runtest_2/steps/RHEL-5.3-i386.steps | 12 ++++++++++-- .../kvm_runtest_2/steps/RHEL-5.3-x86_64.steps | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/client/tests/kvm_runtest_2/steps/RHEL-5.3-i386.steps b/client/tests/kvm_runtest_2/steps/RHEL-5.3-i386.steps index 86066d8..0964f47 100644 --- a/client/tests/kvm_runtest_2/steps/RHEL-5.3-i386.steps +++ b/client/tests/kvm_runtest_2/steps/RHEL-5.3-i386.steps @@ -7,7 +7,7 @@ step 10.33 screendump 20080101_000001_8333460cfad39ef04d6dbbf7d35fdcba.ppm # boot options sleep 10 -barrier_2 459 65 5 223 a817e977c049abaaab9a391d3cbeb1ab 52 +barrier_2 44 40 0 410 2f6c4cea4cf5b03bec757893e4982897 52 # Sending keys: ret key ret # -------------------------------- @@ -187,10 +187,18 @@ key alt-f step 1518.52 screendump 20080101_000024_3e641443dd4ea558467e517a4be68517.ppm # confirm no rhn -barrier_2 97 18 146 77 a6a767b46d079c6879ebd5aec00cda46 43 +barrier_2 97 18 146 77 a6a767b46d079c6879ebd5aec00cda46 15 optional # Sending keys: alt-n key alt-n # -------------------------------- +step 1518.52 +screendump 20090506_091708_e5436357421502fccb3df89a830fd2f4.ppm +# confirm no rhn (2) +barrier_2 60 37 59 15 d94ff141696970e06545ce9854306970 5 optional +# Sending keys: alt-tab alt-n +key alt-tab +key alt-n +# -------------------------------- step 1526.55 screendump 20080101_000025_e10ec4a12e28baa41af798cbdbf308a1.ppm # finish update setup diff --git a/client/tests/kvm_runtest_2/steps/RHEL-5.3-x86_64.steps b/client/tests/kvm_runtest_2/steps/RHEL-5.3-x86_64.steps index 96ba87e..fc0db20 100644 --- a/client/tests/kvm_runtest_2/steps/RHEL-5.3-x86_64.steps +++ b/client/tests/kvm_runtest_2/steps/RHEL-5.3-x86_64.steps @@ -7,7 +7,7 @@ step 9.22 screendump 20080101_000001_8333460cfad39ef04d6dbbf7d35fdcba.ppm # boot options sleep 10 -barrier_2 441 88 18 213 881883a4fa307a918f40804c70b9880d 46 +barrier_2 43 39 0 411 3c4a56d04a8ea1c0c5c1edfe10d472a0 46 # Sending keys: ret key ret # -------------------------------- -- 1.5.4.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [KVM-AUTOTEST PATCH] RHEL-4.7 step files: fix the initial boot barriers @ 2009-05-24 15:46 ` Michael Goldish 2009-05-24 15:46 ` [KVM-AUTOTEST PATCH] WinXP step files: add an optional barrier to deal with a closed start menu Michael Goldish 0 siblings, 1 reply; 4+ messages in thread From: Michael Goldish @ 2009-05-24 15:46 UTC (permalink / raw) To: kvm; +Cc: Michael Goldish Fix the first barrier to include the 'boot:' prompt. This is crucial because the guest accepts keyboard input only after this prompt appears. Signed-off-by: Michael Goldish <mgoldish@redhat.com> --- .../tests/kvm_runtest_2/steps/RHEL-4.7-i386.steps | 2 +- .../kvm_runtest_2/steps/RHEL-4.7-x86_64.steps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tests/kvm_runtest_2/steps/RHEL-4.7-i386.steps b/client/tests/kvm_runtest_2/steps/RHEL-4.7-i386.steps index 3816c15..763d473 100644 --- a/client/tests/kvm_runtest_2/steps/RHEL-4.7-i386.steps +++ b/client/tests/kvm_runtest_2/steps/RHEL-4.7-i386.steps @@ -4,7 +4,7 @@ # -------------------------------- step unknown screendump 20090413_013526_868fe81019ae64a0b066c4c0d4ebc4e1.ppm -barrier_2 188 30 354 265 48ef114b5a42ba0d5bebfaee47dce498 50 +barrier_2 44 38 0 363 d9ca61811a10b33cc95515d4796541e7 50 # Sending keys: ret key ret # -------------------------------- diff --git a/client/tests/kvm_runtest_2/steps/RHEL-4.7-x86_64.steps b/client/tests/kvm_runtest_2/steps/RHEL-4.7-x86_64.steps index 644446f..36f0109 100644 --- a/client/tests/kvm_runtest_2/steps/RHEL-4.7-x86_64.steps +++ b/client/tests/kvm_runtest_2/steps/RHEL-4.7-x86_64.steps @@ -6,7 +6,7 @@ step 8.84 screendump 20080101_000001_868fe81019ae64a0b066c4c0d4ebc4e1.ppm # boot options sleep 5 -barrier_2 194 59 101 59 8c4f6b29e4087e1bed13c40e4a6a904f 44 optional +barrier_2 44 36 0 365 ea4c08daabe1f982b243fce9c5b542a0 44 optional # Sending keys: ret key ret # -------------------------------- -- 1.5.4.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [KVM-AUTOTEST PATCH] WinXP step files: add an optional barrier to deal with a closed start menu 2009-05-24 15:46 ` [KVM-AUTOTEST PATCH] RHEL-4.7 step files: fix the initial boot barriers Michael Goldish @ 2009-05-24 15:46 ` Michael Goldish 2009-05-24 19:31 ` sudhir kumar 0 siblings, 1 reply; 4+ messages in thread From: Michael Goldish @ 2009-05-24 15:46 UTC (permalink / raw) To: kvm; +Cc: Michael Goldish Signed-off-by: Michael Goldish <mgoldish@redhat.com> --- .../kvm_runtest_2/steps/WinXP-32-setupssh.steps | 10 ++++++++-- client/tests/kvm_runtest_2/steps/WinXP-32.steps | 4 +++- client/tests/kvm_runtest_2/steps/WinXP-64.steps | 3 +-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/client/tests/kvm_runtest_2/steps/WinXP-32-setupssh.steps b/client/tests/kvm_runtest_2/steps/WinXP-32-setupssh.steps index 729d9df..ebb665f 100644 --- a/client/tests/kvm_runtest_2/steps/WinXP-32-setupssh.steps +++ b/client/tests/kvm_runtest_2/steps/WinXP-32-setupssh.steps @@ -4,8 +4,14 @@ # -------------------------------- step 24.72 screendump 20080101_000001_5965948293222a6d6f3e545db40c23c1.ppm -# open start menu -barrier_2 125 79 342 270 368b3d82c870dbcdc4dfc2a49660e798 124 +# desktop reached +barrier_2 36 32 392 292 3828d3a9587b3a9766a567a2b7570e42 124 +# -------------------------------- +step 24.72 +screendump 20080101_000001_5965948293222a6d6f3e545db40c23c1.ppm +# open start menu if not already open +sleep 10 +barrier_2 84 48 0 552 082462ce890968a264b9b13cddda8ae3 10 optional # Sending keys: ctrl-esc key ctrl-esc # -------------------------------- diff --git a/client/tests/kvm_runtest_2/steps/WinXP-32.steps b/client/tests/kvm_runtest_2/steps/WinXP-32.steps index b0c6e35..f52fd0e 100644 --- a/client/tests/kvm_runtest_2/steps/WinXP-32.steps +++ b/client/tests/kvm_runtest_2/steps/WinXP-32.steps @@ -136,7 +136,8 @@ key alt-n step 2251.56 screendump 20080101_000022_dcdc2fe9606c044ce648422afe42e23d.ppm # User -barrier_2 409 35 64 188 3d71d4d7a9364c1e6415b3d554ce6e5b 9 +barrier_2 161 37 312 187 a941ecbeb73f9d73e3e9c38da9a4b743 9 +# Sending keys: $user alt-n var user key alt-n # -------------------------------- @@ -154,6 +155,7 @@ barrier_2 48 51 391 288 bbac8a522510d7c8d6e515f6a3fbd4c3 240 step 2279.61 screendump 20090416_150641_b72ad5c48ec2dbc9814d569e38cbb4cc.ppm # Win XP Start Menu (closed) +sleep 20 barrier_2 104 41 0 559 a7cc02cecff2cb495f300aefbb99d9ae 5 optional # Sending keys: ctrl-esc key ctrl-esc diff --git a/client/tests/kvm_runtest_2/steps/WinXP-64.steps b/client/tests/kvm_runtest_2/steps/WinXP-64.steps index 20bac81..91e6d0f 100644 --- a/client/tests/kvm_runtest_2/steps/WinXP-64.steps +++ b/client/tests/kvm_runtest_2/steps/WinXP-64.steps @@ -74,7 +74,6 @@ key ret # -------------------------------- step 286.86 screendump 20080101_000010_bb878343930f948c0346f103a387157a.ppm -barrier_2 69 15 179 8 93889bdbe5351e61a6d9c7d00bb1c971 10 # -------------------------------- step 409.46 screendump 20080101_000011_30db9777a7883a07e6e65bff74e1d98f.ppm @@ -100,7 +99,7 @@ key 0xdc step 978.02 screendump 20080101_000014_213fbe6fa13bf32dfac6a00bf4205e45.ppm # Windows XP Start Menu Opened -barrier_2 48 20 274 420 c4a9620d84508013050e5a37a0d9e4ef 15 +barrier_2 129 30 196 72 aae68af7e05e2312c707f2f4bd73f024 15 # Sending keys: u key u # -------------------------------- -- 1.5.4.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [KVM-AUTOTEST PATCH] WinXP step files: add an optional barrier to deal with a closed start menu 2009-05-24 15:46 ` [KVM-AUTOTEST PATCH] WinXP step files: add an optional barrier to deal with a closed start menu Michael Goldish @ 2009-05-24 19:31 ` sudhir kumar 0 siblings, 0 replies; 4+ messages in thread From: sudhir kumar @ 2009-05-24 19:31 UTC (permalink / raw) To: Michael Goldish; +Cc: kvm Any plans to add other windows stepfiles? On Sun, May 24, 2009 at 9:16 PM, Michael Goldish <mgoldish@redhat.com> wrote: > Signed-off-by: Michael Goldish <mgoldish@redhat.com> > --- > .../kvm_runtest_2/steps/WinXP-32-setupssh.steps | 10 ++++++++-- > client/tests/kvm_runtest_2/steps/WinXP-32.steps | 4 +++- > client/tests/kvm_runtest_2/steps/WinXP-64.steps | 3 +-- > 3 files changed, 12 insertions(+), 5 deletions(-) > > diff --git a/client/tests/kvm_runtest_2/steps/WinXP-32-setupssh.steps b/client/tests/kvm_runtest_2/steps/WinXP-32-setupssh.steps > index 729d9df..ebb665f 100644 > --- a/client/tests/kvm_runtest_2/steps/WinXP-32-setupssh.steps > +++ b/client/tests/kvm_runtest_2/steps/WinXP-32-setupssh.steps > @@ -4,8 +4,14 @@ > # -------------------------------- > step 24.72 > screendump 20080101_000001_5965948293222a6d6f3e545db40c23c1.ppm > -# open start menu > -barrier_2 125 79 342 270 368b3d82c870dbcdc4dfc2a49660e798 124 > +# desktop reached > +barrier_2 36 32 392 292 3828d3a9587b3a9766a567a2b7570e42 124 > +# -------------------------------- > +step 24.72 > +screendump 20080101_000001_5965948293222a6d6f3e545db40c23c1.ppm > +# open start menu if not already open > +sleep 10 > +barrier_2 84 48 0 552 082462ce890968a264b9b13cddda8ae3 10 optional > # Sending keys: ctrl-esc > key ctrl-esc > # -------------------------------- > diff --git a/client/tests/kvm_runtest_2/steps/WinXP-32.steps b/client/tests/kvm_runtest_2/steps/WinXP-32.steps > index b0c6e35..f52fd0e 100644 > --- a/client/tests/kvm_runtest_2/steps/WinXP-32.steps > +++ b/client/tests/kvm_runtest_2/steps/WinXP-32.steps > @@ -136,7 +136,8 @@ key alt-n > step 2251.56 > screendump 20080101_000022_dcdc2fe9606c044ce648422afe42e23d.ppm > # User > -barrier_2 409 35 64 188 3d71d4d7a9364c1e6415b3d554ce6e5b 9 > +barrier_2 161 37 312 187 a941ecbeb73f9d73e3e9c38da9a4b743 9 > +# Sending keys: $user alt-n > var user > key alt-n > # -------------------------------- > @@ -154,6 +155,7 @@ barrier_2 48 51 391 288 bbac8a522510d7c8d6e515f6a3fbd4c3 240 > step 2279.61 > screendump 20090416_150641_b72ad5c48ec2dbc9814d569e38cbb4cc.ppm > # Win XP Start Menu (closed) > +sleep 20 > barrier_2 104 41 0 559 a7cc02cecff2cb495f300aefbb99d9ae 5 optional > # Sending keys: ctrl-esc > key ctrl-esc > diff --git a/client/tests/kvm_runtest_2/steps/WinXP-64.steps b/client/tests/kvm_runtest_2/steps/WinXP-64.steps > index 20bac81..91e6d0f 100644 > --- a/client/tests/kvm_runtest_2/steps/WinXP-64.steps > +++ b/client/tests/kvm_runtest_2/steps/WinXP-64.steps > @@ -74,7 +74,6 @@ key ret > # -------------------------------- > step 286.86 > screendump 20080101_000010_bb878343930f948c0346f103a387157a.ppm > -barrier_2 69 15 179 8 93889bdbe5351e61a6d9c7d00bb1c971 10 > # -------------------------------- > step 409.46 > screendump 20080101_000011_30db9777a7883a07e6e65bff74e1d98f.ppm > @@ -100,7 +99,7 @@ key 0xdc > step 978.02 > screendump 20080101_000014_213fbe6fa13bf32dfac6a00bf4205e45.ppm > # Windows XP Start Menu Opened > -barrier_2 48 20 274 420 c4a9620d84508013050e5a37a0d9e4ef 15 > +barrier_2 129 30 196 72 aae68af7e05e2312c707f2f4bd73f024 15 > # Sending keys: u > key u > # -------------------------------- > -- > 1.5.4.1 > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Sudhir Kumar ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-05-25 9:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1541649757.327511243243603760.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com>
2009-05-25 9:29 ` [KVM-AUTOTEST PATCH] WinXP step files: add an optional barrier to deal with a closed start menu Michael Goldish
2009-05-25 9:31 ` Avi Kivity
2009-05-24 15:46 [KVM-AUTOTEST PATCH] RHEL-5.3 step files: fix initial boot barriers and an inconsistent dialog Michael Goldish
2009-05-24 15:46 ` [KVM-AUTOTEST PATCH] RHEL-4.7 step files: fix the initial boot barriers Michael Goldish
2009-05-24 15:46 ` [KVM-AUTOTEST PATCH] WinXP step files: add an optional barrier to deal with a closed start menu Michael Goldish
2009-05-24 19:31 ` sudhir kumar
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.