File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ Upgrade With Multus Workload
40
40
Set IP For Host Interface ${BRIDGE_INTERFACE } ${BRIDGE_IP }
41
41
Connect To Pod Over Local Interface ${BRIDGE_POD_NAME } ${NAMESPACE } ${BRIDGE_INTERFACE }
42
42
43
+ Verify Multus Embedded Manifests
44
+
43
45
[Teardown] Remove NAD And Pod ${BRIDGE_NAD_YAML } ${BRIDGE_POD_YAML }
44
46
45
47
52
54
Teardown
53
55
[Documentation] Test suite teardown
54
56
Teardown Suite With Namespace
57
+
58
+ Verify Multus Embedded Manifests
59
+ [Documentation] Delete Multus' DHCP Daemon and reboot host to make sure
60
+ ... it comes back even though the manifests do not exist anymore.
61
+
62
+ SSHLibrary.File Should Exist /etc/greenboot/check/required.d/41_microshift_running_check_multus.sh
63
+ SSHLibrary.File Should Exist /etc/crio/crio.conf.d/12-microshift-multus.conf
64
+ SSHLibrary.Directory Should Not Exist /usr/lib/microshift/manifests.d/000-microshift-multus/
65
+
66
+ Oc Delete -n openshift-multus ds/dhcp-daemon
67
+ Reboot MicroShift Host
68
+ Wait Until Greenboot Health Check Exited
69
+ Oc Get daemonset openshift-multus dhcp-daemon
You can’t perform that action at this time.
0 commit comments