diff --git a/.github/workflows/automated-testing.yaml b/.github/workflows/automated-testing.yaml index 1f2114f..0609133 100644 --- a/.github/workflows/automated-testing.yaml +++ b/.github/workflows/automated-testing.yaml @@ -29,7 +29,7 @@ jobs: out-file-path: "${{ runner.temp}}" extract: true - - name: Run Automated Testing + name: Registry API Testing run: | # cd $GITHUB_WORKSPACE/docker/certs # ./generate-certs.sh @@ -52,8 +52,12 @@ jobs: # curl "localhost:8080/products/urn:nasa:pds:mars2020.spice::6.0" # curl "localhost:8080/products/urn:nasa:pds:insight.spice::15.0" # curl "localhost:8080/products/urn:esa:psa:em16_spice::6.0" - + - + name: Harvest Testing + id: harvest + run: | # registry#226 As a system, I can support up to 25 simultaneous writes from Harvest # cd $GITHUB_WORKSPACE/docker/scripts # python harvest_stress_test.py --command "harvest_command_here" --runs 25 + echo tag_name: ${{ steps.harvest.outputs.tag_name}} ${{ runner.temp}}/harvest-3.8.0/bin/harvest --version