Skip to content

Commit

Permalink
Enable host visibility in ci-test-ubi.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Navin Chandra <[email protected]>
  • Loading branch information
navin772 authored and daemon1024 committed Oct 30, 2024
1 parent 7bd6504 commit eedf132
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
sleep 15
- name: Add KubeArmor host visibility
- name: Enable KubeArmor host visibility
run: ./.github/workflows/host-visibility.sh

- name: Get KubeArmor POD info
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-ubi-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
- name: Operator may take upto 10 sec to enable TLS, Sleep for 15Sec
run: |
sleep 15
- name: Enable KubeArmor host visibility
run: ./.github/workflows/host-visibility.sh

- name: Test KubeArmor using Ginkgo
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/k8s_env/hsp/hsp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
. "github.com/onsi/gomega"
)

var _ = Describe("Non-k8s HSP tests", func() {
var _ = Describe("k8s HSP tests", func() {

AfterEach(func() {
KarmorLogStop()
Expand Down

0 comments on commit eedf132

Please sign in to comment.