Skip to content

Commit

Permalink
updated automated-testing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelp1986 committed Oct 28, 2023
1 parent c05210b commit ecf90a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/automated-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit ecf90a1

Please sign in to comment.