]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Testcase of listing collection shouldn't depend on default order of db query
authorHe Jie Xu <xuhj@linux.vnet.ibm.com>
Sun, 4 Nov 2012 08:21:36 +0000 (16:21 +0800)
committerHe Jie Xu <xuhj@linux.vnet.ibm.com>
Mon, 5 Nov 2012 05:52:42 +0000 (13:52 +0800)
commit94a068b424dcbbf754a3c56134abd77a60d49777
tree5460aca96911353802760ea2c61ff2a4832420f6
parent4b98f0f9367ca21151365e8abcd0e06d78adea29
Testcase of listing collection shouldn't depend on default order of db query

When adding sort feature for quantum, found some testcase of listing
collection depend on default order of db query. Fix those testcase for
ports, networks, and subnets.

Change-Id: Ifefb80dc4a20e27b861c693226b967947bac1a5a
quantum/tests/unit/test_db_plugin.py