← Back to team overview

opencompute-developers team mailing list archive

[Merge] lp:~bladernr/opencompute/fix-ocp-checkbox into lp:opencompute/checkbox

 

Jeff Lane has proposed merging lp:~bladernr/opencompute/fix-ocp-checkbox into lp:opencompute/checkbox.

Requested reviews:
  Jeff Lane (bladernr)

For more details, see:
https://code.launchpad.net/~bladernr/opencompute/fix-ocp-checkbox/+merge/218868

Fixes things that caused build to fail (missing lines in POTFILES.in and setup.cfg and missing environ directive in a job file).
-- 
https://code.launchpad.net/~bladernr/opencompute/fix-ocp-checkbox/+merge/218868
Your team Open Compute Developers is subscribed to branch lp:opencompute/checkbox.
=== modified file 'debian/changelog'
--- debian/changelog	2014-04-21 20:52:04 +0000
+++ debian/changelog	2014-05-08 19:02:52 +0000
@@ -4,6 +4,7 @@
   * incremented version
   * rebased on the final version of checkbox
   * resolved several unittest failures
+  * fixed missing entries in POTFILES.in and setup.cfg
 
  -- Jeff Lane <jeffrey.lane@xxxxxxxxxxxxx>  Mon, 21 Apr 2014 16:49:04 -0400
 

=== modified file 'jobs/TC-003-0003-Network_Performance.txt.in'
--- jobs/TC-003-0003-Network_Performance.txt.in	2014-05-07 06:12:16 +0000
+++ jobs/TC-003-0003-Network_Performance.txt.in	2014-05-08 19:02:52 +0000
@@ -1,6 +1,7 @@
 plugin: shell
 name: TC-003-0003-001-Network_performance
 user: root
+environ: NETWORK_INTERFACE
 requires:
  package.name == 'iperf'
 command: network test -i $NETWORK_INTERFACE -t iperf --fail-threshold 90

=== modified file 'po/POTFILES.in'
--- po/POTFILES.in	2014-04-21 20:43:46 +0000
+++ po/POTFILES.in	2014-05-08 19:02:52 +0000
@@ -21,6 +21,7 @@
 [type: gettext/rfc822deb] jobs/TC-001-0002-Platform_Controller_Hub.txt.in
 [type: gettext/rfc822deb] jobs/TC-002-0011-System_Log.txt.in
 [type: gettext/rfc822deb] jobs/TC-003-0001-Hardware_Information.txt.in
+[type: gettext/rfc822deb] jobs/TC-003-0003-Network_Performance.txt.in
 [type: gettext/rfc822deb] jobs/usb.txt.in
 [type: gettext/rfc822deb] jobs/virtualization.txt.in
 checkbox/application.py

=== modified file 'setup.cfg'
--- setup.cfg	2014-04-21 20:43:46 +0000
+++ setup.cfg	2014-05-08 19:02:52 +0000
@@ -27,5 +27,6 @@
          "jobs/TC-001-0002-Platform_Controller_Hub.txt.in",
          "jobs/TC-002-0011-System_Log.txt.in",
          "jobs/TC-003-0001-Hardware_Information.txt.in",
+         "jobs/TC-003-0003-Network_Performance.txt.in",
          "jobs/usb.txt.in",
          "jobs/virtualization.txt.in"))]


References