Skip to content

Commit

Permalink
disable deep image inspection for e2e
Browse files Browse the repository at this point in the history
This commit:
  - disables Ironic's deep image inspection feature for e2e tests as this
    feature is incompatible with live-iso e2e tests.

Signed-off-by: Adam Rozman <[email protected]>
  • Loading branch information
Rozzii committed Dec 12, 2024
1 parent 3a21e2b commit df1da1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ironic-deployment/overlays/e2e/ironic_bmo_configmap.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CACHEURL=http://192.168.222.199/images
IRONIC_KERNEL_PARAMS=console=ttyS0
IRONIC_INSPECTOR_VLAN_INTERFACES=all
USE_IRONIC_INSPECTOR=false
DISABLE_DEEP_IMAGE_INSPECTION=true

0 comments on commit df1da1d

Please sign in to comment.