pulp_2to3_migration_client 0.2.0b3.dev01590500248 → 0.2.0b3.dev01590586626

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/docs/InlineResponse200.md +1 -1
  4. data/docs/InlineResponse2001.md +1 -1
  5. data/docs/InlineResponse2002.md +1 -1
  6. data/docs/MigrationPlansApi.md +4 -4
  7. data/docs/Pulp2contentApi.md +2 -2
  8. data/docs/Pulp2repositoriesApi.md +2 -2
  9. data/docs/Pulp2to3MigrationMigrationPlanRead.md +21 -0
  10. data/docs/{Pulp2to3MigrationPulp2Content.md → Pulp2to3MigrationPulp2ContentRead.md} +2 -2
  11. data/docs/{Pulp2to3MigrationPulp2Repository.md → Pulp2to3MigrationPulp2RepositoryRead.md} +2 -2
  12. data/lib/pulp_2to3_migration_client.rb +3 -2
  13. data/lib/pulp_2to3_migration_client/api/migration_plans_api.rb +6 -6
  14. data/lib/pulp_2to3_migration_client/api/pulp2content_api.rb +3 -3
  15. data/lib/pulp_2to3_migration_client/api/pulp2repositories_api.rb +3 -3
  16. data/lib/pulp_2to3_migration_client/models/inline_response200.rb +1 -1
  17. data/lib/pulp_2to3_migration_client/models/inline_response2001.rb +1 -1
  18. data/lib/pulp_2to3_migration_client/models/inline_response2002.rb +1 -1
  19. data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan_read.rb +231 -0
  20. data/lib/pulp_2to3_migration_client/models/{pulp2to3_migration_pulp2_content.rb → pulp2to3_migration_pulp2_content_read.rb} +3 -3
  21. data/lib/pulp_2to3_migration_client/models/{pulp2to3_migration_pulp2_repository.rb → pulp2to3_migration_pulp2_repository_read.rb} +3 -3
  22. data/lib/pulp_2to3_migration_client/version.rb +1 -1
  23. data/pulpcore/client/pulp_2to3_migration/__init__.py +3 -2
  24. data/pulpcore/client/pulp_2to3_migration/api/migration_plans_api.py +6 -6
  25. data/pulpcore/client/pulp_2to3_migration/api/pulp2content_api.py +3 -3
  26. data/pulpcore/client/pulp_2to3_migration/api/pulp2repositories_api.py +3 -3
  27. data/pulpcore/client/pulp_2to3_migration/models/__init__.py +3 -2
  28. data/pulpcore/client/pulp_2to3_migration/models/inline_response200.py +3 -3
  29. data/pulpcore/client/pulp_2to3_migration/models/inline_response2001.py +3 -3
  30. data/pulpcore/client/pulp_2to3_migration/models/inline_response2002.py +3 -3
  31. data/pulpcore/client/pulp_2to3_migration/models/pulp2to3_migration_migration_plan_read.py +177 -0
  32. data/pulpcore/client/pulp_2to3_migration/models/{pulp2to3_migration_pulp2_content.py → pulp2to3_migration_pulp2_content_read.py} +40 -40
  33. data/pulpcore/client/pulp_2to3_migration/models/{pulp2to3_migration_pulp2_repository.py → pulp2to3_migration_pulp2_repository_read.py} +52 -52
  34. data/spec/api/migration_plans_api_spec.rb +2 -2
  35. data/spec/api/pulp2content_api_spec.rb +1 -1
  36. data/spec/api/pulp2repositories_api_spec.rb +1 -1
  37. data/spec/models/pulp2to3_migration_migration_plan_read_spec.rb +53 -0
  38. data/spec/models/{pulp2to3_migration_pulp2_content_spec.rb → pulp2to3_migration_pulp2_content_read_spec.rb} +6 -6
  39. data/spec/models/{pulp2to3_migration_pulp2_repository_spec.rb → pulp2to3_migration_pulp2_repository_read_spec.rb} +6 -6
  40. data/test/test_inline_response200.py +2 -2
  41. data/test/test_inline_response2001.py +2 -2
  42. data/test/test_inline_response2002.py +2 -2
  43. data/test/test_pulp2to3_migration_migration_plan_read.py +55 -0
  44. data/test/{test_pulp2to3_migration_pulp2_content.py → test_pulp2to3_migration_pulp2_content_read.py} +9 -9
  45. data/test/{test_pulp2to3_migration_pulp2_repository.py → test_pulp2to3_migration_pulp2_repository_read.py} +9 -9
  46. metadata +20 -14
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Pulp2to3MigrationClient::Pulp2to3MigrationPulp2Repository
17
+ # Unit tests for Pulp2to3MigrationClient::Pulp2to3MigrationPulp2RepositoryRead
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'Pulp2to3MigrationPulp2Repository' do
20
+ describe 'Pulp2to3MigrationPulp2RepositoryRead' do
21
21
  before do
22
22
  # run before each test
23
- @instance = Pulp2to3MigrationClient::Pulp2to3MigrationPulp2Repository.new
23
+ @instance = Pulp2to3MigrationClient::Pulp2to3MigrationPulp2RepositoryRead.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of Pulp2to3MigrationPulp2Repository' do
31
- it 'should create an instance of Pulp2to3MigrationPulp2Repository' do
32
- expect(@instance).to be_instance_of(Pulp2to3MigrationClient::Pulp2to3MigrationPulp2Repository)
30
+ describe 'test an instance of Pulp2to3MigrationPulp2RepositoryRead' do
31
+ it 'should create an instance of Pulp2to3MigrationPulp2RepositoryRead' do
32
+ expect(@instance).to be_instance_of(Pulp2to3MigrationClient::Pulp2to3MigrationPulp2RepositoryRead)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "pulp_href"' do
@@ -40,7 +40,7 @@ class TestInlineResponse200(unittest.TestCase):
40
40
  next = '0',
41
41
  previous = '0',
42
42
  results = [
43
- pulpcore.client.pulp_2to3_migration.models.pulp_2to3_migration/migration_plan.pulp_2to3_migration.MigrationPlan(
43
+ pulpcore.client.pulp_2to3_migration.models.pulp_2to3_migration/migration_plan_read.pulp_2to3_migration.MigrationPlanRead(
44
44
  pulp_href = '0',
45
45
  pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
46
46
  plan = pulpcore.client.pulp_2to3_migration.models.plan.Plan(), )
@@ -50,7 +50,7 @@ class TestInlineResponse200(unittest.TestCase):
50
50
  return InlineResponse200(
51
51
  count = 56,
52
52
  results = [
53
- pulpcore.client.pulp_2to3_migration.models.pulp_2to3_migration/migration_plan.pulp_2to3_migration.MigrationPlan(
53
+ pulpcore.client.pulp_2to3_migration.models.pulp_2to3_migration/migration_plan_read.pulp_2to3_migration.MigrationPlanRead(
54
54
  pulp_href = '0',
55
55
  pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
56
56
  plan = pulpcore.client.pulp_2to3_migration.models.plan.Plan(), )
@@ -40,7 +40,7 @@ class TestInlineResponse2001(unittest.TestCase):
40
40
  next = '0',
41
41
  previous = '0',
42
42
  results = [
43
- pulpcore.client.pulp_2to3_migration.models.pulp_2to3_migration/pulp2_content.pulp_2to3_migration.Pulp2Content(
43
+ pulpcore.client.pulp_2to3_migration.models.pulp_2to3_migration/pulp2_content_read.pulp_2to3_migration.Pulp2ContentRead(
44
44
  pulp_href = '0',
45
45
  pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
46
46
  pulp2_id = '0',
@@ -56,7 +56,7 @@ class TestInlineResponse2001(unittest.TestCase):
56
56
  return InlineResponse2001(
57
57
  count = 56,
58
58
  results = [
59
- pulpcore.client.pulp_2to3_migration.models.pulp_2to3_migration/pulp2_content.pulp_2to3_migration.Pulp2Content(
59
+ pulpcore.client.pulp_2to3_migration.models.pulp_2to3_migration/pulp2_content_read.pulp_2to3_migration.Pulp2ContentRead(
60
60
  pulp_href = '0',
61
61
  pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
62
62
  pulp2_id = '0',
@@ -40,7 +40,7 @@ class TestInlineResponse2002(unittest.TestCase):
40
40
  next = '0',
41
41
  previous = '0',
42
42
  results = [
43
- pulpcore.client.pulp_2to3_migration.models.pulp_2to3_migration/pulp2_repository.pulp_2to3_migration.Pulp2Repository(
43
+ pulpcore.client.pulp_2to3_migration.models.pulp_2to3_migration/pulp2_repository_read.pulp_2to3_migration.Pulp2RepositoryRead(
44
44
  pulp_href = '0',
45
45
  pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
46
46
  pulp2_object_id = '0',
@@ -61,7 +61,7 @@ class TestInlineResponse2002(unittest.TestCase):
61
61
  return InlineResponse2002(
62
62
  count = 56,
63
63
  results = [
64
- pulpcore.client.pulp_2to3_migration.models.pulp_2to3_migration/pulp2_repository.pulp_2to3_migration.Pulp2Repository(
64
+ pulpcore.client.pulp_2to3_migration.models.pulp_2to3_migration/pulp2_repository_read.pulp_2to3_migration.Pulp2RepositoryRead(
65
65
  pulp_href = '0',
66
66
  pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
67
67
  pulp2_object_id = '0',
@@ -0,0 +1,55 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Pulp 3 API
5
+
6
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
+
8
+ The version of the OpenAPI document: v3
9
+ Generated by: https://openapi-generator.tech
10
+ """
11
+
12
+
13
+ from __future__ import absolute_import
14
+
15
+ import unittest
16
+ import datetime
17
+
18
+ import pulpcore.client.pulp_2to3_migration
19
+ from pulpcore.client.pulp_2to3_migration.models.pulp2to3_migration_migration_plan_read import Pulp2to3MigrationMigrationPlanRead # noqa: E501
20
+ from pulpcore.client.pulp_2to3_migration.rest import ApiException
21
+
22
+ class TestPulp2to3MigrationMigrationPlanRead(unittest.TestCase):
23
+ """Pulp2to3MigrationMigrationPlanRead unit test stubs"""
24
+
25
+ def setUp(self):
26
+ pass
27
+
28
+ def tearDown(self):
29
+ pass
30
+
31
+ def make_instance(self, include_optional):
32
+ """Test Pulp2to3MigrationMigrationPlanRead
33
+ include_option is a boolean, when False only required
34
+ params are included, when True both required and
35
+ optional params are included """
36
+ # model = pulpcore.client.pulp_2to3_migration.models.pulp2to3_migration_migration_plan_read.Pulp2to3MigrationMigrationPlanRead() # noqa: E501
37
+ if include_optional :
38
+ return Pulp2to3MigrationMigrationPlanRead(
39
+ pulp_href = '0',
40
+ pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
41
+ plan = pulpcore.client.pulp_2to3_migration.models.plan.Plan()
42
+ )
43
+ else :
44
+ return Pulp2to3MigrationMigrationPlanRead(
45
+ plan = pulpcore.client.pulp_2to3_migration.models.plan.Plan(),
46
+ )
47
+
48
+ def testPulp2to3MigrationMigrationPlanRead(self):
49
+ """Test Pulp2to3MigrationMigrationPlanRead"""
50
+ inst_req_only = self.make_instance(include_optional=False)
51
+ inst_req_and_optional = self.make_instance(include_optional=True)
52
+
53
+
54
+ if __name__ == '__main__':
55
+ unittest.main()
@@ -16,11 +16,11 @@ import unittest
16
16
  import datetime
17
17
 
18
18
  import pulpcore.client.pulp_2to3_migration
19
- from pulpcore.client.pulp_2to3_migration.models.pulp2to3_migration_pulp2_content import Pulp2to3MigrationPulp2Content # noqa: E501
19
+ from pulpcore.client.pulp_2to3_migration.models.pulp2to3_migration_pulp2_content_read import Pulp2to3MigrationPulp2ContentRead # noqa: E501
20
20
  from pulpcore.client.pulp_2to3_migration.rest import ApiException
21
21
 
22
- class TestPulp2to3MigrationPulp2Content(unittest.TestCase):
23
- """Pulp2to3MigrationPulp2Content unit test stubs"""
22
+ class TestPulp2to3MigrationPulp2ContentRead(unittest.TestCase):
23
+ """Pulp2to3MigrationPulp2ContentRead unit test stubs"""
24
24
 
25
25
  def setUp(self):
26
26
  pass
@@ -29,13 +29,13 @@ class TestPulp2to3MigrationPulp2Content(unittest.TestCase):
29
29
  pass
30
30
 
31
31
  def make_instance(self, include_optional):
32
- """Test Pulp2to3MigrationPulp2Content
32
+ """Test Pulp2to3MigrationPulp2ContentRead
33
33
  include_option is a boolean, when False only required
34
34
  params are included, when True both required and
35
35
  optional params are included """
36
- # model = pulpcore.client.pulp_2to3_migration.models.pulp2to3_migration_pulp2_content.Pulp2to3MigrationPulp2Content() # noqa: E501
36
+ # model = pulpcore.client.pulp_2to3_migration.models.pulp2to3_migration_pulp2_content_read.Pulp2to3MigrationPulp2ContentRead() # noqa: E501
37
37
  if include_optional :
38
- return Pulp2to3MigrationPulp2Content(
38
+ return Pulp2to3MigrationPulp2ContentRead(
39
39
  pulp_href = '0',
40
40
  pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
41
41
  pulp2_id = '0',
@@ -47,15 +47,15 @@ class TestPulp2to3MigrationPulp2Content(unittest.TestCase):
47
47
  pulp3_repository_version = '0'
48
48
  )
49
49
  else :
50
- return Pulp2to3MigrationPulp2Content(
50
+ return Pulp2to3MigrationPulp2ContentRead(
51
51
  pulp2_id = '0',
52
52
  pulp2_content_type_id = '0',
53
53
  pulp2_last_updated = 56,
54
54
  pulp2_storage_path = '0',
55
55
  )
56
56
 
57
- def testPulp2to3MigrationPulp2Content(self):
58
- """Test Pulp2to3MigrationPulp2Content"""
57
+ def testPulp2to3MigrationPulp2ContentRead(self):
58
+ """Test Pulp2to3MigrationPulp2ContentRead"""
59
59
  inst_req_only = self.make_instance(include_optional=False)
60
60
  inst_req_and_optional = self.make_instance(include_optional=True)
61
61
 
@@ -16,11 +16,11 @@ import unittest
16
16
  import datetime
17
17
 
18
18
  import pulpcore.client.pulp_2to3_migration
19
- from pulpcore.client.pulp_2to3_migration.models.pulp2to3_migration_pulp2_repository import Pulp2to3MigrationPulp2Repository # noqa: E501
19
+ from pulpcore.client.pulp_2to3_migration.models.pulp2to3_migration_pulp2_repository_read import Pulp2to3MigrationPulp2RepositoryRead # noqa: E501
20
20
  from pulpcore.client.pulp_2to3_migration.rest import ApiException
21
21
 
22
- class TestPulp2to3MigrationPulp2Repository(unittest.TestCase):
23
- """Pulp2to3MigrationPulp2Repository unit test stubs"""
22
+ class TestPulp2to3MigrationPulp2RepositoryRead(unittest.TestCase):
23
+ """Pulp2to3MigrationPulp2RepositoryRead unit test stubs"""
24
24
 
25
25
  def setUp(self):
26
26
  pass
@@ -29,13 +29,13 @@ class TestPulp2to3MigrationPulp2Repository(unittest.TestCase):
29
29
  pass
30
30
 
31
31
  def make_instance(self, include_optional):
32
- """Test Pulp2to3MigrationPulp2Repository
32
+ """Test Pulp2to3MigrationPulp2RepositoryRead
33
33
  include_option is a boolean, when False only required
34
34
  params are included, when True both required and
35
35
  optional params are included """
36
- # model = pulpcore.client.pulp_2to3_migration.models.pulp2to3_migration_pulp2_repository.Pulp2to3MigrationPulp2Repository() # noqa: E501
36
+ # model = pulpcore.client.pulp_2to3_migration.models.pulp2to3_migration_pulp2_repository_read.Pulp2to3MigrationPulp2RepositoryRead() # noqa: E501
37
37
  if include_optional :
38
- return Pulp2to3MigrationPulp2Repository(
38
+ return Pulp2to3MigrationPulp2RepositoryRead(
39
39
  pulp_href = '0',
40
40
  pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
41
41
  pulp2_object_id = '0',
@@ -52,14 +52,14 @@ class TestPulp2to3MigrationPulp2Repository(unittest.TestCase):
52
52
  pulp3_repository_href = '0'
53
53
  )
54
54
  else :
55
- return Pulp2to3MigrationPulp2Repository(
55
+ return Pulp2to3MigrationPulp2RepositoryRead(
56
56
  pulp2_object_id = '0',
57
57
  pulp2_repo_id = '0',
58
58
  pulp2_repo_type = '0',
59
59
  )
60
60
 
61
- def testPulp2to3MigrationPulp2Repository(self):
62
- """Test Pulp2to3MigrationPulp2Repository"""
61
+ def testPulp2to3MigrationPulp2RepositoryRead(self):
62
+ """Test Pulp2to3MigrationPulp2RepositoryRead"""
63
63
  inst_req_only = self.make_instance(include_optional=False)
64
64
  inst_req_and_optional = self.make_instance(include_optional=True)
65
65
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_2to3_migration_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0b3.dev01590500248
4
+ version: 0.2.0b3.dev01590586626
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2020-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -83,8 +83,9 @@ files:
83
83
  - docs/Pulp2contentApi.md
84
84
  - docs/Pulp2repositoriesApi.md
85
85
  - docs/Pulp2to3MigrationMigrationPlan.md
86
- - docs/Pulp2to3MigrationPulp2Content.md
87
- - docs/Pulp2to3MigrationPulp2Repository.md
86
+ - docs/Pulp2to3MigrationMigrationPlanRead.md
87
+ - docs/Pulp2to3MigrationPulp2ContentRead.md
88
+ - docs/Pulp2to3MigrationPulp2RepositoryRead.md
88
89
  - git_push.sh
89
90
  - lib/pulp_2to3_migration_client.rb
90
91
  - lib/pulp_2to3_migration_client/api/migration_plans_api.rb
@@ -99,8 +100,9 @@ files:
99
100
  - lib/pulp_2to3_migration_client/models/inline_response2002.rb
100
101
  - lib/pulp_2to3_migration_client/models/migration_plan_run.rb
101
102
  - lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan.rb
102
- - lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_content.rb
103
- - lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_repository.rb
103
+ - lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan_read.rb
104
+ - lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_content_read.rb
105
+ - lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_repository_read.rb
104
106
  - lib/pulp_2to3_migration_client/version.rb
105
107
  - pulp_2to3_migration_client.gemspec
106
108
  - pulpcore/__init__.py
@@ -120,8 +122,9 @@ files:
120
122
  - pulpcore/client/pulp_2to3_migration/models/inline_response2002.py
121
123
  - pulpcore/client/pulp_2to3_migration/models/migration_plan_run.py
122
124
  - pulpcore/client/pulp_2to3_migration/models/pulp2to3_migration_migration_plan.py
123
- - pulpcore/client/pulp_2to3_migration/models/pulp2to3_migration_pulp2_content.py
124
- - pulpcore/client/pulp_2to3_migration/models/pulp2to3_migration_pulp2_repository.py
125
+ - pulpcore/client/pulp_2to3_migration/models/pulp2to3_migration_migration_plan_read.py
126
+ - pulpcore/client/pulp_2to3_migration/models/pulp2to3_migration_pulp2_content_read.py
127
+ - pulpcore/client/pulp_2to3_migration/models/pulp2to3_migration_pulp2_repository_read.py
125
128
  - pulpcore/client/pulp_2to3_migration/rest.py
126
129
  - requirements.txt
127
130
  - setup.cfg
@@ -136,9 +139,10 @@ files:
136
139
  - spec/models/inline_response2002_spec.rb
137
140
  - spec/models/inline_response200_spec.rb
138
141
  - spec/models/migration_plan_run_spec.rb
142
+ - spec/models/pulp2to3_migration_migration_plan_read_spec.rb
139
143
  - spec/models/pulp2to3_migration_migration_plan_spec.rb
140
- - spec/models/pulp2to3_migration_pulp2_content_spec.rb
141
- - spec/models/pulp2to3_migration_pulp2_repository_spec.rb
144
+ - spec/models/pulp2to3_migration_pulp2_content_read_spec.rb
145
+ - spec/models/pulp2to3_migration_pulp2_repository_read_spec.rb
142
146
  - spec/spec_helper.rb
143
147
  - test-requirements.txt
144
148
  - test/__init__.py
@@ -151,8 +155,9 @@ files:
151
155
  - test/test_pulp2content_api.py
152
156
  - test/test_pulp2repositories_api.py
153
157
  - test/test_pulp2to3_migration_migration_plan.py
154
- - test/test_pulp2to3_migration_pulp2_content.py
155
- - test/test_pulp2to3_migration_pulp2_repository.py
158
+ - test/test_pulp2to3_migration_migration_plan_read.py
159
+ - test/test_pulp2to3_migration_pulp2_content_read.py
160
+ - test/test_pulp2to3_migration_pulp2_repository_read.py
156
161
  - tox.ini
157
162
  homepage: https://openapi-generator.tech
158
163
  licenses:
@@ -183,12 +188,13 @@ test_files:
183
188
  - spec/api/pulp2content_api_spec.rb
184
189
  - spec/api_client_spec.rb
185
190
  - spec/configuration_spec.rb
191
+ - spec/models/pulp2to3_migration_pulp2_content_read_spec.rb
186
192
  - spec/models/async_operation_response_spec.rb
193
+ - spec/models/pulp2to3_migration_pulp2_repository_read_spec.rb
187
194
  - spec/models/inline_response2001_spec.rb
188
- - spec/models/pulp2to3_migration_pulp2_repository_spec.rb
189
195
  - spec/models/migration_plan_run_spec.rb
190
196
  - spec/models/inline_response200_spec.rb
197
+ - spec/models/pulp2to3_migration_migration_plan_read_spec.rb
191
198
  - spec/models/inline_response2002_spec.rb
192
199
  - spec/models/pulp2to3_migration_migration_plan_spec.rb
193
- - spec/models/pulp2to3_migration_pulp2_content_spec.rb
194
200
  - spec/spec_helper.rb