Skip to content

Commit 71cd248

Browse files
committed
Add NetConfig CR creation back to MetricStorage Kuttl
1 parent fe6bbf0 commit 71cd248

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/kuttl/tests/metricstorage/05-prepare-for-edpm-power-mon.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ commands:
1717
- script: |
1818
oc apply -n telemetry-kuttl-tests -f deps/dnsmasq.yaml
1919
until oc get dnsmasq -n telemetry-kuttl-tests | grep True; do sleep 1; done
20+
- script: oc apply -n telemetry-kuttl-tests -f https://raw.githubusercontent.com/openstack-k8s-operators/infra-operator/main/config/samples/network_v1beta1_netconfig.yaml
2021
- script: |
2122
oc create secret generic dataplanenodeset-openstack-edpm-ipam \
2223
--save-config \

0 commit comments

Comments
 (0)