Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
dbc namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Feb 12, 2024
1 parent e65e8cd commit 159abce
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions api-tests/tests/database-cluster.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test('create db cluster with monitoring config', async ({ request }) => {
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
monitoring: {
Expand Down Expand Up @@ -114,7 +114,7 @@ test('update db cluster with a new monitoring config', async ({ request }) => {
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
monitoring: {
Expand Down Expand Up @@ -183,7 +183,7 @@ test('update db cluster without monitoring config with a new monitoring config',
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
engine: {
Expand Down Expand Up @@ -249,7 +249,7 @@ test('update db cluster monitoring config with an empty monitoring config', asyn
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
monitoring: {
Expand Down
6 changes: 3 additions & 3 deletions api-tests/tests/pg-clusters.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test('create/edit/delete single node pg cluster', async ({ request, page }) => {
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
engine: {
Expand Down Expand Up @@ -120,7 +120,7 @@ test('expose pg cluster after creation', async ({ request, page }) => {
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
engine: {
Expand Down Expand Up @@ -199,7 +199,7 @@ test('expose pg cluster on EKS to the public internet and scale up', async ({ re
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
engine: {
Expand Down
6 changes: 3 additions & 3 deletions api-tests/tests/psmdb-clusters.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test('create/edit/delete single node psmdb cluster', async ({ request, page }) =
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
engine: {
Expand Down Expand Up @@ -111,7 +111,7 @@ test('expose psmdb cluster after creation', async ({ request, page }) => {
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
engine: {
Expand Down Expand Up @@ -196,7 +196,7 @@ test('expose psmdb cluster on EKS to the public internet and scale up', async ({
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
engine: {
Expand Down
6 changes: 3 additions & 3 deletions api-tests/tests/pxc-clusters.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test('create/edit/delete pxc single node cluster', async ({ request, page }) =>
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
engine: {
Expand Down Expand Up @@ -132,7 +132,7 @@ test('expose pxc cluster after creation', async ({ request, page }) => {
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
engine: {
Expand Down Expand Up @@ -212,7 +212,7 @@ test('expose pxc cluster on EKS to the public internet and scale up', async ({ r
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
namespace: testsNs,
},
spec: {
engine: {
Expand Down

0 comments on commit 159abce

Please sign in to comment.