Petr Michalec
преди 7 години
родител
ревизия
203b7ba02b
No account linked to committer's email address
променени са
2 файла, в които са
добавени 16 реда и са
изтрити 0 реда
-
tests/integration/master-cluster/checks_clustercheck_spec.rb
-
tests/integration/slave-cluster/checks_clustercheck_spec.rb
|
|
@@ -0,0 +1,8 @@ |
|
|
|
describe file('/etc/xinetd.d/mysql_clustercheck_9200') do |
|
|
|
it('should exist') |
|
|
|
its('content') { should match /clustercheck password clustercheck 1 1/ } |
|
|
|
end |
|
|
|
|
|
|
|
describe file('/usr/local/bin/mysql_clustercheck') do |
|
|
|
it('should exist') |
|
|
|
end |
|
|
@@ -0,0 +1,8 @@ |
|
|
|
describe file('/etc/xinetd.d/mysql_clustercheck_9200') do |
|
|
|
it('should exist') |
|
|
|
its('content') { should match /clustercheck password clustercheck 1 1/ } |
|
|
|
end |
|
|
|
|
|
|
|
describe file('/usr/local/bin/mysql_clustercheck') do |
|
|
|
it('should exist') |
|
|
|
end |