commit | 8abadb1b3ddb21b38b7000c59dbc4f9649809926 | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Fri Mar 16 15:12:44 2018 +0100 |
committer | Petr Michalec <pmichalec@mirantis.com> | Tue Apr 17 18:28:20 2018 +0000 |
tree | 09f1d325ae0bcffb817b52e807a2ef3122f968e1 | |
parent | cb54d50f798dee52dd7d090d7677dd697b061254 [diff] [blame] |
Update local kitchen-salt, model validation scripts Change-Id: I98883734817044e8aa599d745ca6c57af2d1b999
diff --git a/test/integration/cluster/02_verify_minions_spec.rb b/test/integration/cluster/02_verify_minions_spec.rb new file mode 100644 index 0000000..63becc0 --- /dev/null +++ b/test/integration/cluster/02_verify_minions_spec.rb
@@ -0,0 +1,6 @@ + +describe command('bash /srv/salt/bootstrap.sh') do + its('exit_status') { should eq 0 } + #its('stdout') { should match (/XCVDSGSG/) } +end +