diff options
author | morganrol <morgan.richomme@orange.com> | 2021-03-18 18:16:51 +0100 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-03-18 18:32:06 +0100 |
commit | 5e3ded022f3aa6de7594c1dcd8708d70bfc12fec (patch) | |
tree | 81351fa8e8d780afb5a4225b42e668755386c8ba /setup.cfg | |
parent | 21e709c2619d78eae77fa4c63f0f48127aac8a25 (diff) |
[PNF] Extend timer before sending request to simulator
Tests done on daily Guilin shows that the simulator takes some seconds
to start, so we shoudl not send immediately the regsitration request to
the simu
A retry mechanism could be implemented
meanwhile the extension of the timer seems to be enough
Issue-ID: INT-1822
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I648f3d3401206b79190b431d35f83c506788bfaa
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,4 +50,4 @@ xtesting.testcase = basic_cds = onaptests.scenario.cds_blueprint_enrichment:CDSBlueprintEnrichment clearwater_ims = onaptests.scenario.clearwater_ims:ClearwaterIms basic_onboard = onaptests.scenario.basic_onboard:BasicOnboard - basic_pnf = onaptests.scenario.pnf_macro:PnfMacro
\ No newline at end of file + pnf_macro = onaptests.scenario.pnf_macro:PnfMacro |