Skip to content

Commit

Permalink
Updated V2V adapt E2E test criteria to match the new V2V adaptation m…
Browse files Browse the repository at this point in the history
…odule output format. (#1406)
  • Loading branch information
zoran15 committed Oct 27, 2020
1 parent a7b7463 commit 6ce8c53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions daisy_integration_tests/v2v_adapt_windows.wf.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"Name": "worker",
"SerialOutput": {
"Port": 4,
"SuccessMatch": " \"status\": \"success\"",
"SuccessMatch": " \"status\": \"SUCCESS\",",
"StatusMatch": " ",
"FailureMatch": [" \"status\": \"error\""]
"FailureMatch": [" \"status\": \"ERROR\""]
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions daisy_integration_tests/v2v_adapt_windows_byol.wf.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"Name": "worker",
"SerialOutput": {
"Port": 4,
"SuccessMatch": " \"status\": \"success\"",
"SuccessMatch": " \"status\": \"SUCCESS\",",
"StatusMatch": " ",
"FailureMatch": [" \"status\": \"error\""]
"FailureMatch": [" \"status\": \"ERROR\""]
}
}
],
Expand Down

0 comments on commit 6ce8c53

Please sign in to comment.