diff options
author | Taihsiang Ho (tai271828) <tai271828@gmail.com> | 2017-05-23 20:00:43 +0800 |
---|---|---|
committer | Taihsiang Ho (tai271828) <tai271828@gmail.com> | 2017-05-23 20:04:35 +0800 |
commit | cd906e641653bfb304e98e13a28e1b9008128dc7 (patch) | |
tree | 47abfd45cd7935adb292b5e42e6c1258f6d4dd3a /jobs | |
parent | 6304eeb14aed4cb61c3f32ce73e6d98c76ceba55 (diff) |
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
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/networking.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |