diff options
| author | Tang Chen <tangchen@cn.fujitsu.com> | 2015-11-28 16:33:11 +0800 |
|---|---|---|
| committer | Tang Chen <tangchen@cn.fujitsu.com> | 2015-11-28 16:52:03 +0800 |
| commit | d236a783d250ccbe51da2914e438ee37976886a2 (patch) | |
| tree | b7c9da53af2394922ff00c950f79e5802071660e /openstackclient | |
| parent | b7f62058ad19ccba6574c5f791d87620e62be6ea (diff) | |
| download | python-openstackclient-d236a783d250ccbe51da2914e438ee37976886a2.tar.gz | |
Remove old fake flavor data.
The new class FakeFlavor has been introduced to fake one or more flavors.
So use it and remove the old fake flavor data.
Change-Id: Ie3a33b36ae6e597c6a0b1d17ad13c73cf4b73bc9
Implements: blueprint improve-flavor-unit-test
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/tests/compute/v2/fakes.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/openstackclient/tests/compute/v2/fakes.py b/openstackclient/tests/compute/v2/fakes.py index ffa2f95e..0d6cd430 100644 --- a/openstackclient/tests/compute/v2/fakes.py +++ b/openstackclient/tests/compute/v2/fakes.py @@ -46,18 +46,6 @@ EXTENSION = { 'links': extension_links, } -flavor_id = 'm1.large' -flavor_name = 'Large' -flavor_ram = 8192 -flavor_vcpus = 4 - -FLAVOR = { - 'id': flavor_id, - 'name': flavor_name, - 'ram': flavor_ram, - 'vcpus': flavor_vcpus, -} - floating_ip_num = 100 fix_ip_num = 100 injected_file_num = 100 |
