[openstack-dev] [Horizon] how to add unmerged dependency to test-requirements

2013-07-31 Thread Kuang-Ching Wang
Hi, I am working on fwaas Horizon support, which requires fwaas CLI to work. Since fwaas CLI has not been merged (though it is functional), is there anyway I can specify the dependency in horizon/test-requirements file, such that Jenkins would be able to run for my horizon patch. Thanks! KC

Re: [openstack-dev] [horizon] namespace error in unit test

2013-07-29 Thread Kuang-Ching Wang
I solved my own problem - I missed to enable my service in test/settings.py. Thanks, KC On Jul 29, 2013, at 3:45 PM, Kuang-Ching Wang wrote: I got the following error in running unit test. == ERROR: Failure

[openstack-dev] [OpenStack][python-quantumclient] running tox in python-quantumclient

2013-06-23 Thread Kuang-Ching Wang
Hi, I am trying to run a unit test for a module I am developing. When I did the following, it showed commands passed, but in fact my test is not being run since even if I put random bogus file names or bugs in the test, it still shows passed. under python-quantumclient/, I did the following.