コード例 #1
0
 def _setup_share_group_snapshot_data(self, share_group_snapshot=None,
                                      version='2.31'):
     if share_group_snapshot is None:
         share_group_snapshot = db_utils.create_share_group_snapshot(
             'fake_id', status=constants.STATUS_AVAILABLE)
     req = fakes.HTTPRequest.blank(
         '/v2/fake/share-group-snapshots/%s/action' %
         share_group_snapshot['id'], version=version)
     req.headers[wsgi.API_VERSION_REQUEST_HEADER] = version
     req.headers[wsgi.EXPERIMENTAL_API_REQUEST_HEADER] = 'True'
     return share_group_snapshot, req
コード例 #2
0
 def _setup_share_group_snapshot_data(self, share_group_snapshot=None,
                                      version='2.31'):
     if share_group_snapshot is None:
         share_group_snapshot = db_utils.create_share_group_snapshot(
             'fake_id', status=constants.STATUS_AVAILABLE)
     req = fakes.HTTPRequest.blank(
         '/v2/fake/share-group-snapshots/%s/action' %
         share_group_snapshot['id'], version=version)
     req.headers[wsgi.API_VERSION_REQUEST_HEADER] = version
     req.headers[wsgi.EXPERIMENTAL_API_REQUEST_HEADER] = 'True'
     return share_group_snapshot, req