kata-containers/docs/presentations/unit-testing
Gabriela Cervantes c270df7a9c docs: Remove jenkins reference from unit testing presentation
This PR removes the jenkins reference from unit testing presentation
as this is not longer supported on the kata containers project.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2024-07-01 20:26:35 +00:00
..
kata-containers-unit-testing.md docs: Remove jenkins reference from unit testing presentation 2024-07-01 20:26:35 +00:00
README.md docs: Add unit testing presentation 2022-03-01 15:52:03 +00:00

Kata Containers unit testing presentation

Markdown version

See the Kata Containers unit testing presentation.

To view as an HTML presentation

$ infile="kata-containers-unit-testing.md"
$ outfile="/tmp/kata-containers-unit-testing.html"
$ pandoc -s --metadata title="Kata Containers unit testing" -f markdown -t revealjs --highlight-style="zenburn" -i -o "$outfile" "$infile"
$ xdg-open "file://$outfile"