Bug 1042481

Summary: [RFE][neutron]: Fix tests for Cisco Plugin and move the to proper place to make runable
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/neutron/+spec/cisco-fix-tests
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_superseded
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:16:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 22:24:42 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/neutron/+spec/cisco-fix-tests.

Description:

Cisco Plugin for Quantum has a number of unit tests which have the following problems:


1) They are placed inside quantum/plugins/cisco/tests directory and thus they are not executed by OpenStack CI test runner

2) Several tests are outdated and thus broken. (This can be seen by running "python 
quantum/plugins/cisco/run_tests.py" )


To make plugin code more stable it would be nice to:


1) Fix all tests in quantum/plugins/cisco/tests

2) Move them to quantum/tests/unit/cisco to make test runner "see" and execute them and thus prevent possible harmful code modifications in code which they are intended to cover


Specification URL (additional information):

None