From ee7e537e4952151e19f4fbdd924a71eabc940647 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 21 Nov 2016 14:57:03 -0800 Subject: remove sysbench, add 'amazon' family Signed-off-by: Lamont Granquist --- kitchen-tests/test/integration/webapp/default_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kitchen-tests/test/integration/webapp/default_spec.rb') diff --git a/kitchen-tests/test/integration/webapp/default_spec.rb b/kitchen-tests/test/integration/webapp/default_spec.rb index 1e5004cd3e..cf148218b7 100644 --- a/kitchen-tests/test/integration/webapp/default_spec.rb +++ b/kitchen-tests/test/integration/webapp/default_spec.rb @@ -12,7 +12,7 @@ when "debian", "ubuntu" ssh_package = "openssh-client" ssh_service = "ssh" ntp_service = "ntp" -when "centos", "redhat", "fedora" +when "centos", "redhat", "fedora", "amazon" ssh_package = "openssh-clients" ssh_service = "sshd" ntp_service = "ntpd" @@ -91,7 +91,7 @@ describe package("autoconf") do it { should be_installed } end -%w{lsof tcpdump strace zsh dmidecode ltrace bc curl wget telnet subversion git traceroute htop tmux sysbench }.each do |pkg| +%w{lsof tcpdump strace zsh dmidecode ltrace bc curl wget telnet subversion git traceroute htop tmux }.each do |pkg| describe package pkg do it { should be_installed } end -- cgit v1.2.1