Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
neutron
/
6cf80e5ff6547a4c7db8e6afa3e8be0ac1e58913
/
.
/
tests
/
integration
/
default
/
inspec
/
smoke_spec.rb
blob: d30f4f66d44eb9f60b913eb0ea478f6d49de3f89 [
file
] [
log
] [
blame
]
control
"Check run_test.sh"
do
describe file
(
'/tmp/kitchen/tests/run_tests.sh'
)
do
it
{
should be_file
}
it
{
should be_executable
}
end
end