packaging: Update dependencies and bump version to 0.9.23
[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 1
15 sleep 0.5
16 hide test-client 1
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 show test-client
49 sleep 1
50 animation test-client zoom 600
51 show test-client 1
52 sleep 2
53 hide test-client 1
54 sleep 2
55 #
56 # zoom and move
57 animation test-client zoom 1000
58 show test-client
59 sleep 1
60 move test-client 100 50 0 1
61 sleep 2
62 move test-client 500 400 0 1
63 sleep 2
64 #
65 # zoom and resize
66 resize test-client 80 50 1
67 sleep 2
68 resize test-client 300 200 1
69 sleep 2
70 #
71 # slide and move
72 animation test-client slide 600
73 move test-client 100 50 0 1
74 sleep 1.5
75 move test-client 500 400 0 1
76 sleep 2
77 #
78 # fade and resize
79 animation test-client fade 600
80 resize test-client 80 50 1
81 sleep 1.5
82 resize test-client 300 200 1
83 sleep 2
84 #
85 # slide and resize
86 animation test-client slide 600
87 resize test-client 80 50 1
88 sleep 1.5
89 resize test-client 300 200 1
90 sleep 3
91 #
92 kill test-client
93 waitdestroy 5
94 sleep 1
95 #
96 launch ../tests/test-eflapp @1 -color=0xe02040ff 2> ../tests/testlog/test-eflapp.log 1>&2
97 waitcreate 2
98 #
99 move test-eflapp@1 0 150
100 hide test-eflapp@1
101 sleep 1
102 animation test-eflapp@1 wipe.toleft 800
103 show test-eflapp@1 1
104 sleep 1
105 hide test-eflapp@1 1
106 sleep 1
107 #
108 move test-eflapp@1 920 250
109 hide test-eflapp@1
110 sleep 1
111 animation test-eflapp@1 wipe.toright 800
112 show test-eflapp@1 1
113 sleep 1
114 hide test-eflapp@1 1
115 sleep 1
116 #
117 move test-eflapp@1 400 0
118 hide test-eflapp@1
119 sleep 1
120 animation test-eflapp@1 wipe.tobottom 800
121 show test-eflapp@1 1
122 sleep 1
123 hide test-eflapp@1 1
124 sleep 1
125 #
126 move test-eflapp@1 400 520
127 hide test-eflapp@1
128 sleep 1
129 animation test-eflapp@1 wipe.totop 800
130 show test-eflapp@1 1
131 sleep 1
132 hide test-eflapp@1 1
133 sleep 1
134 #
135 move test-eflapp@1 0 150
136 hide test-eflapp@1
137 sleep 1
138 animation test-eflapp@1 swing.toleft 800
139 show test-eflapp@1 1
140 sleep 1
141 hide test-eflapp@1 1
142 sleep 1
143 #
144 move test-eflapp@1 920 250
145 hide test-eflapp@1
146 sleep 1
147 animation test-eflapp@1 swing.toright 800
148 show test-eflapp@1 1
149 sleep 1
150 hide test-eflapp@1 1
151 sleep 1
152 #
153 move test-eflapp@1 400 0
154 hide test-eflapp@1
155 sleep 1
156 animation test-eflapp@1 swing.tobottom 800
157 show test-eflapp@1 1
158 sleep 1
159 hide test-eflapp@1 1
160 sleep 1
161 #
162 move test-eflapp@1 400 520
163 hide test-eflapp@1
164 sleep 1
165 animation test-eflapp@1 swing.totop 800
166 show test-eflapp@1 1
167 sleep 1
168 hide test-eflapp@1 1
169 sleep 1
170 #
171 kill test-eflapp@1
172 sleep 0.5
173 #
174 #       2. End of Test
175 bye
176