Increase delay before PCE functional test start 67/104967/4
authorGilles Thouenon <gilles.thouenon@orange.com>
Sat, 18 Mar 2023 12:14:47 +0000 (13:14 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Sun, 26 Mar 2023 20:57:44 +0000 (22:57 +0200)
Wait a litle bit that the controller has finished to initialize all
bundles before loading test files in datastore.

Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I5b45c3e2762ce292de73995152835bd05c194cef

tests/transportpce_tests/pce/test01_pce.py

index cdfe103aa0791aa210d4ea66da4530f9d94508c7..32886a613376970a88e7b4217570e4db301c70d0 100644 (file)
@@ -90,6 +90,7 @@ class TransportPCEtesting(unittest.TestCase):
                 print("sample files content loaded")
 
         cls.processes = test_utils.start_tpce()
+        time.sleep(5)
 
     @classmethod
     def tearDownClass(cls):