From c5301a7a2e890fed97ffe04b40ccbe331e7f4a0b Mon Sep 17 00:00:00 2001 From: spisarski Date: Wed, 15 Feb 2017 12:07:07 -0700 Subject: 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 Change-Id: I4137b8591e4ae63e40674a7f5f8243d928efee0c Signed-off-by: spisarski --- docs/Testing.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 docs/Testing.md (limited to 'docs/Testing.md') 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 / - ``` - - -## Execute the tests - - ``` - cd - 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 : - * -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. -- cgit 1.2.3-korg