aboutsummaryrefslogtreecommitdiffstats
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2018-01-02README - update nodes dependencyGabriel Ganne1-0/+11
Change-Id: I53766ba12d8eb5fcc11f4c66b8e6dd0fcb112785 Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
2017-12-20README warn against virtualenv --system-site-packagesGabriel Ganne1-2/+7
If using --system-site-packages, some system python modules may conflict with the ones required. For example, the python modules paramiko and gssapi conflict: if you have both, then "import paramiko" will fail while looking for gssapi exceptions. Also rename the sample topology to use the *.example available the available topologies. "topology.yaml.example" does not exist. Change-Id: I816177f305ad6f4675c12c64d49d04f075bee817 Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
2016-06-02CSIT-114: Eliminate repeated download of PIP packagesCarsten Koester1-1/+1
Allow VirtualEnv to use existing system-wide packages if they already exist. Change-Id: I6f39178d56e81affea0bee7b9065bef66712ddaa Signed-off-by: Carsten Koester <ckoester@cisco.com>
2016-02-17Test VIRL connection.Stefan Kobza1-1/+1
Change-Id: I812ff9c8c9669b63907469c643c839e8bd3b419a Signed-off-by: Stefan Kobza <skobza@cisco.com>
2016-02-08New version of RF tests.Stefan Kobza1-0/+35
Change-Id: I241a2b7a7706e65f71cfd4a62e2a40f053fc5d07 Signed-off-by: Stefan Kobza <skobza@cisco.com>