Versions Compared

Key

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

...

(b) Download functest and x-testing on TGEN-VM

  1. sudo apt install python-virtualenv docker.io git
  2. virtualenv xtesting

  3. . xtesting/bin/activate

  4. pip install ansible

  5. ansible-galaxy install collivier.xtesting

  6. git clone https://gerrit.opnfv.org/gerrit/functest-xtesting functest-xtesting-src

(c) Download Storperf on TGEN_VM

  1. wget https://raw.githubusercontent.com/opnfv/storperf/master/docker-compose/docker-compose.yaml
  2. wget https://raw.githubusercontent.com/opnfv/storperf/master/docker-compose/create-compose.py


(d) Other Tools

  1. docker on TGen-VM

Handson-Session-1: QTIP and Storperf

...