kiali-e2e/
: Root directorytests
: Testsutils
: Support utilitiesconf
: Environment configurationassets
: Routing yaml's used by tests
- Dependencies that will need to be available prior to running this test suite
oc
python 3.6
# Clone this repository
$ git clone https://github.com/Kiali-QE/kiali-qe-rest.git
$ cd kiali-qe-rest/
# Create virtual environment
$ virtualenv .env-e2e
# Enable virtual environment
$ source .env-e2e/bin/activate
# Install requirements
$ pip install -U pip
$ pip install -r requirements.txt
# Update conf/env.yaml with kiali hostname and credentials
# Login to Openshift Cluster
$ oc login https://<openshift>:8443 --username=<username> --password=<password> --insecure-skip-tls-verify=true
# run all tests
$ pytest -s tests/