Merge lp:~pwlars/ubuntu-test-cases/dialer-messaging-address-book into lp:ubuntu-test-cases/smoke-touch-apps

Proposed by Paul Larson
Status: Merged
Merged at revision: 85
Proposed branch: lp:~pwlars/ubuntu-test-cases/dialer-messaging-address-book
Merge into: lp:ubuntu-test-cases/smoke-touch-apps
Diff against target: 143 lines (+60/-20)
12 files modified
address-book-app-autopilot/master.run (+15/-0)
address-book-app-autopilot/ts_control (+1/-0)
address-book-app-autopilot/tslist.auto (+4/-0)
dialer-app-autopilot/master.run (+15/-0)
dialer-app-autopilot/ts_control (+1/-0)
dialer-app-autopilot/tslist.auto (+4/-0)
messaging-app-autopilot/master.run (+15/-0)
messaging-app-autopilot/ts_control (+1/-0)
messaging-app-autopilot/tslist.auto (+4/-0)
phone-app-autopilot/master.run (+0/-15)
phone-app-autopilot/ts_control (+0/-1)
phone-app-autopilot/tslist.auto (+0/-4)
To merge this branch: bzr merge lp:~pwlars/ubuntu-test-cases/dialer-messaging-address-book
Reviewer Review Type Date Requested Status
Andy Doan (community) Approve
Review via email: mp+182994@code.launchpad.net

This proposal supersedes a proposal from 2013-08-29.

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) wrote :

once the messaging app has some connected_tests, we'll hit issues, but we can't code for that until it exists.

do you have a corresponding setup_jenkins.py patch to pull this in?

review: Approve
Revision history for this message
Andy Doan (doanac) wrote :

the dialer_app was renamed, but the changes inside the file are missing.

review: Needs Fixing
85. By Paul Larson

rename phone-app tests to dialer-app and add messaging and address-book tests

Revision history for this message
Andy Doan (doanac) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'address-book-app-autopilot'
2=== added file 'address-book-app-autopilot/master.run'
3--- address-book-app-autopilot/master.run 1970-01-01 00:00:00 +0000
4+++ address-book-app-autopilot/master.run 2013-08-29 21:17:20 +0000
5@@ -0,0 +1,15 @@
6+---
7+testsuites:
8+ - name: settle-before
9+ fetch_method: dev
10+ fetch_location: ../systemsettle
11+ include_tests:
12+ - systemsettle-before
13+ - name: address-book-app-autopilot
14+ fetch_method: dev
15+ fetch_location: ./
16+ - name: settle-after
17+ fetch_method: dev
18+ fetch_location: ../systemsettle
19+ include_tests:
20+ - systemsettle-after
21
22=== added file 'address-book-app-autopilot/ts_control'
23--- address-book-app-autopilot/ts_control 1970-01-01 00:00:00 +0000
24+++ address-book-app-autopilot/ts_control 2013-08-29 21:17:20 +0000
25@@ -0,0 +1,1 @@
26+ts_setup: PKGS=address-book-app-autopilot prepare-autopilot-test.sh
27
28=== added file 'address-book-app-autopilot/tslist.auto'
29--- address-book-app-autopilot/tslist.auto 1970-01-01 00:00:00 +0000
30+++ address-book-app-autopilot/tslist.auto 2013-08-29 21:17:20 +0000
31@@ -0,0 +1,4 @@
32+-
33+ discovery_cmd: autopilot-list address_book_app
34+ test_cmd: autopilot-run address_book_app.tests.{}
35+
36
37=== added directory 'dialer-app-autopilot'
38=== added file 'dialer-app-autopilot/master.run'
39--- dialer-app-autopilot/master.run 1970-01-01 00:00:00 +0000
40+++ dialer-app-autopilot/master.run 2013-08-29 21:17:20 +0000
41@@ -0,0 +1,15 @@
42+---
43+testsuites:
44+ - name: settle-before
45+ fetch_method: dev
46+ fetch_location: ../systemsettle
47+ include_tests:
48+ - systemsettle-before
49+ - name: dialer-app-autopilot
50+ fetch_method: dev
51+ fetch_location: ./
52+ - name: settle-after
53+ fetch_method: dev
54+ fetch_location: ../systemsettle
55+ include_tests:
56+ - systemsettle-after
57
58=== added file 'dialer-app-autopilot/ts_control'
59--- dialer-app-autopilot/ts_control 1970-01-01 00:00:00 +0000
60+++ dialer-app-autopilot/ts_control 2013-08-29 21:17:20 +0000
61@@ -0,0 +1,1 @@
62+ts_setup: PKGS="dialer-app-autopilot ubuntu-ui-toolkit-autopilot" prepare-autopilot-test.sh
63
64=== added file 'dialer-app-autopilot/tslist.auto'
65--- dialer-app-autopilot/tslist.auto 1970-01-01 00:00:00 +0000
66+++ dialer-app-autopilot/tslist.auto 2013-08-29 21:17:20 +0000
67@@ -0,0 +1,4 @@
68+-
69+ discovery_cmd: autopilot-list dialer_app
70+ test_cmd: autopilot-run dialer_app.tests.{}
71+
72
73=== added directory 'messaging-app-autopilot'
74=== added file 'messaging-app-autopilot/master.run'
75--- messaging-app-autopilot/master.run 1970-01-01 00:00:00 +0000
76+++ messaging-app-autopilot/master.run 2013-08-29 21:17:20 +0000
77@@ -0,0 +1,15 @@
78+---
79+testsuites:
80+ - name: settle-before
81+ fetch_method: dev
82+ fetch_location: ../systemsettle
83+ include_tests:
84+ - systemsettle-before
85+ - name: messaging-app-autopilot
86+ fetch_method: dev
87+ fetch_location: ./
88+ - name: settle-after
89+ fetch_method: dev
90+ fetch_location: ../systemsettle
91+ include_tests:
92+ - systemsettle-after
93
94=== added file 'messaging-app-autopilot/ts_control'
95--- messaging-app-autopilot/ts_control 1970-01-01 00:00:00 +0000
96+++ messaging-app-autopilot/ts_control 2013-08-29 21:17:20 +0000
97@@ -0,0 +1,1 @@
98+ts_setup: PKGS="messaging-app-autopilot ubuntu-ui-toolkit-autopilot" prepare-autopilot-test.sh
99
100=== added file 'messaging-app-autopilot/tslist.auto'
101--- messaging-app-autopilot/tslist.auto 1970-01-01 00:00:00 +0000
102+++ messaging-app-autopilot/tslist.auto 2013-08-29 21:17:20 +0000
103@@ -0,0 +1,4 @@
104+-
105+ discovery_cmd: autopilot-list messaging_app
106+ test_cmd: autopilot-run messaging_app.tests.{}
107+
108
109=== removed directory 'phone-app-autopilot'
110=== removed file 'phone-app-autopilot/master.run'
111--- phone-app-autopilot/master.run 2013-08-16 19:34:15 +0000
112+++ phone-app-autopilot/master.run 1970-01-01 00:00:00 +0000
113@@ -1,15 +0,0 @@
114----
115-testsuites:
116- - name: settle-before
117- fetch_method: dev
118- fetch_location: ../systemsettle
119- include_tests:
120- - systemsettle-before
121- - name: phone-app-autopilot
122- fetch_method: dev
123- fetch_location: ./
124- - name: settle-after
125- fetch_method: dev
126- fetch_location: ../systemsettle
127- include_tests:
128- - systemsettle-after
129
130=== removed file 'phone-app-autopilot/ts_control'
131--- phone-app-autopilot/ts_control 2013-08-21 22:58:19 +0000
132+++ phone-app-autopilot/ts_control 1970-01-01 00:00:00 +0000
133@@ -1,1 +0,0 @@
134-ts_setup: PKGS=phone-app-autopilot prepare-autopilot-test.sh
135
136=== removed file 'phone-app-autopilot/tslist.auto'
137--- phone-app-autopilot/tslist.auto 2013-08-22 05:30:27 +0000
138+++ phone-app-autopilot/tslist.auto 1970-01-01 00:00:00 +0000
139@@ -1,4 +0,0 @@
140--
141- discovery_cmd: autopilot-list phone_app
142- test_cmd: autopilot-run phone_app.tests.{}
143-

Subscribers

People subscribed via source and target branches