Fantom-foundation / Norma

Integration project of Carmen and Tosca
GNU Lesser General Public License v3.0
2 stars 9 forks source link

Support minimal test scenario on main branch #259

Closed HerbertJordan closed 2 weeks ago

HerbertJordan commented 2 weeks ago

To establish a functional base level, a minimal scenario should be established to be reliably supported by the main branch of Norma. The scenario could look like this:

name: Sanity Check for Main
duration: 60

# In the network there is a single application producing constant load.
applications:
  - name: load
    type: counter
    start: 10          # start time
    end: 50            # termination time
    rate:
      constant: 20    # Tx/s

This test case shall from now on also server as a CI smoke test for code contributions (see #257).

rpl-ffl commented 2 weeks ago

https://github.com/Fantom-foundation/Norma/pull/256