Support Tizen 3.0
[profile/ivi/ico-uxf-weston-plugin.git] / tests / testdata / hs_animatest.dat
1 #       Test for Weston IVI Plugin for HomeScreen(SystemController)
2 #       Animation Test
3 #
4 #       1. Surface animation
5 sleep 1
6 launch ../tests/test-client < ../tests/testdata/cl_surface4.dat 2> ../tests/testlog/test-client04.log
7 waitcreate 2
8 resize test-client 200 300
9 move test-client 300 350 0
10 #
11 # fade and show/hide
12 animation test-client fade 400
13 #
14 show test-client
15 sleep 0.5
16 hide test-client
17 sleep 1
18 #
19 # slide.toleft and show/hide
20 animation test-client slide.toleft 400
21 show test-client 1
22 sleep 1
23 hide test-client 1
24 sleep 2
25 #
26 # slide.toright and show/hide
27 animation test-client slide.toright 400
28 show test-client 1
29 sleep 2
30 hide test-client 1
31 sleep 2
32 #
33 # slide.totop and show/hide
34 animation test-client slide.totop 400
35 show test-client 1
36 sleep 1
37 hide test-client 1
38 sleep 2
39 #
40 # slide.tobottom and show/hide
41 animation test-client slide.tobottom 400
42 show test-client 1
43 sleep 1
44 hide test-client 1
45 sleep 2
46 #
47 ### zoom and show/hide
48 ##animation test-client zoom 400
49 ##show test-client 1
50 ##sleep 1
51 ##hide test-client 1
52 ##sleep 3
53 #
54 ### fade and move
55 ##animation test-client fade 600
56 ##move test-client 600 200 1
57 ##sleep 2
58 ##move test-client 500 300 1
59 ##sleep 3
60 #
61 waitdestroy 60
62 sleep 1
63 #
64 kill test-client
65 sleep 0.5
66 #
67 #       2. End of Test
68 bye
69