kubeslice / worker-operator

Kubeslice Worker Operator Opensource Repository: The KubeSlice Worker Operator is a Kubernetes operator that manages the lifecycle of KubeSlice worker clusters.
Apache License 2.0
58 stars 19 forks source link

WIP: tests(integration): Move integration tests to `tests/` #340

Open Bhargav-InfraCloud opened 4 months ago

Bhargav-InfraCloud commented 4 months ago

Description

Move integration tests to tests/.

Fixes #297

How Has This Been Tested?

Run the following commands and check if running successful:

# This should print all the tests related commands under a separate heading
make help

# Individual types of tests
make test-unit
make test-coverage
make test-integration

# These should run all the above tests
make test
make test-docker

Checklist:

Does this PR introduce a breaking change?