Testfaelle angepasst
This commit is contained in:
parent
8d2d1e28cc
commit
8e736f73b2
@ -75,10 +75,10 @@ public class InitDataTest {
|
|||||||
String grantingTicketURL = cas.getGrantingTicketURL(user);
|
String grantingTicketURL = cas.getGrantingTicketURL(user);
|
||||||
Map<String, String> setParams = new HashMap<String, String>();
|
Map<String, String> setParams = new HashMap<String, String>();
|
||||||
setParams.put("name", "aaa00");
|
setParams.put("name", "aaa00");
|
||||||
setParams.put("hive", "h81");
|
setParams.put("hive", "h99");
|
||||||
setParams.put("customer", "hsh00-aaa");
|
setParams.put("customer", "hsh00-aaa");
|
||||||
setParams.put("basepac", "DW/B");
|
setParams.put("basepac", "DW/B");
|
||||||
setParams.put("curinetaddr", "176.9.242.71");
|
setParams.put("curinetaddr", "176.9.242.73");
|
||||||
Object[] params = new Object[] { user,
|
Object[] params = new Object[] { user,
|
||||||
cas.getServiceTicket(grantingTicketURL, RemoteTestHelper.getBackendURL()),
|
cas.getServiceTicket(grantingTicketURL, RemoteTestHelper.getBackendURL()),
|
||||||
setParams };
|
setParams };
|
||||||
|
@ -90,10 +90,10 @@ public class PacTest {
|
|||||||
String grantingTicketURL = cas.getGrantingTicketURL(user);
|
String grantingTicketURL = cas.getGrantingTicketURL(user);
|
||||||
Map<String, String> setParams = new HashMap<String, String>();
|
Map<String, String> setParams = new HashMap<String, String>();
|
||||||
setParams.put("name", "aaa01");
|
setParams.put("name", "aaa01");
|
||||||
setParams.put("hive", "h81");
|
setParams.put("hive", "h99");
|
||||||
setParams.put("customer", config.getProperty("accountprefix.customer") + "-aaa");
|
setParams.put("customer", config.getProperty("accountprefix.customer") + "-aaa");
|
||||||
setParams.put("basepac", "DW/B");
|
setParams.put("basepac", "DW/B");
|
||||||
setParams.put("curinetaddr", "176.9.242.73");
|
setParams.put("curinetaddr", "176.9.242.74");
|
||||||
Object[] params = new Object[] { user,
|
Object[] params = new Object[] { user,
|
||||||
cas.getServiceTicket(grantingTicketURL, RemoteTestHelper.getBackendURL()),
|
cas.getServiceTicket(grantingTicketURL, RemoteTestHelper.getBackendURL()),
|
||||||
setParams };
|
setParams };
|
||||||
|
@ -44,7 +44,7 @@ public class SSLCertDomainTest {
|
|||||||
String grantingTicketURL = cas.getGrantingTicketURL(user);
|
String grantingTicketURL = cas.getGrantingTicketURL(user);
|
||||||
Map<String, String> setParams = new HashMap<String, String>();
|
Map<String, String> setParams = new HashMap<String, String>();
|
||||||
setParams.put("name", "aaa02");
|
setParams.put("name", "aaa02");
|
||||||
setParams.put("hive", "h81");
|
setParams.put("hive", "h99");
|
||||||
setParams.put("customer", config.getProperty("accountprefix.customer") + "-aaa");
|
setParams.put("customer", config.getProperty("accountprefix.customer") + "-aaa");
|
||||||
setParams.put("basepac", "DW/B");
|
setParams.put("basepac", "DW/B");
|
||||||
setParams.put("curinetaddr", "176.9.242.75");
|
setParams.put("curinetaddr", "176.9.242.75");
|
||||||
@ -75,7 +75,7 @@ public class SSLCertDomainTest {
|
|||||||
String grantingTicketURL = cas.getGrantingTicketURL(user);
|
String grantingTicketURL = cas.getGrantingTicketURL(user);
|
||||||
Map<String, String> setParams = new HashMap<String, String>();
|
Map<String, String> setParams = new HashMap<String, String>();
|
||||||
setParams.put("name", "aaa03");
|
setParams.put("name", "aaa03");
|
||||||
setParams.put("hive", "h81");
|
setParams.put("hive", "h99");
|
||||||
setParams.put("customer", config.getProperty("accountprefix.customer") + "-aaa");
|
setParams.put("customer", config.getProperty("accountprefix.customer") + "-aaa");
|
||||||
setParams.put("basepac", "DW/B");
|
setParams.put("basepac", "DW/B");
|
||||||
setParams.put("curinetaddr", "176.9.242.76");
|
setParams.put("curinetaddr", "176.9.242.76");
|
||||||
|
Loading…
Reference in New Issue
Block a user