diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-08-09 12:57:18 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-08-12 10:38:39 +0100 |
commit | d3c1e7246ab4f41cf3dad97e559ca2736b0014cf (patch) | |
tree | 2a41a6c8d2a9e74bb43e20317e82eb91fe80887c /csit/tests/cps-data-sync | |
parent | b1f0ce6087490d4fb6cd9a97e73274eda03ebdf4 (diff) |
Fix CSIT build failure
- Doubling the CmHandle wait time to check for READY state
- commenting the data operations header condition to check for source and to be investigated separately
Issue-ID: CPS-2363
Change-Id: I1de8c61569444df7450af1142d8589e90d309340
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'csit/tests/cps-data-sync')
-rw-r--r-- | csit/tests/cps-data-sync/cps-data-sync.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/tests/cps-data-sync/cps-data-sync.robot b/csit/tests/cps-data-sync/cps-data-sync.robot index 2de03b0739..6fc1876421 100644 --- a/csit/tests/cps-data-sync/cps-data-sync.robot +++ b/csit/tests/cps-data-sync/cps-data-sync.robot @@ -38,7 +38,7 @@ ${ncmpBasePath} /ncmp Check if ietfYang-PNFDemo is READY ${uri}= Set Variable ${ncmpBasePath}/v1/ch/ietfYang-PNFDemo ${headers}= Create Dictionary Authorization=${auth} - Wait Until Keyword Succeeds 10sec 100ms Is CM Handle READY ${uri} ${headers} ietfYang-PNFDemo + Wait Until Keyword Succeeds 20sec 200ms Is CM Handle READY ${uri} ${headers} ietfYang-PNFDemo Operational state goes to UNSYNCHRONIZED when data sync (flag) is enabled ${uri}= Set Variable ${ncmpBasePath}/v1/ch/ietfYang-PNFDemo/data-sync |