Add unit tests for KubernetesCluster, Tenant, ServiceInstance, and RegisterClusterHandler
- Implement tests for KubernetesCluster including registration, connectivity status, and error handling. - Create tests for Tenant creation, member management, and status changes. - Add tests for ServiceInstance provisioning and state management. - Introduce RegisterClusterHandler tests to validate registration requests and error scenarios. - Set up project files for new test projects with necessary dependencies.
This commit is contained in:
14
EntKube.slnx
14
EntKube.slnx
@@ -1,4 +1,14 @@
|
||||
<Solution>
|
||||
<Project Path="EntKube/EntKube.Client/EntKube.Client.csproj" Id="73e36587-8940-4269-adcc-bab1e068ed1e" />
|
||||
<Project Path="EntKube/EntKube/EntKube.csproj" />
|
||||
<!-- Source Projects -->
|
||||
<Project Path="src/EntKube.SharedKernel/EntKube.SharedKernel.csproj" />
|
||||
<Project Path="src/EntKube.Identity/EntKube.Identity.csproj" />
|
||||
<Project Path="src/EntKube.Clusters/EntKube.Clusters.csproj" />
|
||||
<Project Path="src/EntKube.Provisioning/EntKube.Provisioning.csproj" />
|
||||
<Project Path="src/EntKube.Web/EntKube.Web.csproj" />
|
||||
<Project Path="src/EntKube.Web.Client/EntKube.Web.Client.csproj" />
|
||||
<!-- Test Projects -->
|
||||
<Project Path="tests/EntKube.Identity.Tests/EntKube.Identity.Tests.csproj" />
|
||||
<Project Path="tests/EntKube.Clusters.Tests/EntKube.Clusters.Tests.csproj" />
|
||||
<Project Path="tests/EntKube.Provisioning.Tests/EntKube.Provisioning.Tests.csproj" />
|
||||
<Project Path="tests/EntKube.Web.Tests/EntKube.Web.Tests.csproj" />
|
||||
</Solution>
|
||||
|
||||
Reference in New Issue
Block a user