Merge lp:~sfeole/charms/trusty/autotest/trunk into lp:~mreed8855/charms/trusty/autotest/trunk

Proposed by Sean Feole
Status: Merged
Approved by: Michael Reed
Approved revision: 6
Merged at revision: 5
Proposed branch: lp:~sfeole/charms/trusty/autotest/trunk
Merge into: lp:~mreed8855/charms/trusty/autotest/trunk
Diff against target: 48 lines (+15/-3)
2 files modified
README.md (+12/-3)
metadata.yaml (+3/-0)
To merge this branch: bzr merge lp:~sfeole/charms/trusty/autotest/trunk
Reviewer Review Type Date Requested Status
Michael Reed Approve
Review via email: mp+303687@code.launchpad.net

Description of the change

Tested with JuJu 2.0

Updated the Following Files:

  Metadata.yaml : Included -default-series to include Xenial and Trusty & Tested with Xenial

  Readme.md : Updated Document to reflect latest JUJU 2.0 Command set.

To post a comment you must log in.
6. By Sean Feole <email address hidden>

Removed autotest from metadata.yaml > tags

Revision history for this message
Michael Reed (mreed8855) wrote :

The changes look good to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2016-02-19 15:14:48 +0000
3+++ README.md 2016-08-23 14:41:59 +0000
4@@ -1,4 +1,6 @@
5 #Overview
6+Updated for JuJu 2.0
7+
8 The Autotest Charm creates a flexible method for running testcases inside the Autotest(autotest-local) Framework using juju actions.
9 The source for these tests are currently git://kernel.ubuntu.com/ubuntu/autotest but these can be changed to other git repos.
10
11@@ -16,16 +18,23 @@
12 * custom - currently sleeptest. This can be changed to any tests located in the autotest-client-tests directory. sleeptest is a short and simple test that is similar to a smoke test
13 The available tests can be found in autotest/actions directory
14
15+##Listing the Tests
16+
17+ juju list-actions autotest
18+
19 ##Running the Tests
20
21- juju action do autotest/0 dbench
22+ juju run-action autotest/0 dbench
23
24 This returns an job id that can be used to wait for the completion of the test
25
26 * Fetch the status of the test
27
28- juju action fetch job_id --wait (seconds)
29-
30+ juju show-action-status <ID>
31+
32+* Fetch the results of the test
33+
34+ juju show-action-output <ID>
35
36 The tests can also run via amulet. The amulet scripts in the autotest/tests directory execute the above steps after bootstrapping.
37
38
39=== modified file 'metadata.yaml'
40--- metadata.yaml 2015-11-16 05:57:01 +0000
41+++ metadata.yaml 2016-08-23 14:41:59 +0000
42@@ -8,3 +8,6 @@
43 provides:
44 benchmark:
45 interface: benchmark
46+series:
47+ - "xenial"
48+ - "trusty"

Subscribers

People subscribed via source and target branches

to all changes: