Skip to content

Commit

Permalink
add testcase for egress ip
Browse files Browse the repository at this point in the history
  • Loading branch information
sluetze committed Oct 8, 2024
1 parent fae96d7 commit 48d4f52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
set -xe

echo "Labeling Node for egress IP"

NODENAME=`oc get node | tail -1 | cut -d" " -f1`
oc label node $NODENAME k8s.ovn.org/egress-assignable=""

sleep 5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
default_result: FAIL
result_after_remediation: PASS

0 comments on commit 48d4f52

Please sign in to comment.