diff --git a/docs/CodexHowTo.md b/docs/CodexHowTo.md new file mode 100644 index 00000000..6ef8384f --- /dev/null +++ b/docs/CodexHowTo.md @@ -0,0 +1,9 @@ +# Codex Tests - How To +Follow these steps to run the distributed tests for Codex. These tests should pass for any (future) release of Codex. + +## Build a docker image. +If you already have a dist-tests compatible docker image, skip this step. +![BuildImage](./CodexHowTo_BuildImage.png) + +## Run tests. +![RunTests](./CodexHowTo_RunReleaseTests.png) diff --git a/docs/CodexHowTo_BuildImage.png b/docs/CodexHowTo_BuildImage.png new file mode 100644 index 00000000..1742f6de Binary files /dev/null and b/docs/CodexHowTo_BuildImage.png differ diff --git a/docs/CodexHowTo_RunReleaseTests.png b/docs/CodexHowTo_RunReleaseTests.png new file mode 100644 index 00000000..4d7740dd Binary files /dev/null and b/docs/CodexHowTo_RunReleaseTests.png differ