Merge ~tai271828/plainbox-provider-checkbox:mr-zesty-dep into plainbox-provider-checkbox:master

Proposed by Taihsiang Ho
Status: Merged
Approved by: Sylvain Pineau
Approved revision: cd906e641653bfb304e98e13a28e1b9008128dc7
Merged at revision: 0b512202e69a715496b59433a7ef35660c346651
Proposed branch: ~tai271828/plainbox-provider-checkbox:mr-zesty-dep
Merge into: plainbox-provider-checkbox:master
Diff against target: 12 lines (+1/-1)
1 file modified
jobs/networking.txt.in (+1/-1)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+324470@code.launchpad.net

Description of the change

jobs:networking Add missing dependency on 17.04

17.04 Zesty does not install net-tools by default. This makes test jobs
like gateway_ping, which needs arp, could not launch normally. Add the
dependency to make sure the necessary tools are there.

LP: #1690378

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

+1, thanks a lot!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/jobs/networking.txt.in b/jobs/networking.txt.in
2index 6bcd561..7ef18f9 100644
3--- a/jobs/networking.txt.in
4+++ b/jobs/networking.txt.in
5@@ -1,6 +1,6 @@
6 unit: packaging meta-data
7 os-id: debian
8-Depends: ntpdate
9+Depends: ntpdate, net-tools
10
11 plugin: shell
12 category_id: 2013.com.canonical.plainbox::networking

Subscribers

People subscribed via source and target branches