From cd906e641653bfb304e98e13a28e1b9008128dc7 Mon Sep 17 00:00:00 2001 From: "Taihsiang Ho (tai271828)" Date: Tue, 23 May 2017 20:00:43 +0800 Subject: 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 --- jobs/networking.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jobs') diff --git a/jobs/networking.txt.in b/jobs/networking.txt.in index 6bcd561..7ef18f9 100644 --- a/jobs/networking.txt.in +++ b/jobs/networking.txt.in @@ -1,6 +1,6 @@ unit: packaging meta-data os-id: debian -Depends: ntpdate +Depends: ntpdate, net-tools plugin: shell category_id: 2013.com.canonical.plainbox::networking -- cgit v1.2.3