Merge lp:~jeffmarcom/opencompute/update-intro-message into lp:opencompute/checkbox

Proposed by Jeff Marcom
Status: Merged
Approved by: Jeff Marcom
Approved revision: 2151
Merged at revision: 2150
Proposed branch: lp:~jeffmarcom/opencompute/update-intro-message
Merge into: lp:opencompute/checkbox
Diff against target: 40 lines (+14/-5)
2 files modified
debian/changelog (+1/-0)
plugins/intro_prompt.py (+13/-5)
To merge this branch: bzr merge lp:~jeffmarcom/opencompute/update-intro-message
Reviewer Review Type Date Requested Status
Jeff Lane  Approve
Review via email: mp+187144@code.launchpad.net

Commit message

updates intro message for Checkbox OCP

Description of the change

This simply updates the intro message for Checkbox OCP.

To post a comment you must log in.
Revision history for this message
Jeff Lane  (bladernr) wrote :

Looks reasonable...

review: Approve
Revision history for this message
Jeff Lane  (bladernr) wrote :

Missing a commit message. Set one and reset to approve...

Revision history for this message
Jeff Marcom (jeffmarcom) wrote :

Attempt to merge into lp:opencompute/checkbox failed due to conflicts:

text conflict in debian/changelog

2150. By Jeff Marcom

Updated intro prompt

Signed-off-by: Jeff Marcom <email address hidden>

2151. By Jeff Marcom

Updated changelog

Signed-off-by: Jeff Marcom <email address hidden>

Revision history for this message
Jeff Marcom (jeffmarcom) wrote :

rebase on lp:opencompute/checkbox trunk.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-09-25 14:13:41 +0000
3+++ debian/changelog 2013-09-25 14:53:24 +0000
4@@ -3,6 +3,7 @@
5 [ Jeff Marcom ]
6 * Added googlestress app memory tests
7 * Updated plainbox based on version 0.4.dev in lp:checkbox (16.12)
8+ * Updated checkbox OCP intro prompt
9
10 [ Jeff Lane ]
11 * Updated OCP Checkbox to latest checkbox trunk, 0.16.11 revno 2353
12
13=== modified file 'plugins/intro_prompt.py'
14--- plugins/intro_prompt.py 2012-06-22 16:43:00 +0000
15+++ plugins/intro_prompt.py 2013-09-25 14:53:24 +0000
16@@ -26,11 +26,19 @@
17 class IntroPrompt(Plugin):
18
19 welcome_text = String(default=_("""\
20-Welcome to System Testing!
21-
22-Checkbox provides tests to confirm that your system is working \
23-properly. Once you are finished running the tests, you can view \
24-a summary report for your system.""") + _("""
25+Welcome to the official test suite for the Open Compute project.
26+
27+Checkbox OCP provides numerous tests to validate your hardware operates
28+within guidelines defined by opencompute-ready and/or opencompute-certified
29+compliance and interoperability scope.
30+
31+Once you are finished running the test suite, you can view a summary
32+report for your system in the following location:
33+
34+/home/<user>/.cache/checkbox/submission.xml.
35+
36+*Checkbox-OCP is a product developed by Canonical with the
37+help of members of Facebook, AVL, and the Open Compute project*""") + _("""
38
39 Warning: Some tests could cause your system to freeze \
40 or become unresponsive. Please save all your work \

Subscribers

People subscribed via source and target branches