Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-models
/
mcp-virtual-lab
/
7fee67369364f39a7a286b80606b7a4b5c9b1deb
/
.
/
test
/
integration
/
cluster
/
02_verify_minions_spec.rb
blob: 63becc069686afc99705e8b4cd7afd9898f4c2b5 [
file
] [
log
] [
blame
]
describe command
(
'bash /srv/salt/bootstrap.sh'
)
do
its
(
'exit_status'
)
{
should eq
0
}
#its('stdout') { should match (/XCVDSGSG/) }
end