Skip to content

Commit

Permalink
fixup! Fix drctl status and failover
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisferrand committed Oct 21, 2024
1 parent 8904371 commit 5e7b509
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ctst/steps/pra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ async function waitForPhase(

const currentStatus = await world.zenkoDrCtl?.status({
sinkZenkoNamespace: 'default',
sourceZenkoNamespace: 'default',
sinkZenkoInstance: 'end2end-pra',
sinkZenkoDrInstance: 'end2end-pra-sink',
sourceZenkoNamespace: 'default',
sourceZenkoInstance: 'end2end',
sourceZenkoDrInstance: 'end2end-source',
output: 'json',
});
Expand Down

0 comments on commit 5e7b509

Please sign in to comment.