Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscchien committed Sep 25, 2024
1 parent caef9ab commit b6ae76c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions e2e/libs/keywords/k8s_keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,8 @@ def check_node_cordoned(self, node_name):
def force_drain_node_with_timeout(self, node_name, duration):
return force_drain_node_with_timeout(node_name, duration)

def check_drain_process_not_completed(self, drain_process):
return check_drain_process_not_completed(drain_process)

def get_instance_manager_on_node(self, node_name):
return get_instance_manager_on_node(node_name)

def get_drain_process_error_log(self, drain_process):
return get_drain_process_error_log(drain_process)

def check_instance_manager_pdb_not_exist(self, instance_manager):
return check_instance_manager_pdb_not_exist(instance_manager)
return check_instance_manager_pdb_not_exist(instance_manager)
2 changes: 1 addition & 1 deletion e2e/tests/negative/node_drain.robot
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Stopped replicas on deleted nodes should not be counted as healthy replicas when

When Force drain node 2
And The drain process not completed
And Check instance-manager pod is running on node 2 dataEngine=${DATA_ENGINE}
And Check instance-manager pod is running on node 2
And Drain logs should contain log=error when evicting pods/\"${instance_manager_name}
And Check volume 0 replica on node 2 exist

Expand Down

0 comments on commit b6ae76c

Please sign in to comment.