~ubuntu-branches/ubuntu/vivid/horizon/vivid

« back to all changes in this revision

Viewing changes to openstack_dashboard/test/test_data/sahara_data.py

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-03-30 11:12:29 UTC
  • mfrom: (0.14.1) (0.12.2) (76.1.7 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20150330111229-08du2zlqf9khi4k5
Tags: 1:2015.1~b3-0ubuntu1
* New upstream milestone release:
  - d/control: All version requirements with upstream, drop dependency
    on lockfile.
  - Refresh xstatic assets.
  - d/p/*: Refresh.
* d/pydist-overrides: Add overrides for oslo packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    TEST.job_binaries = utils.TestDataContainer()
35
35
    TEST.jobs = utils.TestDataContainer()
36
36
    TEST.job_executions = utils.TestDataContainer()
37
 
    TEST.registered_images = copy.deepcopy(TEST.images)
 
37
    TEST.registered_images = copy.copy(TEST.images)
38
38
 
39
39
    plugin1_dict = {
40
40
        "description": "vanilla plugin",
126
126
        "volume_mount_prefix": "/volumes/disk",
127
127
        "volumes_per_node": 0,
128
128
        "volumes_size": 0,
129
 
        "security_groups": []
 
129
        "security_groups": [],
 
130
        "volumes_availability_zone": None,
130
131
    }
131
132
 
132
133
    ngt1 = node_group_templates.NodeGroupTemplate(
165
166
                "updated_at": None,
166
167
                "volume_mount_prefix": "/volumes/disk",
167
168
                "volumes_per_node": 0,
168
 
                "volumes_size": 0
 
169
                "volumes_size": 0,
 
170
                "volumes_availability_zone": None,
169
171
            },
170
172
            {
171
173
                "count": 2,
183
185
                "updated_at": None,
184
186
                "volume_mount_prefix": "/volumes/disk",
185
187
                "volumes_per_node": 0,
186
 
                "volumes_size": 0
 
188
                "volumes_size": 0,
 
189
                "volumes_availability_zone": None,
187
190
            }
188
191
        ],
189
192
        "plugin_name": "vanilla",
243
246
                "volume_mount_prefix": "/volumes/disk",
244
247
                "volumes_per_node": 0,
245
248
                "volumes_size": 0,
246
 
                "security_groups": []
 
249
                "security_groups": [],
 
250
                "volumes_availability_zone": None,
247
251
            },
248
252
            {
249
253
                "count": 2,
284
288
                "volume_mount_prefix": "/volumes/disk",
285
289
                "volumes_per_node": 0,
286
290
                "volumes_size": 0,
287
 
                "security_groups": ["b7857890-09bf-4ee0-a0d5-322d7a6978bf"]
 
291
                "security_groups": ["b7857890-09bf-4ee0-a0d5-322d7a6978bf"],
 
292
                "volumes_availability_zone": None,
288
293
            }
289
294
        ],
290
295
        "plugin_name": "vanilla",