MXS-1300: Fix monitor and listener creation

The creation commands for monitors and listeners referred to undefined
variables. Also fixed the test case names being duplicated.
This commit is contained in:
Markus Mäkelä
2017-07-18 21:18:37 +03:00
parent 2411288388
commit fa6bea33fe
4 changed files with 14 additions and 20 deletions

View File

@ -1,6 +1,6 @@
require('../test_utils.js')()
describe("Server states", function() {
describe("Service Commands", function() {
before(startMaxScale)
var ctrl = require('maxctrl-core')