Well, actually that was a simple one, since I needed only to comment the next line: *@decorators.skip_because(bug="1610994")*
And that is it. Thanks! :) 2016-10-20 8:52 GMT+03:00 Lenny Verkhovsky <[email protected]>: > Hi Joseph, > > > > You can try deleting line[1] in > tempest/tempest/scenario/test_network_basic_ops.py > > > And rerunning the test [2] > > > > [1] https://github.com/openstack/tempest/blob/ > b6508962595dc1dcf351ec5a7316401786625fea/tempest/scenario/ > test_network_basic_ops.py#L416 > > [2] testr run tempest.scenario.test_network_basic_ops.TestNetworkBasicOps. > test_connectivity_between_vms_on_different_networks > > > > > > > > > > *From:* Yossi Tamarov [mailto:[email protected]] > *Sent:* Wednesday, October 19, 2016 10:49 PM > *To:* [email protected] > *Subject:* [openstack-dev] Running a skipped tempest test: > test_connectivity_between_vms_on_different_networks > > > > Hello everyone, > > Is there a way to force this tempest test to run? > > tempest.scenario.test_network_basic_ops.TestNetworkBasicOps. > test_connectivity_between_vms_on_different_networks > > > > Currently, I'm trying to run the next command, which is followed by the > next outputׄ > > Thanks for any help, > > Joseph. > > * [root@devel tempest]# ostestr --regex > '(?!.*\[.*\bslow\b.*\])('tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks')'* > > *running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \* > > *OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \* > > *OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \* > > *OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \* > > *${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} > ${OS_TEST_PATH:-./tempest/test_discover} --list* > > *running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \* > > *OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \* > > *OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \* > > *OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \* > > *${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} > ${OS_TEST_PATH:-./tempest/test_discover} --load-list /tmp/tmphXpVFo* > > *{0} > tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks > ... SKIPPED: Skipped until Bug: 1610994 is resolved.* > > > > *======* > > *Totals* > > *======* > > *Ran: 1 tests in 6.0000 sec.* > > * - Passed: 0* > > * - Skipped: 1* > > * - Expected Fail: 0* > > * - Unexpected Success: 0* > > * - Failed: 0* > > *Sum of execute time for each test: 0.0006 sec.* > > > > *==============* > > *Worker Balance* > > *==============* > > * - Worker 0 (1 tests) => 0:00:00.000619* > > > > *No tests were successful during the run* > > > > *Slowest Tests:* > > > > *Test id > > Runtime (s)* > > *------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > -----------* > > *tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network] > 0.001* > > > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
