Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Emmanuel Mathot edited this page Nov 11, 2020 · 11 revisions

Getting started ⚡️

Test Site Preparation

The Test Suite and the Test Scenarios are executed from a Test Site which can be any computer anywhere.

Using a container

It is higly recommended to use the Test Suite from a container to ensure benchmark isolation. The Test Suite is packaged and delivered as a Docker image ready to run Test Scenarios.

You can either

👷‍♀️ Build and deploy your own Test Suite

or

🚢 Use the latest release version available on Docker Hub as esacdab/testsuite:latest

Pull the latest version of the image with this command

$ docker pull esacdab/testsuite:latest

latest: Pulling from esacdab/testsuite
af4b0a2388c6: Already exists
c62fd00f9e96: Pulling fs layer
6689ef7e656b: Pulling fs layer
...
Digest: sha256:5b0f66149f946884af5a9993abe17ff7c2717070c6b2fd9b95091301e3016de4
Status: Downloaded newer image for esacdab/testsuite:latest
docker.io/esacdab/testsuite:latest

In this guide, we assume using a locally packaged Test Suite so we will refer to esacdab/testsuite:latest as the docker image. Please substitute with your image tag.

⏭️ Next step: Run your first Test Scenario

Clone this wiki locally