// This is the first function called when go test is issued
func TestStatusEndpointGroupsSuite(t *testing.T) {
	suite.Run(t, new(StatusEndpointGroupsTestSuite))
}
func TestRecompuptationsTestSuite(t *testing.T) {
	suite.Run(t, new(RecomputationsProfileTestSuite))
}
Beispiel #3
0
func TestFactorsTestSuite(t *testing.T) {
	suite.Run(t, new(FactorsTestSuite))
}
func TestOperationsProfilesTestSuite(t *testing.T) {
	suite.Run(t, new(OperationsProfilesTestSuite))
}
Beispiel #5
0
// This is the first function called when go test is issued
func TestMetricResultSuite(t *testing.T) {
	suite.Run(t, new(metricResultTestSuite))
}
// This is the first function called when go test is issued
func TestStatusMetricsSuite(t *testing.T) {
	suite.Run(t, new(StatusMetricsTestSuite))
}
// TestEndpointGroupsTestSuite is responsible for calling the tests
func TestEndpointGroupsTestSuite(t *testing.T) {
	suite.Run(t, new(endpointGroupAvailabilityTestSuite))
}
func TestMetricProfilesTestSuite(t *testing.T) {
	suite.Run(t, new(MetricProfilesTestSuite))
}
Beispiel #9
0
// This is the first function called when go test is issued
func TestTenantsSuite(t *testing.T) {
	suite.Run(t, new(TenantTestSuite))
}
Beispiel #10
0
// TestRecompuptationsTestSuite is responsible for calling the tests
func TestSuperGroupResultsTestSuite(t *testing.T) {
	suite.Run(t, new(SuperGroupAvailabilityTestSuite))
}
Beispiel #11
0
// This is the first function called when go test is issued
func TestReportSuite(t *testing.T) {
	suite.Run(t, new(ReportTestSuite))
}
func TestAggregationProfilesTestSuite(t *testing.T) {
	suite.Run(t, new(AggregationProfilesTestSuite))
}
// This is the first function called when go test is issued
func TestStatusServicesSuite(t *testing.T) {
	suite.Run(t, new(StatusServicesTestSuite))
}
Beispiel #14
0
func TestMongoTestSuite(t *testing.T) {
	suite.Run(t, new(mongoTestSuite))
}
func TestRecompuptationsTestSuite(t *testing.T) {
	suite.Run(t, new(AuthenticationProfileTestSuite))
}
// TestServiceFlavorAvailabilityTestSuite is responsible for calling the tests
func TestServiceFlavorAvailabilityTestSuite(t *testing.T) {
	suite.Run(t, new(serviceFlavorAvailabilityTestSuite))
}