Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 2

...

OS_PROJECT_DOMAIN_NAME: Domain name or ID containing project

export DOVETAIL_HOME=?

 

...

export testapi_port=<your_testapi_port>

 

/* Need to complete better description of each field ... */

...

% wget testingURL .... /* need some help */
scource ????????

2.2.3 Installing Prerequisite

...

/* reference web links to install python, git, ... */

 

  1. update( yum, apt-ge,pip) 

    1.  network are ready, package are ready

  2. install docker ( detail how to install docker)

 

2.2.4 Installing Dovetail

Now we are ready to install Dovetail. there are two ways for instllation: code installation and docker installation

...

.

...

/* Version of dovetail is not specified yet? we are still using the latest in the master - this needs to be fixed before launch. */

First, create a home directory for Dovetail,

% cd

% sudo mkdir dovetail

% export DOVETAIL_HOME=$HOME/dovetail 

% cd $DOVETAIL_HOME

sudo git clone https://git.opnfv.org/dovetail

...

/* steps missing in installing dovetail after the git clone */

sudo pip install -e ./     

to be completed

2.

...

3 Installing Dovetail Docker Container

TBD. Is this useful or necessary? It seems the overall complexity is about the same.

sudo docker run --privileged=true -it -v <openrc_path>:<openrc_path> \

-v /home/opnfv/dovetail/results:/home/opnfv/dovetail/results \

-v /home/opnfv/dovetail/userconfig:/home/opnfv/dovetail/userconfig \

-v /var/run/docker.sock:/var/run/docker.sock \

--name <DoveTail_Container_Name> (optional) \

opnfv/dovetail:<Tag> /bin/bash

explain: ?

2.2.5 DB

 

2.4 Running CVP Test Suite

The Dovetail client CLI allows the tester to specify which test suite to run.

...