|
@@ -290,11 +290,11 @@ public class HostResourceProviderTest extends EasyMockSupport {
|
|
|
Set<Cluster> clusterSet = new HashSet<Cluster>();
|
|
|
clusterSet.add(cluster);
|
|
|
|
|
|
- ServiceComponentHostResponse shr1 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component100",
|
|
|
+ ServiceComponentHostResponse shr1 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component100", "Component 100",
|
|
|
"Host100", "STARTED", "", null, null, null);
|
|
|
- ServiceComponentHostResponse shr2 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component102",
|
|
|
+ ServiceComponentHostResponse shr2 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component102", "Component 102",
|
|
|
"Host100", "STARTED", "", null, null, null);
|
|
|
- ServiceComponentHostResponse shr3 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component103",
|
|
|
+ ServiceComponentHostResponse shr3 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component103", "Component 103",
|
|
|
"Host100", "STARTED", "", null, null, null);
|
|
|
|
|
|
Set<ServiceComponentHostResponse> responses = new HashSet<ServiceComponentHostResponse>();
|
|
@@ -392,11 +392,11 @@ public class HostResourceProviderTest extends EasyMockSupport {
|
|
|
Set<Cluster> clusterSet = new HashSet<Cluster>();
|
|
|
clusterSet.add(cluster);
|
|
|
|
|
|
- ServiceComponentHostResponse shr1 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component100",
|
|
|
+ ServiceComponentHostResponse shr1 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component100", "Component 100",
|
|
|
"Host100", "STARTED", "", null, null, null);
|
|
|
- ServiceComponentHostResponse shr2 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component102",
|
|
|
+ ServiceComponentHostResponse shr2 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component102", "Component 102",
|
|
|
"Host100", "STARTED", "", null, null, null);
|
|
|
- ServiceComponentHostResponse shr3 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component103",
|
|
|
+ ServiceComponentHostResponse shr3 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component103", "Component 103",
|
|
|
"Host100", "STARTED", "", null, null, null);
|
|
|
|
|
|
Set<ServiceComponentHostResponse> responses = new HashSet<ServiceComponentHostResponse>();
|
|
@@ -489,11 +489,11 @@ public class HostResourceProviderTest extends EasyMockSupport {
|
|
|
Set<Cluster> clusterSet = new HashSet<Cluster>();
|
|
|
clusterSet.add(cluster);
|
|
|
|
|
|
- ServiceComponentHostResponse shr1 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component100",
|
|
|
+ ServiceComponentHostResponse shr1 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component100", "Component 100",
|
|
|
"Host100", "STARTED", "", null, null, null);
|
|
|
- ServiceComponentHostResponse shr2 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component102",
|
|
|
+ ServiceComponentHostResponse shr2 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component102", "Component 102",
|
|
|
"Host100", "INSTALLED", "", null, null, null);
|
|
|
- ServiceComponentHostResponse shr3 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component103",
|
|
|
+ ServiceComponentHostResponse shr3 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component103", "Component 103",
|
|
|
"Host100", "STARTED", "", null, null, null);
|
|
|
|
|
|
Set<ServiceComponentHostResponse> responses = new HashSet<ServiceComponentHostResponse>();
|
|
@@ -691,7 +691,7 @@ public class HostResourceProviderTest extends EasyMockSupport {
|
|
|
Set<Cluster> clusterSet = new HashSet<Cluster>();
|
|
|
clusterSet.add(cluster);
|
|
|
|
|
|
- ServiceComponentHostResponse shr1 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component100",
|
|
|
+ ServiceComponentHostResponse shr1 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component100", "Component 100",
|
|
|
"Host100", "STARTED", "", null, null, null);
|
|
|
|
|
|
Set<ServiceComponentHostResponse> responses = new HashSet<ServiceComponentHostResponse>();
|
|
@@ -779,11 +779,11 @@ public class HostResourceProviderTest extends EasyMockSupport {
|
|
|
Set<Cluster> clusterSet = new HashSet<Cluster>();
|
|
|
clusterSet.add(cluster);
|
|
|
|
|
|
- ServiceComponentHostResponse shr1 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component100",
|
|
|
+ ServiceComponentHostResponse shr1 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component100", "Component 100",
|
|
|
"Host100", "STARTED", "", null, null, null);
|
|
|
- ServiceComponentHostResponse shr2 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component102",
|
|
|
+ ServiceComponentHostResponse shr2 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component102", "Component 102",
|
|
|
"Host100", "INSTALLED", "", null, null, null);
|
|
|
- ServiceComponentHostResponse shr3 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component103",
|
|
|
+ ServiceComponentHostResponse shr3 = new ServiceComponentHostResponse("Cluster100", "Service100", "Component103", "Component 103",
|
|
|
"Host100", "STARTED", "", null, null, null);
|
|
|
|
|
|
Set<ServiceComponentHostResponse> responses = new HashSet<ServiceComponentHostResponse>();
|