bharath <[email protected]> wrote:

Hi,

when running tox "sudo -u stack -H tox -e api neutron.tests.api.test_vpnaas_extensions" test cases are failing with Error " setUpClass (neutron.tests.api.test_vpnaas_extensions.VPNaaSTestJSON) ... SKIPPED: Neutron support is required"

I even tried setting tempest_config_dir as below, still i am hitting the issue.

[testenv:api]
basepython = python2.7
passenv = {[testenv]passenv} TEMPEST_CONFIG_DIR
setenv = {[testenv]setenv}
         OS_TEST_PATH=./neutron/tests/api
         TEMPEST_CONFIG_DIR={env:TEMPEST_CONFIG_DIR:/opt/stack/tempest/etc}
         OS_TEST_API_WITH_REST=1


Can someone help me out


Does your /opt/stack/tempest/etc have tempest configured to run tests for neutron?

Ihar

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to