Typos.
This commit is contained in:
parent
d2599d99df
commit
826d7c0c1e
|
|
@ -709,8 +709,8 @@ class EndToEndTestCase(unittest.TestCase):
|
||||||
}
|
}
|
||||||
|
|
||||||
k8s.api.core_v1.patch_node(master_nodes[0], body)
|
k8s.api.core_v1.patch_node(master_nodes[0], body)
|
||||||
self.eventuallyTrue(k8s.get_closter_nodes()[0], replica_nodes)
|
self.eventuallyTrue(k8s.get_cluster_nodes()[0], replica_nodes)
|
||||||
self.assertNotEqual(k8s.get_closter_nodes()[0], master_nodes)
|
self.assertNotEqual(k8s.get_cluster_nodes()[0], master_nodes)
|
||||||
|
|
||||||
# add toleration to pods
|
# add toleration to pods
|
||||||
patch_toleration_config = {
|
patch_toleration_config = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue