Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 383 Bytes

File metadata and controls

11 lines (8 loc) · 383 Bytes

Running Unit Test Suite

  • cd /python
  • export PYTHONPATH=$PYTHONPATH:$(pwd)

python unit_test_suite.py <path to OS source file (REQUIRED)> <optional proxy settings (host:port)>

Running individual Tests in IDE

  • Set your OpenStack environment's endpoint and credentials in /python/openstack/tests/conf/os_env.yaml
  • execute

more to come...