in-toto / in-toto-jenkins-plugin

A Jenkins plugin to track steps and create in-toto link metadata
MIT License
5 stars 5 forks source link

Implemented integration test for grafeas transport to verify successful storage of links in grafeas server #9

Closed axif0 closed 2 months ago

axif0 commented 2 months ago

The integration test GrafeasTransportTestIT sets up a test environment by creating a mock URI for the Grafeas server and generating a sample link to be submitted. The test then submits the link using the submit() method of GrafeasTransport and verifies the response from the server.

It is the output snippet of mvn test image