Skip to content

Commit d236a78

Browse files
committed
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
1 parent b7f6205 commit d236a78

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

  • openstackclient/tests/compute/v2

openstackclient/tests/compute/v2/fakes.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@
4646
'links': extension_links,
4747
}
4848

49-
flavor_id = 'm1.large'
50-
flavor_name = 'Large'
51-
flavor_ram = 8192
52-
flavor_vcpus = 4
53-
54-
FLAVOR = {
55-
'id': flavor_id,
56-
'name': flavor_name,
57-
'ram': flavor_ram,
58-
'vcpus': flavor_vcpus,
59-
}
60-
6149
floating_ip_num = 100
6250
fix_ip_num = 100
6351
injected_file_num = 100

0 commit comments

Comments
 (0)