Merge lp:~brendan-donegan/checkbox/bug934243_fix_virt into lp:checkbox

Proposed by Brendan Donegan
Status: Merged
Merged at revision: 1270
Proposed branch: lp:~brendan-donegan/checkbox/bug934243_fix_virt
Merge into: lp:checkbox
Diff against target: 25 lines (+4/-1)
2 files modified
debian/changelog (+3/-0)
jobs/miscellanea.txt.in (+1/-1)
To merge this branch: bzr merge lp:~brendan-donegan/checkbox/bug934243_fix_virt
Reviewer Review Type Date Requested Status
Javier Collado (community) Approve
Review via email: mp+93781@code.launchpad.net

Description of the change

Super-simple fix, just a little typo in the command: field for the virtualization-check job.

To post a comment you must log in.
Revision history for this message
Javier Collado (javier.collado) wrote :

Looks good.

The problem seems to be there since the script was added in rev. 1250.1.1

review: Approve

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 2012-02-17 09:49:33 +0000
3+++ debian/changelog 2012-02-20 08:28:20 +0000
4@@ -6,6 +6,9 @@
5 [Sylvain Pineau]
6 * Fix depends fields in info and suspend test suites (LP: #934051)
7
8+ [Brendan Donegan]
9+ * Typo in command for for miscellanea/virtualization-check (LP: #934243)
10+
11 -- Marc Tardif <marc@ubuntu.com> Thu, 16 Feb 2012 10:31:18 -0500
12
13 checkbox (0.13.2) precise; urgency=low
14
15=== modified file 'jobs/miscellanea.txt.in'
16--- jobs/miscellanea.txt.in 2012-02-15 20:39:37 +0000
17+++ jobs/miscellanea.txt.in 2012-02-20 08:28:20 +0000
18@@ -49,6 +49,6 @@
19 name: miscellanea/virtualization-check
20 requires: cpuinfo.platform in ("i386", "x86_64")
21 user: root
22-command: virt-check
23+command: virt_check
24 _description:
25 Test to check that virtualization is supported and the test system has at least a minimal amount of RAM to function as an OpenStack Compute Node

Subscribers

People subscribed via source and target branches