diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-01 10:03:45 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-01 10:03:45 -0800 |
commit | aa952b864b6f954abbfcdb737365e0db6eaad54e (patch) | |
tree | 60049f284cae8e8c6c83bd96551bb8b477db8fba /kitchen-tests | |
parent | 7300eca603788048f95d0641f1110f8dcc049820 (diff) | |
download | chef-aa952b864b6f954abbfcdb737365e0db6eaad54e.tar.gz |
Remove telnet for testing as it break opensuse for odd reasons
It's not a chef thing. It's an SUSE thing.
Reading installed packages...
Resolving package dependencies...
Problem: conflicting requests
Solution 1: remove lock to allow installation of telnet-1.2-170.3.x86_64[openSUSE-Leap-42.3-Oss]
Solution 2: remove lock to allow installation of telnet-1.2-170.3.x86_64[openSUSE-Leap-42.3-0]
Solution 3: do not ask to install a solvable providing telnet.x86_64 = 1.2-170.3
Choose from above solutions by number or cancel [1/2/3/c] (c):
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/base/recipes/packages.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/base/recipes/packages.rb b/kitchen-tests/cookbooks/base/recipes/packages.rb index a448936acd..f15d2a55fa 100644 --- a/kitchen-tests/cookbooks/base/recipes/packages.rb +++ b/kitchen-tests/cookbooks/base/recipes/packages.rb @@ -7,7 +7,7 @@ # this is just a list of package that exist on every O/S we test, and often aren't installed by default. you don't # have to get too clever here, you can delete packages if they don't exist everywhere we test. -pkgs = %w{lsof tcpdump strace zsh dmidecode ltrace bc curl wget telnet subversion git traceroute htop tmux } +pkgs = %w{lsof tcpdump strace zsh dmidecode ltrace bc curl wget subversion git traceroute htop tmux } # this deliberately calls the multipackage API N times in order to do one package installation in order to exercise the # multipackage cookbook. |