From d90380c9b551356396c608da6f86ff16729cdbc5 Mon Sep 17 00:00:00 2001 From: Valerii Ponomarov Date: Mon, 15 Apr 2019 16:56:00 +0530 Subject: Add info about running TCs using py3 to the README.rst file Change-Id: I802a7438f531c709f0da3a8635b192e26bc883b4 --- README.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 650db173..dc7c32e1 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ Executing the test cases $ tests/glusterfs-containers-tests-config.yaml -* To run test cases in a virtual environment: +* To run test cases in a virtual environment using py2: .. code-block:: @@ -106,6 +106,16 @@ Executing the test cases tests/glusterfs-containers-tests-config.yaml \ '--pytest=-v -rsx tests' +* To run test cases in a virtual environment using py3: + + .. code-block:: + + $ python3 -m tox -e functional3 -- glusto -c \ + '--pytest=-v -rsx ' + + Note, that "tox" and other python packages should be installed + using pip3 - separate package installer than the one used for py2 (pip). + Writing tests in `glusterfs-containers-tests` ********************************************* -- cgit