Add state tests

refs #5223
This commit is contained in:
Johannes Meyer 2013-12-04 16:33:05 +01:00
parent 518d0bfd10
commit cd05686a70
5 changed files with 12 additions and 3 deletions

3
test/jenkins/apache_state.test Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
sudo service httpd status

View File

@ -0,0 +1,3 @@
#!/bin/sh
sudo service icinga2 status

3
test/jenkins/mysql_state.test Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
sudo service mysqld status

3
test/jenkins/pgsql_state.test Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
sudo service postgresql status

View File

@ -1,3 +0,0 @@
#!/bin/sh
echo "Hello World!"
exit 1