diff --git a/app/cluster-api-provider-sidero/api/v1alpha2/v1alpha2_test.go b/app/cluster-api-provider-sidero/api/v1alpha2/v1alpha2_test.go new file mode 100644 index 000000000..6700b6c45 --- /dev/null +++ b/app/cluster-api-provider-sidero/api/v1alpha2/v1alpha2_test.go @@ -0,0 +1,14 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + +package v1alpha2_test + +import "testing" + +func TestEmpty(t *testing.T) { + // added for accurate coverage estimation + // + // please remove it once any unit-test is added + // for this package +} diff --git a/app/cluster-api-provider-sidero/api/v1alpha3/v1alpha3_test.go b/app/cluster-api-provider-sidero/api/v1alpha3/v1alpha3_test.go new file mode 100644 index 000000000..d3f3ff2cc --- /dev/null +++ b/app/cluster-api-provider-sidero/api/v1alpha3/v1alpha3_test.go @@ -0,0 +1,14 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + +package v1alpha3_test + +import "testing" + +func TestEmpty(t *testing.T) { + // added for accurate coverage estimation + // + // please remove it once any unit-test is added + // for this package +} diff --git a/app/metal-controller-manager/api/v1alpha1/v1alpha1_test.go b/app/metal-controller-manager/api/v1alpha1/v1alpha1_test.go new file mode 100644 index 000000000..795266ba7 --- /dev/null +++ b/app/metal-controller-manager/api/v1alpha1/v1alpha1_test.go @@ -0,0 +1,14 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + +package v1alpha1_test + +import "testing" + +func TestEmpty(t *testing.T) { + // added for accurate coverage estimation + // + // please remove it once any unit-test is added + // for this package +} diff --git a/app/metal-controller-manager/internal/ipxe/ipxe_test.go b/app/metal-controller-manager/internal/ipxe/ipxe_test.go new file mode 100644 index 000000000..22a634ed3 --- /dev/null +++ b/app/metal-controller-manager/internal/ipxe/ipxe_test.go @@ -0,0 +1,14 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + +package ipxe_test + +import "testing" + +func TestEmpty(t *testing.T) { + // added for accurate coverage estimation + // + // please remove it once any unit-test is added + // for this package +} diff --git a/app/metal-controller-manager/internal/power/api/api_test.go b/app/metal-controller-manager/internal/power/api/api_test.go new file mode 100644 index 000000000..7af2ae220 --- /dev/null +++ b/app/metal-controller-manager/internal/power/api/api_test.go @@ -0,0 +1,14 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + +package api_test + +import "testing" + +func TestEmpty(t *testing.T) { + // added for accurate coverage estimation + // + // please remove it once any unit-test is added + // for this package +} diff --git a/app/metal-controller-manager/internal/power/ipmi/ipmi_test.go b/app/metal-controller-manager/internal/power/ipmi/ipmi_test.go new file mode 100644 index 000000000..2fd1538a5 --- /dev/null +++ b/app/metal-controller-manager/internal/power/ipmi/ipmi_test.go @@ -0,0 +1,14 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + +package ipmi_test + +import "testing" + +func TestEmpty(t *testing.T) { + // added for accurate coverage estimation + // + // please remove it once any unit-test is added + // for this package +} diff --git a/app/metal-controller-manager/internal/power/metal/metal_test.go b/app/metal-controller-manager/internal/power/metal/metal_test.go new file mode 100644 index 000000000..c5d21079c --- /dev/null +++ b/app/metal-controller-manager/internal/power/metal/metal_test.go @@ -0,0 +1,14 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + +package metal_test + +import "testing" + +func TestEmpty(t *testing.T) { + // added for accurate coverage estimation + // + // please remove it once any unit-test is added + // for this package +} diff --git a/app/metal-controller-manager/internal/server/server_test.go b/app/metal-controller-manager/internal/server/server_test.go new file mode 100644 index 000000000..130cc39ae --- /dev/null +++ b/app/metal-controller-manager/internal/server/server_test.go @@ -0,0 +1,14 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + +package server_test + +import "testing" + +func TestEmpty(t *testing.T) { + // added for accurate coverage estimation + // + // please remove it once any unit-test is added + // for this package +} diff --git a/app/metal-controller-manager/internal/tftp/tftp_test.go b/app/metal-controller-manager/internal/tftp/tftp_test.go new file mode 100644 index 000000000..b90ed3037 --- /dev/null +++ b/app/metal-controller-manager/internal/tftp/tftp_test.go @@ -0,0 +1,14 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + +package tftp_test + +import "testing" + +func TestEmpty(t *testing.T) { + // added for accurate coverage estimation + // + // please remove it once any unit-test is added + // for this package +} diff --git a/app/metal-metadata-server/pkg/client/client_test.go b/app/metal-metadata-server/pkg/client/client_test.go new file mode 100644 index 000000000..125f4a58b --- /dev/null +++ b/app/metal-metadata-server/pkg/client/client_test.go @@ -0,0 +1,14 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + +package client_test + +import "testing" + +func TestEmpty(t *testing.T) { + // added for accurate coverage estimation + // + // please remove it once any unit-test is added + // for this package +}