Skip to content

Commit

Permalink
fix(uat): add steps for t22
Browse files Browse the repository at this point in the history
  • Loading branch information
auarbekov committed Jul 21, 2023
1 parent dfa284f commit 8ccc2d6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1303,6 +1303,10 @@ Feature: GGMQ-1
When I publish from "large_payload_publisher" to "${large_payload_publisher}topic/to/iotcore" with qos 1 and large message with beginning of "Hello world1" with length 130098
Then message beginning with "Hello world1" and with length 130098 received on "large_payload_publisher" from "${large_payload_publisher}topic/to/iotcore" topic within 10 seconds

And I subscribe "large_payload_publisher" to "topic_for_large_message" with qos 0
When I publish from "large_payload_publisher" to "topic_for_large_message" with qos 1 and large message with beginning of "Message Larger than 128KB" with length 140000
Then message beginning with "Message Larger than 128KB" and with length 140000 received on "large_payload_publisher" from "topic_for_large_message" topic within 10 seconds

@mqtt3 @sdk-java
Examples:
| mqtt-v | name | agent | recipe |
Expand Down

0 comments on commit 8ccc2d6

Please sign in to comment.