You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Test Cases ***
Bag with nested bag
Bag message client
u8 element 1
u8 element2 42
u8 element3 1
u8 first 12
u8 second 55
Client sends message
Bag message server with minimums with nested bag
${msg}= Server receives message # Unable to decode bag value.
*** Keywords ***
Bag message client
New message ConditionalExample Example header:messageType:0xb0b0
Bag message server with minimums with nested bag
New message ConditionalExample Example header:messageType:0xb0b0
Start bag intBag
case 1 u8 foo 42
case 1-2 u8 bar 1
case * Nested bag
End bag
Nested bag
Start bag intBag
case 1 u8 first
case 1 u8 second 55
End bag
==============================================================================
Tests
==============================================================================
Tests.Test
==============================================================================
Bag with nested bag | FAIL |
Unable to decode bag value.
------------------------------------------------------------------------------
Tests.Test | FAIL |
1 test, 0 passed, 1 failed
==============================================================================
Tests | FAIL |
1 test, 0 passed, 1 failed
==============================================================================
The text was updated successfully, but these errors were encountered:
Based on
bags.robot
testsThe text was updated successfully, but these errors were encountered: