diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-19 13:59:10 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-19 13:59:10 -0700 |
commit | d0d4835b2c7f7ba40abf39bd3fb549178c13457e (patch) | |
tree | 887e8693f2dfdbd5df937a4f126a0cda2ddd6f23 /kitchen-tests | |
parent | 6c91e216f2c1eba64abcb038b4e9e3bc897df565 (diff) | |
download | chef-d0d4835b2c7f7ba40abf39bd3fb549178c13457e.tar.gz |
Make sure we have net-tools-deprecated on our SLES tester
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/kitchen.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml index 488a7e5818..2f453d9133 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -143,8 +143,7 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/zypper --non-interactive update - - RUN /usr/bin/zypper --non-interactive install cron - - RUN /usr/bin/zypper --non-interactive install insserv-compat + - RUN /usr/bin/zypper --non-interactive install insserv-compat net-tools-deprecated # net-tools-deprecated is necessary for fconfig resource testing suites: - name: end-to-end |