tests/ci/rally-integrated.sh should accept args and transmit them to subunit.run

Bug #1435885 reported by Andrew McDermott
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rally
Fix Released
Wishlist
Unassigned

Bug Description

It would be nice to have ability to launch a single functional test(for example tests/functional/test_cli_task.py:TaskTestCase.test_list ) using tox, like

 $ tox -ecli -- tests.functional.test_cli_task.TaskTestCase.test_list

but this invokes 'tests/ci/rally-integrated.sh', which doesn't propagate any command line arguments.

Now launch a single functional test is possible via nosetests:

 $ cd tests/functional
 $ nosetests test_cli_task.py:TaskTestCase.test_list

but it is not convenient and it would better if this could be done using tox.

Tags: ci
description: updated
Changed in rally:
status: New → Triaged
importance: Undecided → Low
importance: Low → Wishlist
description: updated
tags: added: ci
Changed in rally:
assignee: nobody → Luz Cazares (luz-cazares)
Changed in rally:
assignee: Luz Cazares (luz-cazares) → nobody
Revision history for this message
Andriy Kurilin (andreykurilin) wrote :

it fixed in 0.5.0 by moving to pytest

Changed in rally:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.