Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Latest commit

 

History

92 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiali E2E Tests

Project Structure

  • kiali-e2e/: Root directory
    • tests: Tests
    • utils: Support utilities
    • conf: Environment configuration
    • assets: Routing yaml's used by tests

Environment Setup

  • 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/

About

Kiali E2E

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages