Sha256: 66a4977371b346218ded6e225e8cf5e0dd59cb2920758c0660b3bf4c58d4b160
Contents?: true
Size: 844 Bytes
Versions: 1
Compression:
Stored size: 844 Bytes
Contents
# # Copyright 2016, Noah Kantrowitz # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # Disable now busser-serever is gone. # require 'serverspec' # set :backend, :exec # describe command('/sbin/ifconfig eth0 multicast') do # its(:exit_status) { is_expected.to_not eq 0 } # its(:stderr) { is_expected.to match /Operation not permitted/ } # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kitchen-docker-3.0.0 | test/integration/capabilities/disabled/capabilities_drop_spec.rb |