Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • run-csit.sh: the shell script that executes a particular CSIT test suite
  • plans/: contains the definitions of what is invoked by each test plan
  • tests/: contains the test suites written using the Robot Framework 
  • scripts/: contains various shared shell scripts that support the test plans

System Prerequisites

Make sure that your environment has the following packages installed:

Code Block
languagebash
sudo apt install python-pip virtualenv unzip sshuttle netcat libffi-dev libssl-dev

Setting Up the Test

Test plans are defined under the plans/ directory.

...