// Tests in this container are not expected to create new objects in the cluster
// so we are disabling the creation of a namespace in order to get a faster execution
f.SkipNamespaceCreation=true
// Important! please note that this test can't be run on single-node clusters
// in case you can skip this test with SKIP=multi-node
It("should be labelled and tainted [multi-node]",func(){
// get all control-plane nodes (and this implicitly checks that node are properly labeled)
controlPlanes:=getControlPlaneNodes(f.ClientSet)
// checks if there is at least one control-plane node
Expect(controlPlanes.Items).NotTo(BeEmpty(),"at least one node with label %s should exist. if you are running test on a single-node cluster, you can skip this test with SKIP=multi-node",controlPlaneTaint)
// checks that the control-plane nodes have the expected taint