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

Kiali-QE/kiali-e2e-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •