diff options
author | Steven Pisarski <s.pisarski@cablelabs.com> | 2017-02-17 16:57:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-17 16:57:08 +0000 |
commit | 7aaba119cdca72819108ea1e94a6a7fc0224e079 (patch) | |
tree | fbad6efcf69745ac524de9a08c3296743b988dcc /docs/Testing.md | |
parent | 906f2bd9f82de261b2871e7877b0694da4331091 (diff) | |
parent | c5301a7a2e890fed97ffe04b40ccbe331e7f4a0b (diff) |
Merge "Converted existing markdown documentation to RST format. Removed MD versions. Moved examples directory up one under repo root Moved RST files under docs/how-to-use"
Diffstat (limited to 'docs/Testing.md')
-rw-r--r-- | docs/Testing.md | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/Testing.md b/docs/Testing.md deleted file mode 100644 index 7fdbbf2..0000000 --- a/docs/Testing.md +++ /dev/null @@ -1,37 +0,0 @@ -# Running Unit Test Suite -These tests are written in Python and require an that it is setup before running the tests. -See [install directions](index.md) for Python installation instructions. - -## Start by cloning the snaps-provisioning repository - - ``` - git clone https://gerrit.cablelabs.com/snaps-provisioning - ``` - -## Install Library - - ``` - pip install -e <path to repo>/ - ``` - - -## Execute the tests - - ``` - cd <path to repo> - python snaps/unit_test_suite.py -e [path to RC file] -n [external network name] - ``` - * All Supported Arguments - * -e [required - The path to the OpenStack RC file] - * -n [required - The name of the external network to use for routers and floating IPs] - * -p [optional - the proxy settings if required. Format <host>:<port> - * -s [optional - the proxy command used for SSH connections] - * -l [(default INFO) The log level] - * -k [optional - When set, tests project and user creation. Use only if host running tests has access to the cloud's admin network] - * -f [optional - When set, will not execute tests requiring Floating IPS] - * -u [optional - When set, the unit tests will be executed] - -# Test descriptions -## [Unit Testing] (UnitTests.md) - Tests that do not require a connection to OpenStack -## [OpenStack API Tests] (APITests.md) - Tests many individual OpenStack API calls -## [Integration Tests] (IntegrationTests.md) - Tests OpenStack object creation in a context. These tests will be run within a custom project as a specific user. |