Skip to content

Commit

Permalink
adapt HP test
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiSubira committed Mar 5, 2024
1 parent 43f4650 commit 34ed97e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions acceptance/hidden_paths/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Copyright 2020 Anapaya Systems

import time
import http.server
import threading

Expand Down Expand Up @@ -125,14 +126,11 @@ def setup_start(self):
self._server = server

super().setup_start()
time.sleep(10) # Give applications time to download configurations
time.sleep(10) # TODO(JordiSubira): Rebase this with PR 4477

server.shutdown()

def _run(self):
self.await_connectivity()
self._server.shutdown() # by now configuration must have been downloaded everywhere

# Group 3
self._showpaths_bidirectional("2", "3")
self._showpaths_bidirectional("2", "5")
Expand Down

0 comments on commit 34ed97e

Please sign in to comment.