diff --git a/.github/workflows/smoketest.yml b/.github/workflows/smoketest.yml index 3dd0afb3..e08ea6e5 100644 --- a/.github/workflows/smoketest.yml +++ b/.github/workflows/smoketest.yml @@ -66,11 +66,11 @@ jobs: uses: actions/checkout@v2 - name: Build hrp binary run: make build - - name: Run smoketest - postman echo - run: ./output/hrp boom examples/hrp/postman-echo.json --spawn-count 10 --spawn-rate 10 --loop-count 10 - - name: Run smoketest - data driven with parameterize mechanism + - name: Run smoketest - run with parameters + run: ./output/hrp run examples/hrp/parameters_test.json + - name: Run smoketest - boom with parameters run: ./output/hrp boom examples/hrp/parameters_test.json --spawn-count 10 --spawn-rate 10 --loop-count 10 - - name: Run smoketest - rendezvous + - name: Run smoketest - boom with rendezvous run: | ./output/hrp boom examples/hrp/rendezvous_test.json --spawn-count 10 --spawn-rate 10 --loop-count 10 - name: Run hrp convert --pytest