Skip to content

Commit

Permalink
Merge pull request #268 from CloudSlang/re-add-monitor-mysql
Browse files Browse the repository at this point in the history
remove ignore from test mysql monitor
  • Loading branch information
Orit Stone committed Jul 26, 2015
2 parents c30a421 + 3ebbcc3 commit 2dcf868
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ flow:
- private_key_file:
required: false
- exec_cmd:
default: "'mysqladmin -u' + mysql_username + ' -p' + mysql_password + ' ping'"
default: "'mysqladmin -u' + mysql_username + ' -p' + mysql_password + ' --protocol=tcp ping'"
overridable: false
- command:
default: "'docker exec ' + container + ' ' + exec_cmd"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ flow:
- mysql_username
- mysql_password
- exec_cmd:
default: "'mysqladmin -u' + mysql_username + ' -p' + mysql_password + ' status'"
default: "'mysqladmin -u' + mysql_username + ' -p' + mysql_password + ' --protocol=tcp status'"
overridable: false
- command:
default: "'docker exec ' + container + ' ' + exec_cmd"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
####################################################
testDocker_test_mysql_monitor:
testSuites: [docker,docker-misc-ignore]
testSuites: [docker,docker-misc]
description: Tests the operation that monitor a mysql container.
testFlowPath: io.cloudslang.docker.monitoring.mysql.test_mysql_monitor
inputs:
Expand Down

0 comments on commit 2dcf868

Please sign in to comment.