]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
pass static to argv to quantum-debug config parser
authorMark McClain <mark.mcclain@dreamhost.com>
Wed, 21 Nov 2012 18:16:37 +0000 (13:16 -0500)
committerMark McClain <mark.mcclain@dreamhost.com>
Wed, 21 Nov 2012 18:26:41 +0000 (13:26 -0500)
commit080394ae5347d0e60475511d17550e3115890185
tree996b99b05f5b40da67909fc5962c86f76eb44084
parentbe77fd3f47edcb83a44340ae8c1d033cb5dd6817
pass static to argv to quantum-debug config parser

fixes bug 1079609

The quantum-debug tests were using the test runners sys.argv instead of
creating a known value.  This fix passes a fake argv to parse.

Change-Id: Iaae7292057b839f64e172504a55034a0d9272918
quantum/tests/unit/test_debug_commands.py