func TestService(t *testing.T) {
	helpers.PrepareAndRunTests("Standalone", t, false)
}
func TestService(t *testing.T) {
	helpers.PrepareAndRunTests("Broker", t, false)
}
func TestFailover(t *testing.T) {
	helpers.PrepareAndRunTests("Failover", t, true)
}
func TestService(t *testing.T) {
	helpers.PrepareAndRunTests("Quota", t, true)
}
func TestDashboard(t *testing.T) {
	helpers.PrepareAndRunTests("Dashboard", t, true)
}
func TestService(t *testing.T) {
	helpers.PrepareAndRunTests("Lifecycle tests", t, true)
}