eu-nebulous / nebulous

The main repository of the NebulOuS Meta Operating System project.
https://nebulouscloud.eu
Mozilla Public License 2.0
0 stars 0 forks source link

[TC_28] NebulOuS manages the execution of IoT data processing pipelines #51

Open jchmielewska opened 2 months ago

jchmielewska commented 2 months ago

Objective:

Preconditions:

Steps:

  1. Action:
    • User logs in into NebulOuS web UI and launches an instance of the application “Scaling APP”.

Expected Result:

  1. Action:
    • User publishes a message to the pub/sub queue “stream_input” of the application, with the body {“group”:”g1”,”t”:10}

Expected Result:

  1. Action:
    • User publishes a burst of 500 messages to the pub/sub queue “stream_input” of the application, with a fixed value for “t” (10) and different values for “group” (“g1”,”g2”,”g3”)

Expected Result:

jchmielewska commented 2 months ago