X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Ftests%2Ftest_osc_2_1_0.py;h=b54e417ec5a75608db82b82606936e9304219e42;hb=8873ea581307f1544b6ece3cb31b78c781ae032e;hp=f5222c967ac38a4170eac711bcdbedcfdeb87960;hpb=839ca3b917396650cf5623a4bf5e88318f7cb435;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/tests/test_osc_2_1_0.py b/near-rt-ric-simulator/tests/test_osc_2_1_0.py index f5222c9..b54e417 100644 --- a/near-rt-ric-simulator/tests/test_osc_2_1_0.py +++ b/near-rt-ric-simulator/tests/test_osc_2_1_0.py @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== # Copyright (C) 2021-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023-2024 OpenInfra Foundation Europe. All Rights Reserved # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -604,6 +605,9 @@ def test_sendstatus(client): test_data = get_testdata_dir() + 'pi2.json' header = { "Content-Type" : "application/json" } + # Timeout can be removed with polling the endpoints if required + proc.join(timeout=10) + # === Send status for pi2=== with open(test_data) as json_file: payload = json.load(json_file)