summaryrefslogtreecommitdiffstats
path: root/nova/tests/api/openstack/compute/contrib/test_multinic_xs.py
Commit message (Collapse)AuthorAgeFilesLines
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
| | | | | | Update all references of "LLC" to "Foundation". Change-Id: I009e86784ef4dcf38882d64b0eff484576e04efe
* Speed up api.openstack.compute.contrib testsStanislaw Pitucha2012-10-241-4/+9
| | | | | | | | | | Use init_only parameter to select the minimal number of extensions and resources needed for test execution. Improvement on a test machine was from 59.770s to 15.218s (508 tests). Implements bp:api-tests-speed Change-Id: Id27bd5c29eaee1ef7225b7aeb43210063aaf0d4e
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-6/+5
| | | | | | | | | | | Implements blueprint use-common-jsonutils 1. Edit openstack-common.conf and import nova/openstack/common/jsonutils.py 2. Remove json package imports and replace with jsonutils Places where using json.load hasn't changed. Change-Id: Ie6feab605fb0474fd505c56ef57b7a9ecfa5269d
* Remove unnecessary variables from testsJohannes Erdfelt2012-03-011-2/+0
| | | | Change-Id: Id83ea12ee89ee6511277aa2f0929f9bedb8f638b
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-0/+113
* Moves openstack/v2 directory to compute and fixes tests accordingly * Moves some code from api/openstack/compute to shared location, for use by volume api * Implements basic volume functionality for types, volumes, and snapshots * Changes service name from osapi to osapi_compute (and adds osapi_volume) * Renames nova-api-os to nova-api-os-compute, adds nove-api-os-volume * Separate extension mechanism for compute and volume ** Removes flag osapi_extension and replaces with osapi_compute_extension and osapi_volume_extension * Updates the paste config * Fixes setup.py to include nova-os-api-compute and nova-os-api-volume * Fix bug in volume version code that occurred as result of trunk merge * Update integrated/test_volumes.py to use new endpoint Change-Id: I4c2e57c3cafd4e1a9e2ff3ce201c8cf28326afcd