Skip to content

Commit

Permalink
disable firewall fix
Browse files Browse the repository at this point in the history
Change-Id: Ib239776bdf3cf538690c8a91f54050ee34b27846
Reviewed-on: https://review.couchbase.org/c/testrunner/+/173661
Tested-by: Couchbase QE
Reviewed-by: Arunkumar Senthilnathan <arun.couchbase@yahoo.com>
  • Loading branch information
pavithra-mahamani committed Apr 14, 2022
1 parent 368886c commit da8a088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytests/xdcr/xdcrnewbasetests.py
Expand Up @@ -304,11 +304,11 @@ def disable_firewall(
def reboot_server(server, test_case, wait_timeout=60):
remote_client = RemoteMachineShellConnection(server)
remote_client.reboot_node()
remote_client.disconnect()
# wait for restart and warmup on all node
ClusterOperationHelper.wait_for_ns_servers_or_assert([server], test_case, wait_if_warmup=True)
# disable firewall on these nodes
NodeHelper.disable_firewall(server)
remote_client.disable_firewall()
remote_client.disconnect()

@staticmethod
def enable_firewall(
Expand Down

0 comments on commit da8a088

Please sign in to comment.