# The contents of this file are subject to the terms # of the Common Development and Distribution License # (the License). You may not use this file except in # compliance with the License. # # You can obtain a copy of the License at # https://opensso.dev.java.net/public/CDDLv1.0.html or # opensso/legal/CDDLv1.0.txt # See the License for the specific language governing # permission and limitations under the License. # # When distributing Covered Code, include this CDDL # Header Notice in each file and include the License file # at opensso/legal/CDDLv1.0.txt. # If applicable, add the following below the CDDL Header, # with the fields enclosed by brackets [] replaced by # your own identifying information: # "Portions Copyrighted [year] [name of copyright owner]" # # $Id: COTMembershipTests.properties,v 1.1 2009/07/13 02:58:54 vimal_67 Exp $ # # Copyright 2009 Sun Microsystems Inc. All Rights Reserved # # Property definitions. # # description - the purpose of the test case. # create-setup-realms - a realm or realms that should be created before the # test is executed. If multiple realms are created the realms should # be separated by a semi-colon (;) and should be in heirarchical order # (i.e. /realm1;/realm1/realm2;/realm1/realm2/realm3). # create-setup-cots - one or more cots that should be created prior # to the execution of the test. # use-verbose-option - a binary property indicating whether the verbose option # should be used. # use-debug-option - a binary property indicating whether the debug option # should be used. # use-long-options - a binary property indicating whether the long form of # the options (e.g. "--realm") instead of the short form ("-e") # message-to-find - one or more strings that should be present in the output # (for a test where expected-exit-code equals 0) or the error (for a # test where expected-exit-code does not equal 0). Multiple strings # should be separated by a semi-colon (";"). # cot-realm - the realm in which the cot will be created. # cot-name - the name of the cot which will be created. # entityid - name of the entity # metadatafile - location of standard metadata file # extendeddatafile - location of extended data file # midp - metaalias of idp # msp - metaalias of sp # optionalattributes - optional attributes of create-metadata-templ command # This include:- --attrqueryprovider|-S, --attrauthority|-I, --authnauthority|-C # --xacmlpep|-e, --xacmlpdp|-p, --affiliation|-F, --affiownerid|-N, # --affimembers|-M, --spscertalias|-a, --idpscertalias|-b, # --attrqscertalias|-A, --attrascertalias|-B, --authnascertalias|-D, # --affiscertalias|-J, --xacmlpdpscertalias|-t, --xacmlpepscertalias|-k, # --specertalias|-r, --idpecertalias|-g, --attrqecertalias|-R, # --attraecertalias|-G, --authnaecertalias|-E, --affiecertalias|-K, # --xacmlpdpecertalias|-j, --xacmlpepecertalias|-z # spec - specification of metadata # extendedonly - Flag to have extended data file only # expected-exit-code - the expected exit status for CLI command being issued. # Successful commands should return "0" and failed commands should # return a non-zero value. # TESTCASES DETAILS:- # Testcases are divided into SEC mode and NON-SEC mode, ROOT realm, SUB realm, # POSITIVE, NEGATIVE and SPECIAL characters. # --------------------------------ROOT REALM------------------------------------ # Testcases 1 - 18: Non-sec mode positive testcases. This include, idp, sp, idp # and sp in root realm # Testcases 19 - 36: Sec mode testcases of IDP # Testcases 37 - 54: Sec mode testcases of SP # Testcases 55 - 69: Sec mode testcases of ATTRIBUTE QUERY with IDP # Testcases 70 - 84: Sec mode testcases of ATTRIBUTE QUERY with SP # Testcases 85 - 99: Sec mode testcases of ATTRIBUTE AUTHORITY with IDP # Testcases 100 - 114: Sec mode testcases of ATTRIBUTE AUTHORITY with SP # Testcases 115 - 129: Sec mode testcases of AUTHENTICATION AUTHORITY with IDP # Testcases 130 - 144: Sec mode testcases of AUTHENTICATION AUTHORITY with SP # Testcases 145 - 159: Sec mode testcases of XACML POLICY ENFORCEMENT POINT # with IDP # Testcases 160 - 174: Sec mode testcases of XACML POLICY ENFORCEMENT POINT # with SP # Testcases 175 - 189: Sec mode testcases of XACML POLICY DECISION POINT # with IDP # Testcases 190 - 204: Sec mode testcases of XACML POLICY DECISION POINT # with SP # --------------------------------SUB REALM------------------------------------ # Testcases 205 - 216: Non-sec mode positive testcases. This include, idp, # sp, idp and sp in sub realm # Testcases 217 - 228: Sec mode testcases of IDP # Testcases 229 - 240: Sec mode testcases of SP # Testcases 241 - 249: Sec mode testcases of ATTRIBUTE QUERY with IDP # Testcases 250 - 258: Sec mode testcases of ATTRIBUTE QUERY with SP # Testcases 259 - 267: Sec mode testcases of ATTRIBUTE AUTHORITY with IDP # Testcases 268 - 276: Sec mode testcases of ATTRIBUTE AUTHORITY with SP # Testcases 277 - 285: Sec mode testcases of AUTHENTICATION AUTHORITY with IDP # Testcases 286 - 294: Sec mode testcases of AUTHENTICATION AUTHORITY with SP # Testcases 295 - 303: Sec mode testcases of XACML POLICY ENFORCEMENT POINT # with IDP # Testcases 304 - 312: Sec mode testcases of XACML POLICY ENFORCEMENT POINT # with SP # Testcases 313 - 321: Sec mode testcases of XACML POLICY DECISION POINT # with IDP # Testcases 322 - 330: Sec mode testcases of XACML POLICY DECISION POINT # with SP # ------------------NEGATIVE AND SPECIAL CHARACTERS TESTCASES------------------ # Testcases 331 - 334: Testcases of special characters $*%@!()=|~ # Testcases 335 - 338: Negative testcases of no entityid parameter # Testcases 339 - 342: Negative testcases of no cot parameter # Testcases 343 - 344: Negative testcases of no realm parameter ################################### ROOT REALM ################################# cotmembershiptests-test1-create-setup-realms= cotmembershiptests-test1-create-setup-cots=/,memcot1 cotmembershiptests-test1-use-verbose-option=false cotmembershiptests-test1-use-debug-option=false cotmembershiptests-test1-use-long-options=false cotmembershiptests-test1-create-description=Creates a idp metadata template in root realm with saml2 cotmembershiptests-test1-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test1-entityid=mementity1 cotmembershiptests-test1-metadatafile=/tmp/mm.xml cotmembershiptests-test1-extendeddatafile=/tmp/xx.xml cotmembershiptests-test1-create-midp=/idp cotmembershiptests-test1-create-msp= cotmembershiptests-test1-create-optionalattributes= cotmembershiptests-test1-spec=saml2 cotmembershiptests-test1-create-expected-exit-code=0 cotmembershiptests-test1-cot-realm=/ cotmembershiptests-test1-cot-name=memcot1 cotmembershiptests-test1-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 cotmembershiptests-test1-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test1-importentity-expected-exit-code=0 cotmembershiptests-test1-deleteentity-extendedonly=false cotmembershiptests-test1-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 cotmembershiptests-test1-deleteentity-message-to-find=Descriptor was deleted for entity, mementity1. cotmembershiptests-test1-deleteentity-expected-exit-code=0 cotmembershiptests-test1-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test1-addcotmember-message-to-find=Entity, mementity1 was added to the circle of trust, memcot1, in realm /. cotmembershiptests-test1-addcotmember-expected-exit-code=0 cotmembershiptests-test1-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test1-listcotmembers-message-to-find=mementity1 cotmembershiptests-test1-listcotmembers-expected-exit-code=0 cotmembershiptests-test1-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test1-removecotmember-message-to-find=Entity, mementity1 was removed from the circle of trust, memcot1. cotmembershiptests-test1-removecotmember-expected-exit-code=0 cotmembershiptests-test2-create-setup-realms= cotmembershiptests-test2-create-setup-cots=/,memcot2 cotmembershiptests-test2-use-verbose-option=false cotmembershiptests-test2-use-debug-option=false cotmembershiptests-test2-use-long-options=true cotmembershiptests-test2-create-description=Creates a idp metadata template with long options in root realm with saml2 cotmembershiptests-test2-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test2-entityid=mementity2 cotmembershiptests-test2-metadatafile=/tmp/mm.xml cotmembershiptests-test2-extendeddatafile=/tmp/xx.xml cotmembershiptests-test2-create-midp=/idp cotmembershiptests-test2-create-msp= cotmembershiptests-test2-create-optionalattributes= cotmembershiptests-test2-spec=saml2 cotmembershiptests-test2-create-expected-exit-code=0 cotmembershiptests-test2-cot-realm=/ cotmembershiptests-test2-cot-name=memcot2 cotmembershiptests-test2-importentity-description=Imports the idp metadata template to create a entity with long options in root realm with saml2 cotmembershiptests-test2-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test2-importentity-expected-exit-code=0 cotmembershiptests-test2-deleteentity-extendedonly=false cotmembershiptests-test2-deleteentity-description=Deletes the entity with long options in root realm of idp metadata with saml2 cotmembershiptests-test2-deleteentity-message-to-find=Descriptor was deleted for entity, mementity2. cotmembershiptests-test2-deleteentity-expected-exit-code=0 cotmembershiptests-test2-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test2-addcotmember-message-to-find=Entity, mementity2 was added to the circle of trust, memcot2, in realm /. cotmembershiptests-test2-addcotmember-expected-exit-code=0 cotmembershiptests-test2-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test2-listcotmembers-message-to-find=mementity2 cotmembershiptests-test2-listcotmembers-expected-exit-code=0 cotmembershiptests-test2-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test2-removecotmember-message-to-find=Entity, mementity2 was removed from the circle of trust, memcot2. cotmembershiptests-test2-removecotmember-expected-exit-code=0 cotmembershiptests-test3-create-setup-realms= cotmembershiptests-test3-create-setup-cots=/,memcot3 cotmembershiptests-test3-use-verbose-option=false cotmembershiptests-test3-use-debug-option=false cotmembershiptests-test3-use-long-options=false cotmembershiptests-test3-create-description=Creates a sp metadata template in root realm with saml2 cotmembershiptests-test3-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test3-entityid=mementity3 cotmembershiptests-test3-metadatafile=/tmp/mm.xml cotmembershiptests-test3-extendeddatafile=/tmp/xx.xml cotmembershiptests-test3-create-midp= cotmembershiptests-test3-create-msp=/sp cotmembershiptests-test3-create-optionalattributes= cotmembershiptests-test3-spec=saml2 cotmembershiptests-test3-create-expected-exit-code=0 cotmembershiptests-test3-cot-realm=/ cotmembershiptests-test3-cot-name=memcot3 cotmembershiptests-test3-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 cotmembershiptests-test3-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test3-importentity-expected-exit-code=0 cotmembershiptests-test3-deleteentity-extendedonly=false cotmembershiptests-test3-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 cotmembershiptests-test3-deleteentity-message-to-find=Descriptor was deleted for entity, mementity3. cotmembershiptests-test3-deleteentity-expected-exit-code=0 cotmembershiptests-test3-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test3-addcotmember-message-to-find=Entity, mementity3 was added to the circle of trust, memcot3, in realm /. cotmembershiptests-test3-addcotmember-expected-exit-code=0 cotmembershiptests-test3-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test3-listcotmembers-message-to-find=mementity3 cotmembershiptests-test3-listcotmembers-expected-exit-code=0 cotmembershiptests-test3-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test3-removecotmember-message-to-find=Entity, mementity3 was removed from the circle of trust, memcot3. cotmembershiptests-test3-removecotmember-expected-exit-code=0 cotmembershiptests-test4-create-setup-realms= cotmembershiptests-test4-create-setup-cots=/,memcot4 cotmembershiptests-test4-use-verbose-option=false cotmembershiptests-test4-use-debug-option=false cotmembershiptests-test4-use-long-options=true cotmembershiptests-test4-create-description=Creates a sp metadata template with long options in root realm with saml2 cotmembershiptests-test4-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test4-entityid=mementity4 cotmembershiptests-test4-metadatafile=/tmp/mm.xml cotmembershiptests-test4-extendeddatafile=/tmp/xx.xml cotmembershiptests-test4-create-midp= cotmembershiptests-test4-create-msp=/sp cotmembershiptests-test4-create-optionalattributes= cotmembershiptests-test4-spec=saml2 cotmembershiptests-test4-create-expected-exit-code=0 cotmembershiptests-test4-cot-realm=/ cotmembershiptests-test4-cot-name=memcot4 cotmembershiptests-test4-importentity-description=Imports the sp metadata template to create a entity with long options in root realm with saml2 cotmembershiptests-test4-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test4-importentity-expected-exit-code=0 cotmembershiptests-test4-deleteentity-extendedonly=false cotmembershiptests-test4-deleteentity-description=Deletes the entity with long options in root realm of sp metadata with saml2 cotmembershiptests-test4-deleteentity-message-to-find=Descriptor was deleted for entity, mementity4. cotmembershiptests-test4-deleteentity-expected-exit-code=0 cotmembershiptests-test4-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test4-addcotmember-message-to-find=Entity, mementity4 was added to the circle of trust, memcot4, in realm /. cotmembershiptests-test4-addcotmember-expected-exit-code=0 cotmembershiptests-test4-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test4-listcotmembers-message-to-find=mementity4 cotmembershiptests-test4-listcotmembers-expected-exit-code=0 cotmembershiptests-test4-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test4-removecotmember-message-to-find=Entity, mementity4 was removed from the circle of trust, memcot4. cotmembershiptests-test4-removecotmember-expected-exit-code=0 cotmembershiptests-test5-create-setup-realms= cotmembershiptests-test5-create-setup-cots=/,memcot5 cotmembershiptests-test5-use-verbose-option=false cotmembershiptests-test5-use-debug-option=true cotmembershiptests-test5-use-long-options=false cotmembershiptests-test5-create-description=Creates a idp metadata template in root realm with saml2 with debug option cotmembershiptests-test5-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test5-entityid=mementity5 cotmembershiptests-test5-metadatafile=/tmp/mm.xml cotmembershiptests-test5-extendeddatafile=/tmp/xx.xml cotmembershiptests-test5-create-midp=/idp cotmembershiptests-test5-create-msp= cotmembershiptests-test5-create-optionalattributes= cotmembershiptests-test5-spec=saml2 cotmembershiptests-test5-create-expected-exit-code=0 cotmembershiptests-test5-cot-realm=/ cotmembershiptests-test5-cot-name=memcot5 cotmembershiptests-test5-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with debug option cotmembershiptests-test5-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test5-importentity-expected-exit-code=0 cotmembershiptests-test5-deleteentity-extendedonly=false cotmembershiptests-test5-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with debug option cotmembershiptests-test5-deleteentity-message-to-find=Descriptor was deleted for entity, mementity5. cotmembershiptests-test5-deleteentity-expected-exit-code=0 cotmembershiptests-test5-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test5-addcotmember-message-to-find=Entity, mementity5 was added to the circle of trust, memcot5, in realm /. cotmembershiptests-test5-addcotmember-expected-exit-code=0 cotmembershiptests-test5-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test5-listcotmembers-message-to-find=mementity5 cotmembershiptests-test5-listcotmembers-expected-exit-code=0 cotmembershiptests-test5-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test5-removecotmember-message-to-find=Entity, mementity5 was removed from the circle of trust, memcot5. cotmembershiptests-test5-removecotmember-expected-exit-code=0 cotmembershiptests-test6-create-setup-realms= cotmembershiptests-test6-create-setup-cots=/,memcot6 cotmembershiptests-test6-use-verbose-option=false cotmembershiptests-test6-use-debug-option=true cotmembershiptests-test6-use-long-options=true cotmembershiptests-test6-create-description=Creates a idp metadata template with long, debug options in root realm with saml2 cotmembershiptests-test6-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test6-entityid=mementity6 cotmembershiptests-test6-metadatafile=/tmp/mm.xml cotmembershiptests-test6-extendeddatafile=/tmp/xx.xml cotmembershiptests-test6-create-midp=/idp cotmembershiptests-test6-create-msp= cotmembershiptests-test6-create-optionalattributes= cotmembershiptests-test6-spec=saml2 cotmembershiptests-test6-create-expected-exit-code=0 cotmembershiptests-test6-cot-realm=/ cotmembershiptests-test6-cot-name=memcot6 cotmembershiptests-test6-importentity-description=Imports the idp metadata template to create a entity with long, debug options in root realm with saml2 cotmembershiptests-test6-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test6-importentity-expected-exit-code=0 cotmembershiptests-test6-deleteentity-extendedonly=false cotmembershiptests-test6-deleteentity-description=Deletes the entity with long, debug options in root realm of idp metadata with saml2 cotmembershiptests-test6-deleteentity-message-to-find=Descriptor was deleted for entity, mementity6. cotmembershiptests-test6-deleteentity-expected-exit-code=0 cotmembershiptests-test6-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test6-addcotmember-message-to-find=Entity, mementity6 was added to the circle of trust, memcot6, in realm /. cotmembershiptests-test6-addcotmember-expected-exit-code=0 cotmembershiptests-test6-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test6-listcotmembers-message-to-find=mementity6 cotmembershiptests-test6-listcotmembers-expected-exit-code=0 cotmembershiptests-test6-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test6-removecotmember-message-to-find=Entity, mementity6 was removed from the circle of trust, memcot6. cotmembershiptests-test6-removecotmember-expected-exit-code=0 cotmembershiptests-test7-create-setup-realms= cotmembershiptests-test7-create-setup-cots=/,memcot7 cotmembershiptests-test7-use-verbose-option=false cotmembershiptests-test7-use-debug-option=true cotmembershiptests-test7-use-long-options=false cotmembershiptests-test7-create-description=Creates a sp metadata template in root realm with saml2 with debug option cotmembershiptests-test7-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test7-entityid=mementity7 cotmembershiptests-test7-metadatafile=/tmp/mm.xml cotmembershiptests-test7-extendeddatafile=/tmp/xx.xml cotmembershiptests-test7-create-midp= cotmembershiptests-test7-create-msp=/sp cotmembershiptests-test7-create-optionalattributes= cotmembershiptests-test7-spec=saml2 cotmembershiptests-test7-create-expected-exit-code=0 cotmembershiptests-test7-cot-realm=/ cotmembershiptests-test7-cot-name=memcot7 cotmembershiptests-test7-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with debug option cotmembershiptests-test7-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test7-importentity-expected-exit-code=0 cotmembershiptests-test7-deleteentity-extendedonly=false cotmembershiptests-test7-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with debug option cotmembershiptests-test7-deleteentity-message-to-find=Descriptor was deleted for entity, mementity7. cotmembershiptests-test7-deleteentity-expected-exit-code=0 cotmembershiptests-test7-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test7-addcotmember-message-to-find=Entity, mementity7 was added to the circle of trust, memcot7, in realm /. cotmembershiptests-test7-addcotmember-expected-exit-code=0 cotmembershiptests-test7-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test7-listcotmembers-message-to-find=mementity7 cotmembershiptests-test7-listcotmembers-expected-exit-code=0 cotmembershiptests-test7-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test7-removecotmember-message-to-find=Entity, mementity7 was removed from the circle of trust, memcot7. cotmembershiptests-test7-removecotmember-expected-exit-code=0 cotmembershiptests-test8-create-setup-realms= cotmembershiptests-test8-create-setup-cots=/,memcot8 cotmembershiptests-test8-use-verbose-option=false cotmembershiptests-test8-use-debug-option=true cotmembershiptests-test8-use-long-options=true cotmembershiptests-test8-create-description=Creates a sp metadata template with long, debug options in root realm with saml2 cotmembershiptests-test8-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test8-entityid=mementity8 cotmembershiptests-test8-metadatafile=/tmp/mm.xml cotmembershiptests-test8-extendeddatafile=/tmp/xx.xml cotmembershiptests-test8-create-midp= cotmembershiptests-test8-create-msp=/sp cotmembershiptests-test8-create-optionalattributes= cotmembershiptests-test8-spec=saml2 cotmembershiptests-test8-create-expected-exit-code=0 cotmembershiptests-test8-cot-realm=/ cotmembershiptests-test8-cot-name=memcot8 cotmembershiptests-test8-importentity-description=Imports the sp metadata template to create a entity with long, debug options in root realm with saml2 cotmembershiptests-test8-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test8-importentity-expected-exit-code=0 cotmembershiptests-test8-deleteentity-extendedonly=false cotmembershiptests-test8-deleteentity-description=Deletes the entity with long, debug options in root realm of sp metadata with saml2 cotmembershiptests-test8-deleteentity-message-to-find=Descriptor was deleted for entity, mementity8. cotmembershiptests-test8-deleteentity-expected-exit-code=0 cotmembershiptests-test8-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test8-addcotmember-message-to-find=Entity, mementity8 was added to the circle of trust, memcot8, in realm /. cotmembershiptests-test8-addcotmember-expected-exit-code=0 cotmembershiptests-test8-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test8-listcotmembers-message-to-find=mementity8 cotmembershiptests-test8-listcotmembers-expected-exit-code=0 cotmembershiptests-test8-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test8-removecotmember-message-to-find=Entity, mementity8 was removed from the circle of trust, memcot8. cotmembershiptests-test8-removecotmember-expected-exit-code=0 cotmembershiptests-test9-create-setup-realms= cotmembershiptests-test9-create-setup-cots=/,memcot9 cotmembershiptests-test9-use-verbose-option=true cotmembershiptests-test9-use-debug-option=false cotmembershiptests-test9-use-long-options=false cotmembershiptests-test9-create-description=Creates a idp metadata template in root realm with saml2 with verbose option cotmembershiptests-test9-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test9-entityid=mementity9 cotmembershiptests-test9-metadatafile=/tmp/mm.xml cotmembershiptests-test9-extendeddatafile=/tmp/xx.xml cotmembershiptests-test9-create-midp=/idp cotmembershiptests-test9-create-msp= cotmembershiptests-test9-create-optionalattributes= cotmembershiptests-test9-spec=saml2 cotmembershiptests-test9-create-expected-exit-code=0 cotmembershiptests-test9-cot-realm=/ cotmembershiptests-test9-cot-name=memcot9 cotmembershiptests-test9-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with verbose option cotmembershiptests-test9-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test9-importentity-expected-exit-code=0 cotmembershiptests-test9-deleteentity-extendedonly=false cotmembershiptests-test9-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with verbose option cotmembershiptests-test9-deleteentity-message-to-find=Descriptor was deleted for entity, mementity9. cotmembershiptests-test9-deleteentity-expected-exit-code=0 cotmembershiptests-test9-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test9-addcotmember-message-to-find=Entity, mementity9 was added to the circle of trust, memcot9, in realm /. cotmembershiptests-test9-addcotmember-expected-exit-code=0 cotmembershiptests-test9-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test9-listcotmembers-message-to-find=mementity9 cotmembershiptests-test9-listcotmembers-expected-exit-code=0 cotmembershiptests-test9-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test9-removecotmember-message-to-find=Entity, mementity9 was removed from the circle of trust, memcot9. cotmembershiptests-test9-removecotmember-expected-exit-code=0 cotmembershiptests-test10-create-setup-realms= cotmembershiptests-test10-create-setup-cots=/,memcot10 cotmembershiptests-test10-use-verbose-option=true cotmembershiptests-test10-use-debug-option=false cotmembershiptests-test10-use-long-options=true cotmembershiptests-test10-create-description=Creates a idp metadata template with long, verbose options in root realm with saml2 cotmembershiptests-test10-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test10-entityid=mementity10 cotmembershiptests-test10-metadatafile=/tmp/mm.xml cotmembershiptests-test10-extendeddatafile=/tmp/xx.xml cotmembershiptests-test10-create-midp=/idp cotmembershiptests-test10-create-msp= cotmembershiptests-test10-create-optionalattributes= cotmembershiptests-test10-spec=saml2 cotmembershiptests-test10-create-expected-exit-code=0 cotmembershiptests-test10-cot-realm=/ cotmembershiptests-test10-cot-name=memcot10 cotmembershiptests-test10-importentity-description=Imports the idp metadata template to create a entity with long, verbose options in root realm with saml2 cotmembershiptests-test10-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test10-importentity-expected-exit-code=0 cotmembershiptests-test10-deleteentity-extendedonly=false cotmembershiptests-test10-deleteentity-description=Deletes the entity with long, verbose options in root realm of idp metadata with saml2 cotmembershiptests-test10-deleteentity-message-to-find=Descriptor was deleted for entity, mementity10. cotmembershiptests-test10-deleteentity-expected-exit-code=0 cotmembershiptests-test10-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test10-addcotmember-message-to-find=Entity, mementity10 was added to the circle of trust, memcot10, in realm /. cotmembershiptests-test10-addcotmember-expected-exit-code=0 cotmembershiptests-test10-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test10-listcotmembers-message-to-find=mementity10 cotmembershiptests-test10-listcotmembers-expected-exit-code=0 cotmembershiptests-test10-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test10-removecotmember-message-to-find=Entity, mementity10 was removed from the circle of trust, memcot10. cotmembershiptests-test10-removecotmember-expected-exit-code=0 cotmembershiptests-test11-create-setup-realms= cotmembershiptests-test11-create-setup-cots=/,memcot11 cotmembershiptests-test11-use-verbose-option=true cotmembershiptests-test11-use-debug-option=false cotmembershiptests-test11-use-long-options=false cotmembershiptests-test11-create-description=Creates a sp metadata template in root realm with saml2 with verbose option cotmembershiptests-test11-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test11-entityid=mementity11 cotmembershiptests-test11-metadatafile=/tmp/mm.xml cotmembershiptests-test11-extendeddatafile=/tmp/xx.xml cotmembershiptests-test11-create-midp= cotmembershiptests-test11-create-msp=/sp cotmembershiptests-test11-create-optionalattributes= cotmembershiptests-test11-spec=saml2 cotmembershiptests-test11-create-expected-exit-code=0 cotmembershiptests-test11-cot-realm=/ cotmembershiptests-test11-cot-name=memcot11 cotmembershiptests-test11-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with verbose option cotmembershiptests-test11-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test11-importentity-expected-exit-code=0 cotmembershiptests-test11-deleteentity-extendedonly=false cotmembershiptests-test11-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with verbose option cotmembershiptests-test11-deleteentity-message-to-find=Descriptor was deleted for entity, mementity11. cotmembershiptests-test11-deleteentity-expected-exit-code=0 cotmembershiptests-test11-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test11-addcotmember-message-to-find=Entity, mementity11 was added to the circle of trust, memcot11, in realm /. cotmembershiptests-test11-addcotmember-expected-exit-code=0 cotmembershiptests-test11-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test11-listcotmembers-message-to-find=mementity11 cotmembershiptests-test11-listcotmembers-expected-exit-code=0 cotmembershiptests-test11-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test11-removecotmember-message-to-find=Entity, mementity11 was removed from the circle of trust, memcot11. cotmembershiptests-test11-removecotmember-expected-exit-code=0 cotmembershiptests-test12-create-setup-realms= cotmembershiptests-test12-create-setup-cots=/,memcot12 cotmembershiptests-test12-use-verbose-option=true cotmembershiptests-test12-use-debug-option=false cotmembershiptests-test12-use-long-options=true cotmembershiptests-test12-create-description=Creates a sp metadata template with long, verbose options in root realm with saml2 cotmembershiptests-test12-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test12-entityid=mementity12 cotmembershiptests-test12-metadatafile=/tmp/mm.xml cotmembershiptests-test12-extendeddatafile=/tmp/xx.xml cotmembershiptests-test12-create-midp= cotmembershiptests-test12-create-msp=/sp cotmembershiptests-test12-create-optionalattributes= cotmembershiptests-test12-spec=saml2 cotmembershiptests-test12-create-expected-exit-code=0 cotmembershiptests-test12-cot-realm=/ cotmembershiptests-test12-cot-name=memcot12 cotmembershiptests-test12-importentity-description=Imports the sp metadata template to create a entity with long, verbose options in root realm with saml2 cotmembershiptests-test12-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test12-importentity-expected-exit-code=0 cotmembershiptests-test12-deleteentity-extendedonly=false cotmembershiptests-test12-deleteentity-description=Deletes the entity with long, verbose options in root realm of sp metadata with saml2 cotmembershiptests-test12-deleteentity-message-to-find=Descriptor was deleted for entity, mementity12. cotmembershiptests-test12-deleteentity-expected-exit-code=0 cotmembershiptests-test12-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test12-addcotmember-message-to-find=Entity, mementity12 was added to the circle of trust, memcot12, in realm /. cotmembershiptests-test12-addcotmember-expected-exit-code=0 cotmembershiptests-test12-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test12-listcotmembers-message-to-find=mementity12 cotmembershiptests-test12-listcotmembers-expected-exit-code=0 cotmembershiptests-test12-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test12-removecotmember-message-to-find=Entity, mementity12 was removed from the circle of trust, memcot12. cotmembershiptests-test12-removecotmember-expected-exit-code=0 cotmembershiptests-test13-create-setup-realms= cotmembershiptests-test13-create-setup-cots=/,memcot13 cotmembershiptests-test13-use-verbose-option=false cotmembershiptests-test13-use-debug-option=false cotmembershiptests-test13-use-long-options=false cotmembershiptests-test13-create-description=Creates a sp and idp metadata template in root realm with saml2 cotmembershiptests-test13-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test13-entityid=mementity13 cotmembershiptests-test13-metadatafile=/tmp/mm.xml cotmembershiptests-test13-extendeddatafile=/tmp/xx.xml cotmembershiptests-test13-create-midp=/idp cotmembershiptests-test13-create-msp=/sp cotmembershiptests-test13-create-optionalattributes= cotmembershiptests-test13-spec=saml2 cotmembershiptests-test13-create-expected-exit-code=0 cotmembershiptests-test13-cot-realm=/ cotmembershiptests-test13-cot-name=memcot13 cotmembershiptests-test13-importentity-description=Imports the sp and idp metadata template to create a entity in root realm with saml2 cotmembershiptests-test13-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test13-importentity-expected-exit-code=0 cotmembershiptests-test13-deleteentity-extendedonly=false cotmembershiptests-test13-deleteentity-description=Deletes the entity in root realm of sp and idp metadata with saml2 cotmembershiptests-test13-deleteentity-message-to-find=Descriptor was deleted for entity, mementity13. cotmembershiptests-test13-deleteentity-expected-exit-code=0 cotmembershiptests-test13-addcotmember-description=Adds the entity to the cot in root realm of sp and idp metadata with saml2 cotmembershiptests-test13-addcotmember-message-to-find=Entity, mementity13 was added to the circle of trust, memcot13, in realm /. cotmembershiptests-test13-addcotmember-expected-exit-code=0 cotmembershiptests-test13-listcotmembers-description=Lists the members of cot in root realm of sp and idp metadata with saml2 cotmembershiptests-test13-listcotmembers-message-to-find=mementity13 cotmembershiptests-test13-listcotmembers-expected-exit-code=0 cotmembershiptests-test13-removecotmember-description=Removes the entity from the cot in root realm of sp and idp metadata with saml2 cotmembershiptests-test13-removecotmember-message-to-find=Entity, mementity13 was removed from the circle of trust, memcot13. cotmembershiptests-test13-removecotmember-expected-exit-code=0 cotmembershiptests-test14-create-setup-realms= cotmembershiptests-test14-create-setup-cots=/,memcot14 cotmembershiptests-test14-use-verbose-option=false cotmembershiptests-test14-use-debug-option=false cotmembershiptests-test14-use-long-options=true cotmembershiptests-test14-create-description=Creates a sp and idp metadata template in root realm with saml2 with long option cotmembershiptests-test14-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test14-entityid=mementity14 cotmembershiptests-test14-metadatafile=/tmp/mm.xml cotmembershiptests-test14-extendeddatafile=/tmp/xx.xml cotmembershiptests-test14-create-midp=/idp cotmembershiptests-test14-create-msp=/sp cotmembershiptests-test14-create-optionalattributes= cotmembershiptests-test14-spec=saml2 cotmembershiptests-test14-create-expected-exit-code=0 cotmembershiptests-test14-cot-realm=/ cotmembershiptests-test14-cot-name=memcot14 cotmembershiptests-test14-importentity-description=Imports the sp and idp metadata template to create a entity in root realm with saml2 with long option cotmembershiptests-test14-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test14-importentity-expected-exit-code=0 cotmembershiptests-test14-deleteentity-extendedonly=false cotmembershiptests-test14-deleteentity-description=Deletes the entity in root realm of sp and idp metadata with saml2 with long option cotmembershiptests-test14-deleteentity-message-to-find=Descriptor was deleted for entity, mementity14. cotmembershiptests-test14-deleteentity-expected-exit-code=0 cotmembershiptests-test14-addcotmember-description=Adds the entity to the cot in root realm of sp and idp metadata with saml2 with long option cotmembershiptests-test14-addcotmember-message-to-find=Entity, mementity14 was added to the circle of trust, memcot14, in realm /. cotmembershiptests-test14-addcotmember-expected-exit-code=0 cotmembershiptests-test14-listcotmembers-description=Lists the members of cot in root realm of sp and idp metadata with saml2 with long option cotmembershiptests-test14-listcotmembers-message-to-find=mementity14 cotmembershiptests-test14-listcotmembers-expected-exit-code=0 cotmembershiptests-test14-removecotmember-description=Removes the entity from the cot in root realm of sp and idp metadata with saml2 with long option cotmembershiptests-test14-removecotmember-message-to-find=Entity, mementity14 was removed from the circle of trust, memcot14. cotmembershiptests-test14-removecotmember-expected-exit-code=0 cotmembershiptests-test15-create-setup-realms= cotmembershiptests-test15-create-setup-cots=/,memcot15 cotmembershiptests-test15-use-verbose-option=false cotmembershiptests-test15-use-debug-option=true cotmembershiptests-test15-use-long-options=false cotmembershiptests-test15-create-description=Creates a sp and idp metadata template in root realm with saml2 with debug option cotmembershiptests-test15-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test15-entityid=mementity15 cotmembershiptests-test15-metadatafile=/tmp/mm.xml cotmembershiptests-test15-extendeddatafile=/tmp/xx.xml cotmembershiptests-test15-create-midp=/idp cotmembershiptests-test15-create-msp=/sp cotmembershiptests-test15-create-optionalattributes= cotmembershiptests-test15-spec=saml2 cotmembershiptests-test15-create-expected-exit-code=0 cotmembershiptests-test15-cot-realm=/ cotmembershiptests-test15-cot-name=memcot15 cotmembershiptests-test15-importentity-description=Imports the sp and idp metadata template to create a entity in root realm with saml2 with debug option cotmembershiptests-test15-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test15-importentity-expected-exit-code=0 cotmembershiptests-test15-deleteentity-extendedonly=false cotmembershiptests-test15-deleteentity-description=Deletes the entity in root realm of sp and idp metadata with saml2 with debug option cotmembershiptests-test15-deleteentity-message-to-find=Descriptor was deleted for entity, mementity15. cotmembershiptests-test15-deleteentity-expected-exit-code=0 cotmembershiptests-test15-addcotmember-description=Adds the entity to the cot in root realm of sp and idp metadata with saml2 with debug option cotmembershiptests-test15-addcotmember-message-to-find=Entity, mementity15 was added to the circle of trust, memcot15, in realm /. cotmembershiptests-test15-addcotmember-expected-exit-code=0 cotmembershiptests-test15-listcotmembers-description=Lists the members of cot in root realm of sp and idp metadata with saml2 with debug option cotmembershiptests-test15-listcotmembers-message-to-find=mementity15 cotmembershiptests-test15-listcotmembers-expected-exit-code=0 cotmembershiptests-test15-removecotmember-description=Removes the entity from the cot in root realm of sp and idp metadata with saml2 with debug option cotmembershiptests-test15-removecotmember-message-to-find=Entity, mementity15 was removed from the circle of trust, memcot15. cotmembershiptests-test15-removecotmember-expected-exit-code=0 cotmembershiptests-test16-create-setup-realms= cotmembershiptests-test16-create-setup-cots=/,memcot16 cotmembershiptests-test16-use-verbose-option=false cotmembershiptests-test16-use-debug-option=true cotmembershiptests-test16-use-long-options=true cotmembershiptests-test16-create-description=Creates a sp and idp metadata template in root realm with saml2 with long, debug options cotmembershiptests-test16-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test16-entityid=mementity16 cotmembershiptests-test16-metadatafile=/tmp/mm.xml cotmembershiptests-test16-extendeddatafile=/tmp/xx.xml cotmembershiptests-test16-create-midp=/idp cotmembershiptests-test16-create-msp=/sp cotmembershiptests-test16-create-optionalattributes= cotmembershiptests-test16-spec=saml2 cotmembershiptests-test16-create-expected-exit-code=0 cotmembershiptests-test16-cot-realm=/ cotmembershiptests-test16-cot-name=memcot16 cotmembershiptests-test16-importentity-description=Imports the sp and idp metadata template to create a entity in root realm with saml2 with long, debug options cotmembershiptests-test16-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test16-importentity-expected-exit-code=0 cotmembershiptests-test16-deleteentity-extendedonly=false cotmembershiptests-test16-deleteentity-description=Deletes the entity in root realm of sp and idp metadata with saml2 with long, debug options cotmembershiptests-test16-deleteentity-message-to-find=Descriptor was deleted for entity, mementity16. cotmembershiptests-test16-deleteentity-expected-exit-code=0 cotmembershiptests-test16-addcotmember-description=Adds the entity to the cot in root realm of sp and idp metadata with saml2 with long, debug options cotmembershiptests-test16-addcotmember-message-to-find=Entity, mementity16 was added to the circle of trust, memcot16, in realm /. cotmembershiptests-test16-addcotmember-expected-exit-code=0 cotmembershiptests-test16-listcotmembers-description=Lists the members of cot in root realm of sp and idp metadata with saml2 with long, debug options cotmembershiptests-test16-listcotmembers-message-to-find=mementity16 cotmembershiptests-test16-listcotmembers-expected-exit-code=0 cotmembershiptests-test16-removecotmember-description=Removes the entity from the cot in root realm of sp and idp metadata with saml2 with long, debug options cotmembershiptests-test16-removecotmember-message-to-find=Entity, mementity16 was removed from the circle of trust, memcot16. cotmembershiptests-test16-removecotmember-expected-exit-code=0 cotmembershiptests-test17-create-setup-realms= cotmembershiptests-test17-create-setup-cots=/,memcot17 cotmembershiptests-test17-use-verbose-option=true cotmembershiptests-test17-use-debug-option=false cotmembershiptests-test17-use-long-options=false cotmembershiptests-test17-create-description=Creates a sp and idp metadata template in root realm with saml2 with verbose option cotmembershiptests-test17-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test17-entityid=mementity17 cotmembershiptests-test17-metadatafile=/tmp/mm.xml cotmembershiptests-test17-extendeddatafile=/tmp/xx.xml cotmembershiptests-test17-create-midp=/idp cotmembershiptests-test17-create-msp=/sp cotmembershiptests-test17-create-optionalattributes= cotmembershiptests-test17-spec=saml2 cotmembershiptests-test17-create-expected-exit-code=0 cotmembershiptests-test17-cot-realm=/ cotmembershiptests-test17-cot-name=memcot17 cotmembershiptests-test17-importentity-description=Imports the sp and idp metadata template to create a entity in root realm with saml2 with verbose option cotmembershiptests-test17-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test17-importentity-expected-exit-code=0 cotmembershiptests-test17-deleteentity-extendedonly=false cotmembershiptests-test17-deleteentity-description=Deletes the entity in root realm of sp and idp metadata with saml2 with verbose option cotmembershiptests-test17-deleteentity-message-to-find=Descriptor was deleted for entity, mementity17. cotmembershiptests-test17-deleteentity-expected-exit-code=0 cotmembershiptests-test17-addcotmember-description=Adds the entity to the cot in root realm of sp and idp metadata with saml2 with verbose option cotmembershiptests-test17-addcotmember-message-to-find=Entity, mementity17 was added to the circle of trust, memcot17, in realm /. cotmembershiptests-test17-addcotmember-expected-exit-code=0 cotmembershiptests-test17-listcotmembers-description=Lists the members of cot in root realm of sp and idp metadata with saml2 with verbose option cotmembershiptests-test17-listcotmembers-message-to-find=mementity17 cotmembershiptests-test17-listcotmembers-expected-exit-code=0 cotmembershiptests-test17-removecotmember-description=Removes the entity from the cot in root realm of sp and idp metadata with saml2 with verbose option cotmembershiptests-test17-removecotmember-message-to-find=Entity, mementity17 was removed from the circle of trust, memcot17. cotmembershiptests-test17-removecotmember-expected-exit-code=0 cotmembershiptests-test18-create-setup-realms= cotmembershiptests-test18-create-setup-cots=/,memcot18 cotmembershiptests-test18-use-verbose-option=true cotmembershiptests-test18-use-debug-option=false cotmembershiptests-test18-use-long-options=true cotmembershiptests-test18-create-description=Creates a sp and idp metadata template in root realm with saml2 with long, verbose options cotmembershiptests-test18-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test18-entityid=mementity18 cotmembershiptests-test18-metadatafile=/tmp/mm.xml cotmembershiptests-test18-extendeddatafile=/tmp/xx.xml cotmembershiptests-test18-create-midp=/idp cotmembershiptests-test18-create-msp=/sp cotmembershiptests-test18-create-optionalattributes= cotmembershiptests-test18-spec=saml2 cotmembershiptests-test18-create-expected-exit-code=0 cotmembershiptests-test18-cot-realm=/ cotmembershiptests-test18-cot-name=memcot18 cotmembershiptests-test18-importentity-description=Imports the sp and idp metadata template to create a entity in root realm with saml2 with long, verbose options cotmembershiptests-test18-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test18-importentity-expected-exit-code=0 cotmembershiptests-test18-deleteentity-extendedonly=false cotmembershiptests-test18-deleteentity-description=Deletes the entity in root realm of sp and idp metadata with saml2 with long, verbose options cotmembershiptests-test18-deleteentity-message-to-find=Descriptor was deleted for entity, mementity18. cotmembershiptests-test18-deleteentity-expected-exit-code=0 cotmembershiptests-test18-addcotmember-description=Adds the entity to the cot in root realm of sp and idp metadata with saml2 with long, verbose options cotmembershiptests-test18-addcotmember-message-to-find=Entity, mementity18 was added to the circle of trust, memcot18, in realm /. cotmembershiptests-test18-addcotmember-expected-exit-code=0 cotmembershiptests-test18-listcotmembers-description=Lists the members of cot in root realm of sp and idp metadata with saml2 with long, verbose options cotmembershiptests-test18-listcotmembers-message-to-find=mementity18 cotmembershiptests-test18-listcotmembers-expected-exit-code=0 cotmembershiptests-test18-removecotmember-description=Removes the entity from the cot in root realm of sp and idp metadata with saml2 with long, verbose options cotmembershiptests-test18-removecotmember-message-to-find=Entity, mementity18 was removed from the circle of trust, memcot18. cotmembershiptests-test18-removecotmember-expected-exit-code=0 # signing and encryption testcases of IDP cotmembershiptests-test19-create-setup-realms= cotmembershiptests-test19-create-setup-cots=/,memcot19 cotmembershiptests-test19-use-verbose-option=false cotmembershiptests-test19-use-debug-option=false cotmembershiptests-test19-use-long-options=false cotmembershiptests-test19-create-description=Creates a idp metadata template in root realm with saml2 with signing enabled cotmembershiptests-test19-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test19-entityid=mementity19 cotmembershiptests-test19-metadatafile=/tmp/mm.xml cotmembershiptests-test19-extendeddatafile=/tmp/xx.xml cotmembershiptests-test19-create-midp=/idp cotmembershiptests-test19-create-msp= cotmembershiptests-test19-create-optionalattributes=-b=test cotmembershiptests-test19-spec=saml2 cotmembershiptests-test19-create-expected-exit-code=0 cotmembershiptests-test19-cot-realm=/ cotmembershiptests-test19-cot-name=memcot19 cotmembershiptests-test19-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with signing enabled cotmembershiptests-test19-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test19-importentity-expected-exit-code=0 cotmembershiptests-test19-deleteentity-extendedonly=false cotmembershiptests-test19-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with signing enabled cotmembershiptests-test19-deleteentity-message-to-find=Descriptor was deleted for entity, mementity19. cotmembershiptests-test19-deleteentity-expected-exit-code=0 cotmembershiptests-test19-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test19-addcotmember-message-to-find=Entity, mementity19 was added to the circle of trust, memcot19, in realm /. cotmembershiptests-test19-addcotmember-expected-exit-code=0 cotmembershiptests-test19-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test19-listcotmembers-message-to-find=mementity19 cotmembershiptests-test19-listcotmembers-expected-exit-code=0 cotmembershiptests-test19-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test19-removecotmember-message-to-find=Entity, mementity19 was removed from the circle of trust, memcot19. cotmembershiptests-test19-removecotmember-expected-exit-code=0 cotmembershiptests-test20-create-setup-realms= cotmembershiptests-test20-create-setup-cots=/,memcot20 cotmembershiptests-test20-use-verbose-option=false cotmembershiptests-test20-use-debug-option=false cotmembershiptests-test20-use-long-options=false cotmembershiptests-test20-create-description=Creates a idp metadata template in root realm with saml2 with encryption enabled cotmembershiptests-test20-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test20-entityid=mementity20 cotmembershiptests-test20-metadatafile=/tmp/mm.xml cotmembershiptests-test20-extendeddatafile=/tmp/xx.xml cotmembershiptests-test20-create-midp=/idp cotmembershiptests-test20-create-msp= cotmembershiptests-test20-create-optionalattributes=-g=test cotmembershiptests-test20-spec=saml2 cotmembershiptests-test20-create-expected-exit-code=0 cotmembershiptests-test20-cot-realm=/ cotmembershiptests-test20-cot-name=memcot20 cotmembershiptests-test20-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with encryption enabled cotmembershiptests-test20-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test20-importentity-expected-exit-code=0 cotmembershiptests-test20-deleteentity-extendedonly=false cotmembershiptests-test20-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with encryption enabled cotmembershiptests-test20-deleteentity-message-to-find=Descriptor was deleted for entity, mementity20. cotmembershiptests-test20-deleteentity-expected-exit-code=0 cotmembershiptests-test20-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test20-addcotmember-message-to-find=Entity, mementity20 was added to the circle of trust, memcot20, in realm /. cotmembershiptests-test20-addcotmember-expected-exit-code=0 cotmembershiptests-test20-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test20-listcotmembers-message-to-find=mementity20 cotmembershiptests-test20-listcotmembers-expected-exit-code=0 cotmembershiptests-test20-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test20-removecotmember-message-to-find=Entity, mementity20 was removed from the circle of trust, memcot20. cotmembershiptests-test20-removecotmember-expected-exit-code=0 cotmembershiptests-test21-create-setup-realms= cotmembershiptests-test21-create-setup-cots=/,memcot21 cotmembershiptests-test21-use-verbose-option=false cotmembershiptests-test21-use-debug-option=false cotmembershiptests-test21-use-long-options=false cotmembershiptests-test21-create-description=Creates a idp metadata template in root realm with saml2 with signing and encryption enabled cotmembershiptests-test21-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test21-entityid=mementity21 cotmembershiptests-test21-metadatafile=/tmp/mm.xml cotmembershiptests-test21-extendeddatafile=/tmp/xx.xml cotmembershiptests-test21-create-midp=/idp cotmembershiptests-test21-create-msp= cotmembershiptests-test21-create-optionalattributes=-b=test,-g=test cotmembershiptests-test21-spec=saml2 cotmembershiptests-test21-create-expected-exit-code=0 cotmembershiptests-test21-cot-realm=/ cotmembershiptests-test21-cot-name=memcot21 cotmembershiptests-test21-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with signing and encryption enabled cotmembershiptests-test21-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test21-importentity-expected-exit-code=0 cotmembershiptests-test21-deleteentity-extendedonly=false cotmembershiptests-test21-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with signing and encryption enabled cotmembershiptests-test21-deleteentity-message-to-find=Descriptor was deleted for entity, mementity21. cotmembershiptests-test21-deleteentity-expected-exit-code=0 cotmembershiptests-test21-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test21-addcotmember-message-to-find=Entity, mementity21 was added to the circle of trust, memcot21, in realm /. cotmembershiptests-test21-addcotmember-expected-exit-code=0 cotmembershiptests-test21-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test21-listcotmembers-message-to-find=mementity21 cotmembershiptests-test21-listcotmembers-expected-exit-code=0 cotmembershiptests-test21-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test21-removecotmember-message-to-find=Entity, mementity21 was removed from the circle of trust, memcot21. cotmembershiptests-test21-removecotmember-expected-exit-code=0 cotmembershiptests-test22-create-setup-realms= cotmembershiptests-test22-create-setup-cots=/,memcot22 cotmembershiptests-test22-use-verbose-option=false cotmembershiptests-test22-use-debug-option=false cotmembershiptests-test22-use-long-options=true cotmembershiptests-test22-create-description=Creates a idp metadata template in root realm with saml2 with signing enabled and long option cotmembershiptests-test22-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test22-entityid=mementity22 cotmembershiptests-test22-metadatafile=/tmp/mm.xml cotmembershiptests-test22-extendeddatafile=/tmp/xx.xml cotmembershiptests-test22-create-midp=/idp cotmembershiptests-test22-create-msp= cotmembershiptests-test22-create-optionalattributes=--idpscertalias=test cotmembershiptests-test22-spec=saml2 cotmembershiptests-test22-create-expected-exit-code=0 cotmembershiptests-test22-cot-realm=/ cotmembershiptests-test22-cot-name=memcot22 cotmembershiptests-test22-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with signing enabled and long option cotmembershiptests-test22-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test22-importentity-expected-exit-code=0 cotmembershiptests-test22-deleteentity-extendedonly=false cotmembershiptests-test22-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with signing enabled and long option cotmembershiptests-test22-deleteentity-message-to-find=Descriptor was deleted for entity, mementity22. cotmembershiptests-test22-deleteentity-expected-exit-code=0 cotmembershiptests-test22-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test22-addcotmember-message-to-find=Entity, mementity22 was added to the circle of trust, memcot22, in realm /. cotmembershiptests-test22-addcotmember-expected-exit-code=0 cotmembershiptests-test22-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test22-listcotmembers-message-to-find=mementity22 cotmembershiptests-test22-listcotmembers-expected-exit-code=0 cotmembershiptests-test22-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test22-removecotmember-message-to-find=Entity, mementity22 was removed from the circle of trust, memcot22. cotmembershiptests-test22-removecotmember-expected-exit-code=0 cotmembershiptests-test23-create-setup-realms= cotmembershiptests-test23-create-setup-cots=/,memcot23 cotmembershiptests-test23-use-verbose-option=false cotmembershiptests-test23-use-debug-option=false cotmembershiptests-test23-use-long-options=true cotmembershiptests-test23-create-description=Creates a idp metadata template in root realm with saml2 with encryption enabled and long option cotmembershiptests-test23-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test23-entityid=mementity23 cotmembershiptests-test23-metadatafile=/tmp/mm.xml cotmembershiptests-test23-extendeddatafile=/tmp/xx.xml cotmembershiptests-test23-create-midp=/idp cotmembershiptests-test23-create-msp= cotmembershiptests-test23-create-optionalattributes=--idpecertalias=test cotmembershiptests-test23-spec=saml2 cotmembershiptests-test23-create-expected-exit-code=0 cotmembershiptests-test23-cot-realm=/ cotmembershiptests-test23-cot-name=memcot23 cotmembershiptests-test23-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with encryption enabled and long option cotmembershiptests-test23-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test23-importentity-expected-exit-code=0 cotmembershiptests-test23-deleteentity-extendedonly=false cotmembershiptests-test23-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with encryption enabled and long option cotmembershiptests-test23-deleteentity-message-to-find=Descriptor was deleted for entity, mementity23. cotmembershiptests-test23-deleteentity-expected-exit-code=0 cotmembershiptests-test23-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test23-addcotmember-message-to-find=Entity, mementity23 was added to the circle of trust, memcot23, in realm /. cotmembershiptests-test23-addcotmember-expected-exit-code=0 cotmembershiptests-test23-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test23-listcotmembers-message-to-find=mementity23 cotmembershiptests-test23-listcotmembers-expected-exit-code=0 cotmembershiptests-test23-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test23-removecotmember-message-to-find=Entity, mementity23 was removed from the circle of trust, memcot23. cotmembershiptests-test23-removecotmember-expected-exit-code=0 cotmembershiptests-test24-create-setup-realms= cotmembershiptests-test24-create-setup-cots=/,memcot24 cotmembershiptests-test24-use-verbose-option=false cotmembershiptests-test24-use-debug-option=false cotmembershiptests-test24-use-long-options=true cotmembershiptests-test24-create-description=Creates a idp metadata template in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test24-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test24-entityid=mementity24 cotmembershiptests-test24-metadatafile=/tmp/mm.xml cotmembershiptests-test24-extendeddatafile=/tmp/xx.xml cotmembershiptests-test24-create-midp=/idp cotmembershiptests-test24-create-msp= cotmembershiptests-test24-create-optionalattributes=--idpscertalias=test,--idpecertalias=test cotmembershiptests-test24-spec=saml2 cotmembershiptests-test24-create-expected-exit-code=0 cotmembershiptests-test24-cot-realm=/ cotmembershiptests-test24-cot-name=memcot24 cotmembershiptests-test24-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test24-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test24-importentity-expected-exit-code=0 cotmembershiptests-test24-deleteentity-extendedonly=false cotmembershiptests-test24-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with signing and encryption enabled and long option cotmembershiptests-test24-deleteentity-message-to-find=Descriptor was deleted for entity, mementity24. cotmembershiptests-test24-deleteentity-expected-exit-code=0 cotmembershiptests-test24-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test24-addcotmember-message-to-find=Entity, mementity24 was added to the circle of trust, memcot24, in realm /. cotmembershiptests-test24-addcotmember-expected-exit-code=0 cotmembershiptests-test24-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test24-listcotmembers-message-to-find=mementity24 cotmembershiptests-test24-listcotmembers-expected-exit-code=0 cotmembershiptests-test24-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test24-removecotmember-message-to-find=Entity, mementity24 was removed from the circle of trust, memcot24. cotmembershiptests-test24-removecotmember-expected-exit-code=0 cotmembershiptests-test25-create-setup-realms= cotmembershiptests-test25-create-setup-cots=/,memcot25 cotmembershiptests-test25-use-verbose-option=false cotmembershiptests-test25-use-debug-option=true cotmembershiptests-test25-use-long-options=false cotmembershiptests-test25-create-description=Creates a idp metadata template in root realm with saml2 with signing enabled and debug option cotmembershiptests-test25-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test25-entityid=mementity25 cotmembershiptests-test25-metadatafile=/tmp/mm.xml cotmembershiptests-test25-extendeddatafile=/tmp/xx.xml cotmembershiptests-test25-create-midp=/idp cotmembershiptests-test25-create-msp= cotmembershiptests-test25-create-optionalattributes=-b=test cotmembershiptests-test25-spec=saml2 cotmembershiptests-test25-create-expected-exit-code=0 cotmembershiptests-test25-cot-realm=/ cotmembershiptests-test25-cot-name=memcot25 cotmembershiptests-test25-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with signing enabled and debug option cotmembershiptests-test25-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test25-importentity-expected-exit-code=0 cotmembershiptests-test25-deleteentity-extendedonly=false cotmembershiptests-test25-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with signing enabled and debug option cotmembershiptests-test25-deleteentity-message-to-find=Descriptor was deleted for entity, mementity25. cotmembershiptests-test25-deleteentity-expected-exit-code=0 cotmembershiptests-test25-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test25-addcotmember-message-to-find=Entity, mementity25 was added to the circle of trust, memcot25, in realm /. cotmembershiptests-test25-addcotmember-expected-exit-code=0 cotmembershiptests-test25-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test25-listcotmembers-message-to-find=mementity25 cotmembershiptests-test25-listcotmembers-expected-exit-code=0 cotmembershiptests-test25-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test25-removecotmember-message-to-find=Entity, mementity25 was removed from the circle of trust, memcot25. cotmembershiptests-test25-removecotmember-expected-exit-code=0 cotmembershiptests-test26-create-setup-realms= cotmembershiptests-test26-create-setup-cots=/,memcot26 cotmembershiptests-test26-use-verbose-option=false cotmembershiptests-test26-use-debug-option=true cotmembershiptests-test26-use-long-options=false cotmembershiptests-test26-create-description=Creates a idp metadata template in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test26-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test26-entityid=mementity26 cotmembershiptests-test26-metadatafile=/tmp/mm.xml cotmembershiptests-test26-extendeddatafile=/tmp/xx.xml cotmembershiptests-test26-create-midp=/idp cotmembershiptests-test26-create-msp= cotmembershiptests-test26-create-optionalattributes=-g=test cotmembershiptests-test26-spec=saml2 cotmembershiptests-test26-create-expected-exit-code=0 cotmembershiptests-test26-cot-realm=/ cotmembershiptests-test26-cot-name=memcot26 cotmembershiptests-test26-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test26-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test26-importentity-expected-exit-code=0 cotmembershiptests-test26-deleteentity-extendedonly=false cotmembershiptests-test26-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with encryption enabled and debug option cotmembershiptests-test26-deleteentity-message-to-find=Descriptor was deleted for entity, mementity26. cotmembershiptests-test26-deleteentity-expected-exit-code=0 cotmembershiptests-test26-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test26-addcotmember-message-to-find=Entity, mementity26 was added to the circle of trust, memcot26, in realm /. cotmembershiptests-test26-addcotmember-expected-exit-code=0 cotmembershiptests-test26-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test26-listcotmembers-message-to-find=mementity26 cotmembershiptests-test26-listcotmembers-expected-exit-code=0 cotmembershiptests-test26-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test26-removecotmember-message-to-find=Entity, mementity26 was removed from the circle of trust, memcot26. cotmembershiptests-test26-removecotmember-expected-exit-code=0 cotmembershiptests-test27-create-setup-realms= cotmembershiptests-test27-create-setup-cots=/,memcot27 cotmembershiptests-test27-use-verbose-option=false cotmembershiptests-test27-use-debug-option=true cotmembershiptests-test27-use-long-options=false cotmembershiptests-test27-create-description=Creates a idp metadata template in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test27-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test27-entityid=mementity27 cotmembershiptests-test27-metadatafile=/tmp/mm.xml cotmembershiptests-test27-extendeddatafile=/tmp/xx.xml cotmembershiptests-test27-create-midp=/idp cotmembershiptests-test27-create-msp= cotmembershiptests-test27-create-optionalattributes=-b=test,-g=test cotmembershiptests-test27-spec=saml2 cotmembershiptests-test27-create-expected-exit-code=0 cotmembershiptests-test27-cot-realm=/ cotmembershiptests-test27-cot-name=memcot27 cotmembershiptests-test27-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test27-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test27-importentity-expected-exit-code=0 cotmembershiptests-test27-deleteentity-extendedonly=false cotmembershiptests-test27-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with signing and encryption enabled and debug option cotmembershiptests-test27-deleteentity-message-to-find=Descriptor was deleted for entity, mementity27. cotmembershiptests-test27-deleteentity-expected-exit-code=0 cotmembershiptests-test27-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test27-addcotmember-message-to-find=Entity, mementity27 was added to the circle of trust, memcot27, in realm /. cotmembershiptests-test27-addcotmember-expected-exit-code=0 cotmembershiptests-test27-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test27-listcotmembers-message-to-find=mementity27 cotmembershiptests-test27-listcotmembers-expected-exit-code=0 cotmembershiptests-test27-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test27-removecotmember-message-to-find=Entity, mementity27 was removed from the circle of trust, memcot27. cotmembershiptests-test27-removecotmember-expected-exit-code=0 cotmembershiptests-test28-create-setup-realms= cotmembershiptests-test28-create-setup-cots=/,memcot28 cotmembershiptests-test28-use-verbose-option=false cotmembershiptests-test28-use-debug-option=true cotmembershiptests-test28-use-long-options=true cotmembershiptests-test28-create-description=Creates a idp metadata template in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test28-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test28-entityid=mementity28 cotmembershiptests-test28-metadatafile=/tmp/mm.xml cotmembershiptests-test28-extendeddatafile=/tmp/xx.xml cotmembershiptests-test28-create-midp=/idp cotmembershiptests-test28-create-msp= cotmembershiptests-test28-create-optionalattributes=--idpscertalias=test cotmembershiptests-test28-spec=saml2 cotmembershiptests-test28-create-expected-exit-code=0 cotmembershiptests-test28-cot-realm=/ cotmembershiptests-test28-cot-name=memcot28 cotmembershiptests-test28-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test28-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test28-importentity-expected-exit-code=0 cotmembershiptests-test28-deleteentity-extendedonly=false cotmembershiptests-test28-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with signing enabled and long, debug options cotmembershiptests-test28-deleteentity-message-to-find=Descriptor was deleted for entity, mementity28. cotmembershiptests-test28-deleteentity-expected-exit-code=0 cotmembershiptests-test28-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test28-addcotmember-message-to-find=Entity, mementity28 was added to the circle of trust, memcot28, in realm /. cotmembershiptests-test28-addcotmember-expected-exit-code=0 cotmembershiptests-test28-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test28-listcotmembers-message-to-find=mementity28 cotmembershiptests-test28-listcotmembers-expected-exit-code=0 cotmembershiptests-test28-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test28-removecotmember-message-to-find=Entity, mementity28 was removed from the circle of trust, memcot28. cotmembershiptests-test28-removecotmember-expected-exit-code=0 cotmembershiptests-test29-create-setup-realms= cotmembershiptests-test29-create-setup-cots=/,memcot29 cotmembershiptests-test29-use-verbose-option=false cotmembershiptests-test29-use-debug-option=true cotmembershiptests-test29-use-long-options=true cotmembershiptests-test29-create-description=Creates a idp metadata template in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test29-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test29-entityid=mementity29 cotmembershiptests-test29-metadatafile=/tmp/mm.xml cotmembershiptests-test29-extendeddatafile=/tmp/xx.xml cotmembershiptests-test29-create-midp=/idp cotmembershiptests-test29-create-msp= cotmembershiptests-test29-create-optionalattributes=--idpecertalias=test cotmembershiptests-test29-spec=saml2 cotmembershiptests-test29-create-expected-exit-code=0 cotmembershiptests-test29-cot-realm=/ cotmembershiptests-test29-cot-name=memcot29 cotmembershiptests-test29-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test29-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test29-importentity-expected-exit-code=0 cotmembershiptests-test29-deleteentity-extendedonly=false cotmembershiptests-test29-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with encryption enabled and long, debug options cotmembershiptests-test29-deleteentity-message-to-find=Descriptor was deleted for entity, mementity29. cotmembershiptests-test29-deleteentity-expected-exit-code=0 cotmembershiptests-test29-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test29-addcotmember-message-to-find=Entity, mementity29 was added to the circle of trust, memcot29, in realm /. cotmembershiptests-test29-addcotmember-expected-exit-code=0 cotmembershiptests-test29-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test29-listcotmembers-message-to-find=mementity29 cotmembershiptests-test29-listcotmembers-expected-exit-code=0 cotmembershiptests-test29-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test29-removecotmember-message-to-find=Entity, mementity29 was removed from the circle of trust, memcot29. cotmembershiptests-test29-removecotmember-expected-exit-code=0 cotmembershiptests-test30-create-setup-realms= cotmembershiptests-test30-create-setup-cots=/,memcot30 cotmembershiptests-test30-use-verbose-option=false cotmembershiptests-test30-use-debug-option=true cotmembershiptests-test30-use-long-options=true cotmembershiptests-test30-create-description=Creates a idp metadata template in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test30-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test30-entityid=mementity30 cotmembershiptests-test30-metadatafile=/tmp/mm.xml cotmembershiptests-test30-extendeddatafile=/tmp/xx.xml cotmembershiptests-test30-create-midp=/idp cotmembershiptests-test30-create-msp= cotmembershiptests-test30-create-optionalattributes=--idpscertalias=test,--idpecertalias=test cotmembershiptests-test30-spec=saml2 cotmembershiptests-test30-create-expected-exit-code=0 cotmembershiptests-test30-cot-realm=/ cotmembershiptests-test30-cot-name=memcot30 cotmembershiptests-test30-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test30-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test30-importentity-expected-exit-code=0 cotmembershiptests-test30-deleteentity-extendedonly=false cotmembershiptests-test30-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test30-deleteentity-message-to-find=Descriptor was deleted for entity, mementity30. cotmembershiptests-test30-deleteentity-expected-exit-code=0 cotmembershiptests-test30-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test30-addcotmember-message-to-find=Entity, mementity30 was added to the circle of trust, memcot30, in realm /. cotmembershiptests-test30-addcotmember-expected-exit-code=0 cotmembershiptests-test30-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test30-listcotmembers-message-to-find=mementity30 cotmembershiptests-test30-listcotmembers-expected-exit-code=0 cotmembershiptests-test30-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test30-removecotmember-message-to-find=Entity, mementity30 was removed from the circle of trust, memcot30. cotmembershiptests-test30-removecotmember-expected-exit-code=0 cotmembershiptests-test31-create-setup-realms= cotmembershiptests-test31-create-setup-cots=/,memcot31 cotmembershiptests-test31-use-verbose-option=true cotmembershiptests-test31-use-debug-option=false cotmembershiptests-test31-use-long-options=false cotmembershiptests-test31-create-description=Creates a idp metadata template in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test31-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test31-entityid=mementity31 cotmembershiptests-test31-metadatafile=/tmp/mm.xml cotmembershiptests-test31-extendeddatafile=/tmp/xx.xml cotmembershiptests-test31-create-midp=/idp cotmembershiptests-test31-create-msp= cotmembershiptests-test31-create-optionalattributes=-b=test cotmembershiptests-test31-spec=saml2 cotmembershiptests-test31-create-expected-exit-code=0 cotmembershiptests-test31-cot-realm=/ cotmembershiptests-test31-cot-name=memcot31 cotmembershiptests-test31-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test31-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test31-importentity-expected-exit-code=0 cotmembershiptests-test31-deleteentity-extendedonly=false cotmembershiptests-test31-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with signing enabled and verbose option cotmembershiptests-test31-deleteentity-message-to-find=Descriptor was deleted for entity, mementity31. cotmembershiptests-test31-deleteentity-expected-exit-code=0 cotmembershiptests-test31-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test31-addcotmember-message-to-find=Entity, mementity31 was added to the circle of trust, memcot31, in realm /. cotmembershiptests-test31-addcotmember-expected-exit-code=0 cotmembershiptests-test31-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test31-listcotmembers-message-to-find=mementity31 cotmembershiptests-test31-listcotmembers-expected-exit-code=0 cotmembershiptests-test31-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test31-removecotmember-message-to-find=Entity, mementity31 was removed from the circle of trust, memcot31. cotmembershiptests-test31-removecotmember-expected-exit-code=0 cotmembershiptests-test32-create-setup-realms= cotmembershiptests-test32-create-setup-cots=/,memcot32 cotmembershiptests-test32-use-verbose-option=true cotmembershiptests-test32-use-debug-option=false cotmembershiptests-test32-use-long-options=false cotmembershiptests-test32-create-description=Creates a idp metadata template in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test32-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test32-entityid=mementity32 cotmembershiptests-test32-metadatafile=/tmp/mm.xml cotmembershiptests-test32-extendeddatafile=/tmp/xx.xml cotmembershiptests-test32-create-midp=/idp cotmembershiptests-test32-create-msp= cotmembershiptests-test32-create-optionalattributes=-g=test cotmembershiptests-test32-spec=saml2 cotmembershiptests-test32-create-expected-exit-code=0 cotmembershiptests-test32-cot-realm=/ cotmembershiptests-test32-cot-name=memcot32 cotmembershiptests-test32-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test32-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test32-importentity-expected-exit-code=0 cotmembershiptests-test32-deleteentity-extendedonly=false cotmembershiptests-test32-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with encryption enabled and verbose option cotmembershiptests-test32-deleteentity-message-to-find=Descriptor was deleted for entity, mementity32. cotmembershiptests-test32-deleteentity-expected-exit-code=0 cotmembershiptests-test32-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test32-addcotmember-message-to-find=Entity, mementity32 was added to the circle of trust, memcot32, in realm /. cotmembershiptests-test32-addcotmember-expected-exit-code=0 cotmembershiptests-test32-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test32-listcotmembers-message-to-find=mementity32 cotmembershiptests-test32-listcotmembers-expected-exit-code=0 cotmembershiptests-test32-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test32-removecotmember-message-to-find=Entity, mementity32 was removed from the circle of trust, memcot32. cotmembershiptests-test32-removecotmember-expected-exit-code=0 cotmembershiptests-test33-create-setup-realms= cotmembershiptests-test33-create-setup-cots=/,memcot33 cotmembershiptests-test33-use-verbose-option=true cotmembershiptests-test33-use-debug-option=false cotmembershiptests-test33-use-long-options=false cotmembershiptests-test33-create-description=Creates a idp metadata template in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test33-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test33-entityid=mementity33 cotmembershiptests-test33-metadatafile=/tmp/mm.xml cotmembershiptests-test33-extendeddatafile=/tmp/xx.xml cotmembershiptests-test33-create-midp=/idp cotmembershiptests-test33-create-msp= cotmembershiptests-test33-create-optionalattributes=-b=test,-g=test cotmembershiptests-test33-spec=saml2 cotmembershiptests-test33-create-expected-exit-code=0 cotmembershiptests-test33-cot-realm=/ cotmembershiptests-test33-cot-name=memcot33 cotmembershiptests-test33-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test33-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test33-importentity-expected-exit-code=0 cotmembershiptests-test33-deleteentity-extendedonly=false cotmembershiptests-test33-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test33-deleteentity-message-to-find=Descriptor was deleted for entity, mementity33. cotmembershiptests-test33-deleteentity-expected-exit-code=0 cotmembershiptests-test33-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test33-addcotmember-message-to-find=Entity, mementity33 was added to the circle of trust, memcot33, in realm /. cotmembershiptests-test33-addcotmember-expected-exit-code=0 cotmembershiptests-test33-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test33-listcotmembers-message-to-find=mementity33 cotmembershiptests-test33-listcotmembers-expected-exit-code=0 cotmembershiptests-test33-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test33-removecotmember-message-to-find=Entity, mementity33 was removed from the circle of trust, memcot33. cotmembershiptests-test33-removecotmember-expected-exit-code=0 cotmembershiptests-test34-create-setup-realms= cotmembershiptests-test34-create-setup-cots=/,memcot34 cotmembershiptests-test34-use-verbose-option=true cotmembershiptests-test34-use-debug-option=false cotmembershiptests-test34-use-long-options=true cotmembershiptests-test34-create-description=Creates a idp metadata template in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test34-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test34-entityid=mementity34 cotmembershiptests-test34-metadatafile=/tmp/mm.xml cotmembershiptests-test34-extendeddatafile=/tmp/xx.xml cotmembershiptests-test34-create-midp=/idp cotmembershiptests-test34-create-msp= cotmembershiptests-test34-create-optionalattributes=--idpscertalias=test cotmembershiptests-test34-spec=saml2 cotmembershiptests-test34-create-expected-exit-code=0 cotmembershiptests-test34-cot-realm=/ cotmembershiptests-test34-cot-name=memcot34 cotmembershiptests-test34-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test34-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test34-importentity-expected-exit-code=0 cotmembershiptests-test34-deleteentity-extendedonly=false cotmembershiptests-test34-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with signing enabled and long, verbose options cotmembershiptests-test34-deleteentity-message-to-find=Descriptor was deleted for entity, mementity34. cotmembershiptests-test34-deleteentity-expected-exit-code=0 cotmembershiptests-test34-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test34-addcotmember-message-to-find=Entity, mementity34 was added to the circle of trust, memcot34, in realm /. cotmembershiptests-test34-addcotmember-expected-exit-code=0 cotmembershiptests-test34-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test34-listcotmembers-message-to-find=mementity34 cotmembershiptests-test34-listcotmembers-expected-exit-code=0 cotmembershiptests-test34-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test34-removecotmember-message-to-find=Entity, mementity34 was removed from the circle of trust, memcot34. cotmembershiptests-test34-removecotmember-expected-exit-code=0 cotmembershiptests-test35-create-setup-realms= cotmembershiptests-test35-create-setup-cots=/,memcot35 cotmembershiptests-test35-use-verbose-option=true cotmembershiptests-test35-use-debug-option=false cotmembershiptests-test35-use-long-options=true cotmembershiptests-test35-create-description=Creates a idp metadata template in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test35-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test35-entityid=mementity35 cotmembershiptests-test35-metadatafile=/tmp/mm.xml cotmembershiptests-test35-extendeddatafile=/tmp/xx.xml cotmembershiptests-test35-create-midp=/idp cotmembershiptests-test35-create-msp= cotmembershiptests-test35-create-optionalattributes=--idpecertalias=test cotmembershiptests-test35-spec=saml2 cotmembershiptests-test35-create-expected-exit-code=0 cotmembershiptests-test35-cot-realm=/ cotmembershiptests-test35-cot-name=memcot35 cotmembershiptests-test35-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test35-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test35-importentity-expected-exit-code=0 cotmembershiptests-test35-deleteentity-extendedonly=false cotmembershiptests-test35-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with encryption enabled and long, verbose options cotmembershiptests-test35-deleteentity-message-to-find=Descriptor was deleted for entity, mementity35. cotmembershiptests-test35-deleteentity-expected-exit-code=0 cotmembershiptests-test35-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test35-addcotmember-message-to-find=Entity, mementity35 was added to the circle of trust, memcot35, in realm /. cotmembershiptests-test35-addcotmember-expected-exit-code=0 cotmembershiptests-test35-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test35-listcotmembers-message-to-find=mementity35 cotmembershiptests-test35-listcotmembers-expected-exit-code=0 cotmembershiptests-test35-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test35-removecotmember-message-to-find=Entity, mementity35 was removed from the circle of trust, memcot35. cotmembershiptests-test35-removecotmember-expected-exit-code=0 cotmembershiptests-test36-create-setup-realms= cotmembershiptests-test36-create-setup-cots=/,memcot36 cotmembershiptests-test36-use-verbose-option=true cotmembershiptests-test36-use-debug-option=false cotmembershiptests-test36-use-long-options=true cotmembershiptests-test36-create-description=Creates a idp metadata template in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test36-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test36-entityid=mementity36 cotmembershiptests-test36-metadatafile=/tmp/mm.xml cotmembershiptests-test36-extendeddatafile=/tmp/xx.xml cotmembershiptests-test36-create-midp=/idp cotmembershiptests-test36-create-msp= cotmembershiptests-test36-create-optionalattributes=--idpscertalias=test,--idpecertalias=test cotmembershiptests-test36-spec=saml2 cotmembershiptests-test36-create-expected-exit-code=0 cotmembershiptests-test36-cot-realm=/ cotmembershiptests-test36-cot-name=memcot36 cotmembershiptests-test36-importentity-description=Imports the idp metadata template to create a entity in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test36-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test36-importentity-expected-exit-code=0 cotmembershiptests-test36-deleteentity-extendedonly=false cotmembershiptests-test36-deleteentity-description=Deletes the entity in root realm of idp metadata with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test36-deleteentity-message-to-find=Descriptor was deleted for entity, mementity36. cotmembershiptests-test36-deleteentity-expected-exit-code=0 cotmembershiptests-test36-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 cotmembershiptests-test36-addcotmember-message-to-find=Entity, mementity36 was added to the circle of trust, memcot36, in realm /. cotmembershiptests-test36-addcotmember-expected-exit-code=0 cotmembershiptests-test36-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 cotmembershiptests-test36-listcotmembers-message-to-find=mementity36 cotmembershiptests-test36-listcotmembers-expected-exit-code=0 cotmembershiptests-test36-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 cotmembershiptests-test36-removecotmember-message-to-find=Entity, mementity36 was removed from the circle of trust, memcot36. cotmembershiptests-test36-removecotmember-expected-exit-code=0 # signing and encryption testcases of SP cotmembershiptests-test37-create-setup-realms= cotmembershiptests-test37-create-setup-cots=/,memcot37 cotmembershiptests-test37-use-verbose-option=false cotmembershiptests-test37-use-debug-option=false cotmembershiptests-test37-use-long-options=false cotmembershiptests-test37-create-description=Creates a sp metadata template in root realm with saml2 with signing enabled cotmembershiptests-test37-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test37-entityid=mementity37 cotmembershiptests-test37-metadatafile=/tmp/mm.xml cotmembershiptests-test37-extendeddatafile=/tmp/xx.xml cotmembershiptests-test37-create-midp= cotmembershiptests-test37-create-msp=/sp cotmembershiptests-test37-create-optionalattributes=-a=test cotmembershiptests-test37-spec=saml2 cotmembershiptests-test37-create-expected-exit-code=0 cotmembershiptests-test37-cot-realm=/ cotmembershiptests-test37-cot-name=memcot37 cotmembershiptests-test37-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with signing enabled cotmembershiptests-test37-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test37-importentity-expected-exit-code=0 cotmembershiptests-test37-deleteentity-extendedonly=false cotmembershiptests-test37-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with signing enabled cotmembershiptests-test37-deleteentity-message-to-find=Descriptor was deleted for entity, mementity37. cotmembershiptests-test37-deleteentity-expected-exit-code=0 cotmembershiptests-test37-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test37-addcotmember-message-to-find=Entity, mementity37 was added to the circle of trust, memcot37, in realm /. cotmembershiptests-test37-addcotmember-expected-exit-code=0 cotmembershiptests-test37-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test37-listcotmembers-message-to-find=mementity37 cotmembershiptests-test37-listcotmembers-expected-exit-code=0 cotmembershiptests-test37-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test37-removecotmember-message-to-find=Entity, mementity37 was removed from the circle of trust, memcot37. cotmembershiptests-test37-removecotmember-expected-exit-code=0 cotmembershiptests-test38-create-setup-realms= cotmembershiptests-test38-create-setup-cots=/,memcot38 cotmembershiptests-test38-use-verbose-option=false cotmembershiptests-test38-use-debug-option=false cotmembershiptests-test38-use-long-options=false cotmembershiptests-test38-create-description=Creates a sp metadata template in root realm with saml2 with encryption enabled cotmembershiptests-test38-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test38-entityid=mementity38 cotmembershiptests-test38-metadatafile=/tmp/mm.xml cotmembershiptests-test38-extendeddatafile=/tmp/xx.xml cotmembershiptests-test38-create-midp= cotmembershiptests-test38-create-msp=/sp cotmembershiptests-test38-create-optionalattributes=-r=test cotmembershiptests-test38-spec=saml2 cotmembershiptests-test38-create-expected-exit-code=0 cotmembershiptests-test38-cot-realm=/ cotmembershiptests-test38-cot-name=memcot38 cotmembershiptests-test38-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with encryption enabled cotmembershiptests-test38-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test38-importentity-expected-exit-code=0 cotmembershiptests-test38-deleteentity-extendedonly=false cotmembershiptests-test38-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with encryption enabled cotmembershiptests-test38-deleteentity-message-to-find=Descriptor was deleted for entity, mementity38. cotmembershiptests-test38-deleteentity-expected-exit-code=0 cotmembershiptests-test38-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test38-addcotmember-message-to-find=Entity, mementity38 was added to the circle of trust, memcot38, in realm /. cotmembershiptests-test38-addcotmember-expected-exit-code=0 cotmembershiptests-test38-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test38-listcotmembers-message-to-find=mementity38 cotmembershiptests-test38-listcotmembers-expected-exit-code=0 cotmembershiptests-test38-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test38-removecotmember-message-to-find=Entity, mementity38 was removed from the circle of trust, memcot38. cotmembershiptests-test38-removecotmember-expected-exit-code=0 cotmembershiptests-test39-create-setup-realms= cotmembershiptests-test39-create-setup-cots=/,memcot39 cotmembershiptests-test39-use-verbose-option=false cotmembershiptests-test39-use-debug-option=false cotmembershiptests-test39-use-long-options=false cotmembershiptests-test39-create-description=Creates a sp metadata template in root realm with saml2 with signing and encryption enabled cotmembershiptests-test39-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test39-entityid=mementity39 cotmembershiptests-test39-metadatafile=/tmp/mm.xml cotmembershiptests-test39-extendeddatafile=/tmp/xx.xml cotmembershiptests-test39-create-midp= cotmembershiptests-test39-create-msp=/sp cotmembershiptests-test39-create-optionalattributes=-a=test,-r=test cotmembershiptests-test39-spec=saml2 cotmembershiptests-test39-create-expected-exit-code=0 cotmembershiptests-test39-cot-realm=/ cotmembershiptests-test39-cot-name=memcot39 cotmembershiptests-test39-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with signing and encryption enabled cotmembershiptests-test39-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test39-importentity-expected-exit-code=0 cotmembershiptests-test39-deleteentity-extendedonly=false cotmembershiptests-test39-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with signing and encryption enabled cotmembershiptests-test39-deleteentity-message-to-find=Descriptor was deleted for entity, mementity39. cotmembershiptests-test39-deleteentity-expected-exit-code=0 cotmembershiptests-test39-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test39-addcotmember-message-to-find=Entity, mementity39 was added to the circle of trust, memcot39, in realm /. cotmembershiptests-test39-addcotmember-expected-exit-code=0 cotmembershiptests-test39-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test39-listcotmembers-message-to-find=mementity39 cotmembershiptests-test39-listcotmembers-expected-exit-code=0 cotmembershiptests-test39-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test39-removecotmember-message-to-find=Entity, mementity39 was removed from the circle of trust, memcot39. cotmembershiptests-test39-removecotmember-expected-exit-code=0 cotmembershiptests-test40-create-setup-realms= cotmembershiptests-test40-create-setup-cots=/,memcot40 cotmembershiptests-test40-use-verbose-option=false cotmembershiptests-test40-use-debug-option=false cotmembershiptests-test40-use-long-options=true cotmembershiptests-test40-create-description=Creates a sp metadata template in root realm with saml2 with signing enabled and long option cotmembershiptests-test40-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test40-entityid=mementity40 cotmembershiptests-test40-metadatafile=/tmp/mm.xml cotmembershiptests-test40-extendeddatafile=/tmp/xx.xml cotmembershiptests-test40-create-midp= cotmembershiptests-test40-create-msp=/sp cotmembershiptests-test40-create-optionalattributes=--spscertalias=test cotmembershiptests-test40-spec=saml2 cotmembershiptests-test40-create-expected-exit-code=0 cotmembershiptests-test40-cot-realm=/ cotmembershiptests-test40-cot-name=memcot40 cotmembershiptests-test40-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with signing enabled and long option cotmembershiptests-test40-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test40-importentity-expected-exit-code=0 cotmembershiptests-test40-deleteentity-extendedonly=false cotmembershiptests-test40-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with signing enabled and long option cotmembershiptests-test40-deleteentity-message-to-find=Descriptor was deleted for entity, mementity40. cotmembershiptests-test40-deleteentity-expected-exit-code=0 cotmembershiptests-test40-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test40-addcotmember-message-to-find=Entity, mementity40 was added to the circle of trust, memcot40, in realm /. cotmembershiptests-test40-addcotmember-expected-exit-code=0 cotmembershiptests-test40-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test40-listcotmembers-message-to-find=mementity40 cotmembershiptests-test40-listcotmembers-expected-exit-code=0 cotmembershiptests-test40-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test40-removecotmember-message-to-find=Entity, mementity40 was removed from the circle of trust, memcot40. cotmembershiptests-test40-removecotmember-expected-exit-code=0 cotmembershiptests-test41-create-setup-realms= cotmembershiptests-test41-create-setup-cots=/,memcot41 cotmembershiptests-test41-use-verbose-option=false cotmembershiptests-test41-use-debug-option=false cotmembershiptests-test41-use-long-options=true cotmembershiptests-test41-create-description=Creates a sp metadata template in root realm with saml2 with encryption enabled and long option cotmembershiptests-test41-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test41-entityid=mementity41 cotmembershiptests-test41-metadatafile=/tmp/mm.xml cotmembershiptests-test41-extendeddatafile=/tmp/xx.xml cotmembershiptests-test41-create-midp= cotmembershiptests-test41-create-msp=/sp cotmembershiptests-test41-create-optionalattributes=--specertalias=test cotmembershiptests-test41-spec=saml2 cotmembershiptests-test41-create-expected-exit-code=0 cotmembershiptests-test41-cot-realm=/ cotmembershiptests-test41-cot-name=memcot41 cotmembershiptests-test41-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with encryption enabled and long option cotmembershiptests-test41-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test41-importentity-expected-exit-code=0 cotmembershiptests-test41-deleteentity-extendedonly=false cotmembershiptests-test41-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with encryption enabled and long option cotmembershiptests-test41-deleteentity-message-to-find=Descriptor was deleted for entity, mementity41. cotmembershiptests-test41-deleteentity-expected-exit-code=0 cotmembershiptests-test41-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test41-addcotmember-message-to-find=Entity, mementity41 was added to the circle of trust, memcot41, in realm /. cotmembershiptests-test41-addcotmember-expected-exit-code=0 cotmembershiptests-test41-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test41-listcotmembers-message-to-find=mementity41 cotmembershiptests-test41-listcotmembers-expected-exit-code=0 cotmembershiptests-test41-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test41-removecotmember-message-to-find=Entity, mementity41 was removed from the circle of trust, memcot41. cotmembershiptests-test41-removecotmember-expected-exit-code=0 cotmembershiptests-test42-create-setup-realms= cotmembershiptests-test42-create-setup-cots=/,memcot42 cotmembershiptests-test42-use-verbose-option=false cotmembershiptests-test42-use-debug-option=false cotmembershiptests-test42-use-long-options=true cotmembershiptests-test42-create-description=Creates a sp metadata template in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test42-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test42-entityid=mementity42 cotmembershiptests-test42-metadatafile=/tmp/mm.xml cotmembershiptests-test42-extendeddatafile=/tmp/xx.xml cotmembershiptests-test42-create-midp= cotmembershiptests-test42-create-msp=/sp cotmembershiptests-test42-create-optionalattributes=--spscertalias=test,--specertalias=test cotmembershiptests-test42-spec=saml2 cotmembershiptests-test42-create-expected-exit-code=0 cotmembershiptests-test42-cot-realm=/ cotmembershiptests-test42-cot-name=memcot42 cotmembershiptests-test42-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test42-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test42-importentity-expected-exit-code=0 cotmembershiptests-test42-deleteentity-extendedonly=false cotmembershiptests-test42-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with signing and encryption enabled and long option cotmembershiptests-test42-deleteentity-message-to-find=Descriptor was deleted for entity, mementity42. cotmembershiptests-test42-deleteentity-expected-exit-code=0 cotmembershiptests-test42-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test42-addcotmember-message-to-find=Entity, mementity42 was added to the circle of trust, memcot42, in realm /. cotmembershiptests-test42-addcotmember-expected-exit-code=0 cotmembershiptests-test42-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test42-listcotmembers-message-to-find=mementity42 cotmembershiptests-test42-listcotmembers-expected-exit-code=0 cotmembershiptests-test42-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test42-removecotmember-message-to-find=Entity, mementity42 was removed from the circle of trust, memcot42. cotmembershiptests-test42-removecotmember-expected-exit-code=0 cotmembershiptests-test43-create-setup-realms= cotmembershiptests-test43-create-setup-cots=/,memcot43 cotmembershiptests-test43-use-verbose-option=false cotmembershiptests-test43-use-debug-option=true cotmembershiptests-test43-use-long-options=false cotmembershiptests-test43-create-description=Creates a sp metadata template in root realm with saml2 with signing enabled and debug option cotmembershiptests-test43-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test43-entityid=mementity43 cotmembershiptests-test43-metadatafile=/tmp/mm.xml cotmembershiptests-test43-extendeddatafile=/tmp/xx.xml cotmembershiptests-test43-create-midp= cotmembershiptests-test43-create-msp=/sp cotmembershiptests-test43-create-optionalattributes=-a=test cotmembershiptests-test43-spec=saml2 cotmembershiptests-test43-create-expected-exit-code=0 cotmembershiptests-test43-cot-realm=/ cotmembershiptests-test43-cot-name=memcot43 cotmembershiptests-test43-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with signing enabled and debug option cotmembershiptests-test43-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test43-importentity-expected-exit-code=0 cotmembershiptests-test43-deleteentity-extendedonly=false cotmembershiptests-test43-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with signing enabled and debug option cotmembershiptests-test43-deleteentity-message-to-find=Descriptor was deleted for entity, mementity43. cotmembershiptests-test43-deleteentity-expected-exit-code=0 cotmembershiptests-test43-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test43-addcotmember-message-to-find=Entity, mementity43 was added to the circle of trust, memcot43, in realm /. cotmembershiptests-test43-addcotmember-expected-exit-code=0 cotmembershiptests-test43-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test43-listcotmembers-message-to-find=mementity43 cotmembershiptests-test43-listcotmembers-expected-exit-code=0 cotmembershiptests-test43-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test43-removecotmember-message-to-find=Entity, mementity43 was removed from the circle of trust, memcot43. cotmembershiptests-test43-removecotmember-expected-exit-code=0 cotmembershiptests-test44-create-setup-realms= cotmembershiptests-test44-create-setup-cots=/,memcot44 cotmembershiptests-test44-use-verbose-option=false cotmembershiptests-test44-use-debug-option=true cotmembershiptests-test44-use-long-options=false cotmembershiptests-test44-create-description=Creates a sp metadata template in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test44-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test44-entityid=mementity44 cotmembershiptests-test44-metadatafile=/tmp/mm.xml cotmembershiptests-test44-extendeddatafile=/tmp/xx.xml cotmembershiptests-test44-create-midp= cotmembershiptests-test44-create-msp=/sp cotmembershiptests-test44-create-optionalattributes=-r=test cotmembershiptests-test44-spec=saml2 cotmembershiptests-test44-create-expected-exit-code=0 cotmembershiptests-test44-cot-realm=/ cotmembershiptests-test44-cot-name=memcot44 cotmembershiptests-test44-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test44-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test44-importentity-expected-exit-code=0 cotmembershiptests-test44-deleteentity-extendedonly=false cotmembershiptests-test44-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with encryption enabled and debug option cotmembershiptests-test44-deleteentity-message-to-find=Descriptor was deleted for entity, mementity44. cotmembershiptests-test44-deleteentity-expected-exit-code=0 cotmembershiptests-test44-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test44-addcotmember-message-to-find=Entity, mementity44 was added to the circle of trust, memcot44, in realm /. cotmembershiptests-test44-addcotmember-expected-exit-code=0 cotmembershiptests-test44-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test44-listcotmembers-message-to-find=mementity44 cotmembershiptests-test44-listcotmembers-expected-exit-code=0 cotmembershiptests-test44-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test44-removecotmember-message-to-find=Entity, mementity44 was removed from the circle of trust, memcot44. cotmembershiptests-test44-removecotmember-expected-exit-code=0 cotmembershiptests-test45-create-setup-realms= cotmembershiptests-test45-create-setup-cots=/,memcot45 cotmembershiptests-test45-use-verbose-option=false cotmembershiptests-test45-use-debug-option=true cotmembershiptests-test45-use-long-options=false cotmembershiptests-test45-create-description=Creates a sp metadata template in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test45-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test45-entityid=mementity45 cotmembershiptests-test45-metadatafile=/tmp/mm.xml cotmembershiptests-test45-extendeddatafile=/tmp/xx.xml cotmembershiptests-test45-create-midp= cotmembershiptests-test45-create-msp=/sp cotmembershiptests-test45-create-optionalattributes=-a=test,-r=test cotmembershiptests-test45-spec=saml2 cotmembershiptests-test45-create-expected-exit-code=0 cotmembershiptests-test45-cot-realm=/ cotmembershiptests-test45-cot-name=memcot45 cotmembershiptests-test45-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test45-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test45-importentity-expected-exit-code=0 cotmembershiptests-test45-deleteentity-extendedonly=false cotmembershiptests-test45-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with signing and encryption enabled and debug option cotmembershiptests-test45-deleteentity-message-to-find=Descriptor was deleted for entity, mementity45. cotmembershiptests-test45-deleteentity-expected-exit-code=0 cotmembershiptests-test45-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test45-addcotmember-message-to-find=Entity, mementity45 was added to the circle of trust, memcot45, in realm /. cotmembershiptests-test45-addcotmember-expected-exit-code=0 cotmembershiptests-test45-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test45-listcotmembers-message-to-find=mementity45 cotmembershiptests-test45-listcotmembers-expected-exit-code=0 cotmembershiptests-test45-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test45-removecotmember-message-to-find=Entity, mementity45 was removed from the circle of trust, memcot45. cotmembershiptests-test45-removecotmember-expected-exit-code=0 cotmembershiptests-test46-create-setup-realms= cotmembershiptests-test46-create-setup-cots=/,memcot46 cotmembershiptests-test46-use-verbose-option=false cotmembershiptests-test46-use-debug-option=true cotmembershiptests-test46-use-long-options=true cotmembershiptests-test46-create-description=Creates a sp metadata template in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test46-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test46-entityid=mementity46 cotmembershiptests-test46-metadatafile=/tmp/mm.xml cotmembershiptests-test46-extendeddatafile=/tmp/xx.xml cotmembershiptests-test46-create-midp= cotmembershiptests-test46-create-msp=/sp cotmembershiptests-test46-create-optionalattributes=--spscertalias=test cotmembershiptests-test46-spec=saml2 cotmembershiptests-test46-create-expected-exit-code=0 cotmembershiptests-test46-cot-realm=/ cotmembershiptests-test46-cot-name=memcot46 cotmembershiptests-test46-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test46-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test46-importentity-expected-exit-code=0 cotmembershiptests-test46-deleteentity-extendedonly=false cotmembershiptests-test46-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with signing enabled and long, debug options cotmembershiptests-test46-deleteentity-message-to-find=Descriptor was deleted for entity, mementity46. cotmembershiptests-test46-deleteentity-expected-exit-code=0 cotmembershiptests-test46-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test46-addcotmember-message-to-find=Entity, mementity46 was added to the circle of trust, memcot46, in realm /. cotmembershiptests-test46-addcotmember-expected-exit-code=0 cotmembershiptests-test46-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test46-listcotmembers-message-to-find=mementity46 cotmembershiptests-test46-listcotmembers-expected-exit-code=0 cotmembershiptests-test46-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test46-removecotmember-message-to-find=Entity, mementity46 was removed from the circle of trust, memcot46. cotmembershiptests-test46-removecotmember-expected-exit-code=0 cotmembershiptests-test47-create-setup-realms= cotmembershiptests-test47-create-setup-cots=/,memcot47 cotmembershiptests-test47-use-verbose-option=false cotmembershiptests-test47-use-debug-option=true cotmembershiptests-test47-use-long-options=true cotmembershiptests-test47-create-description=Creates a sp metadata template in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test47-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test47-entityid=mementity47 cotmembershiptests-test47-metadatafile=/tmp/mm.xml cotmembershiptests-test47-extendeddatafile=/tmp/xx.xml cotmembershiptests-test47-create-midp= cotmembershiptests-test47-create-msp=/sp cotmembershiptests-test47-create-optionalattributes=--specertalias=test cotmembershiptests-test47-spec=saml2 cotmembershiptests-test47-create-expected-exit-code=0 cotmembershiptests-test47-cot-realm=/ cotmembershiptests-test47-cot-name=memcot47 cotmembershiptests-test47-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test47-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test47-importentity-expected-exit-code=0 cotmembershiptests-test47-deleteentity-extendedonly=false cotmembershiptests-test47-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with encryption enabled and long, debug options cotmembershiptests-test47-deleteentity-message-to-find=Descriptor was deleted for entity, mementity47. cotmembershiptests-test47-deleteentity-expected-exit-code=0 cotmembershiptests-test47-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test47-addcotmember-message-to-find=Entity, mementity47 was added to the circle of trust, memcot47, in realm /. cotmembershiptests-test47-addcotmember-expected-exit-code=0 cotmembershiptests-test47-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test47-listcotmembers-message-to-find=mementity47 cotmembershiptests-test47-listcotmembers-expected-exit-code=0 cotmembershiptests-test47-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test47-removecotmember-message-to-find=Entity, mementity47 was removed from the circle of trust, memcot47. cotmembershiptests-test47-removecotmember-expected-exit-code=0 cotmembershiptests-test48-create-setup-realms= cotmembershiptests-test48-create-setup-cots=/,memcot48 cotmembershiptests-test48-use-verbose-option=false cotmembershiptests-test48-use-debug-option=true cotmembershiptests-test48-use-long-options=true cotmembershiptests-test48-create-description=Creates a sp metadata template in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test48-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test48-entityid=mementity48 cotmembershiptests-test48-metadatafile=/tmp/mm.xml cotmembershiptests-test48-extendeddatafile=/tmp/xx.xml cotmembershiptests-test48-create-midp= cotmembershiptests-test48-create-msp=/sp cotmembershiptests-test48-create-optionalattributes=--spscertalias=test,--specertalias=test cotmembershiptests-test48-spec=saml2 cotmembershiptests-test48-create-expected-exit-code=0 cotmembershiptests-test48-cot-realm=/ cotmembershiptests-test48-cot-name=memcot48 cotmembershiptests-test48-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test48-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test48-importentity-expected-exit-code=0 cotmembershiptests-test48-deleteentity-extendedonly=false cotmembershiptests-test48-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test48-deleteentity-message-to-find=Descriptor was deleted for entity, mementity48. cotmembershiptests-test48-deleteentity-expected-exit-code=0 cotmembershiptests-test48-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test48-addcotmember-message-to-find=Entity, mementity48 was added to the circle of trust, memcot48, in realm /. cotmembershiptests-test48-addcotmember-expected-exit-code=0 cotmembershiptests-test48-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test48-listcotmembers-message-to-find=mementity48 cotmembershiptests-test48-listcotmembers-expected-exit-code=0 cotmembershiptests-test48-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test48-removecotmember-message-to-find=Entity, mementity48 was removed from the circle of trust, memcot48. cotmembershiptests-test48-removecotmember-expected-exit-code=0 cotmembershiptests-test49-create-setup-realms= cotmembershiptests-test49-create-setup-cots=/,memcot49 cotmembershiptests-test49-use-verbose-option=true cotmembershiptests-test49-use-debug-option=false cotmembershiptests-test49-use-long-options=false cotmembershiptests-test49-create-description=Creates a sp metadata template in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test49-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test49-entityid=mementity49 cotmembershiptests-test49-metadatafile=/tmp/mm.xml cotmembershiptests-test49-extendeddatafile=/tmp/xx.xml cotmembershiptests-test49-create-midp= cotmembershiptests-test49-create-msp=/sp cotmembershiptests-test49-create-optionalattributes=-a=test cotmembershiptests-test49-spec=saml2 cotmembershiptests-test49-create-expected-exit-code=0 cotmembershiptests-test49-cot-realm=/ cotmembershiptests-test49-cot-name=memcot49 cotmembershiptests-test49-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test49-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test49-importentity-expected-exit-code=0 cotmembershiptests-test49-deleteentity-extendedonly=false cotmembershiptests-test49-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with signing enabled and verbose option cotmembershiptests-test49-deleteentity-message-to-find=Descriptor was deleted for entity, mementity49. cotmembershiptests-test49-deleteentity-expected-exit-code=0 cotmembershiptests-test49-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test49-addcotmember-message-to-find=Entity, mementity49 was added to the circle of trust, memcot49, in realm /. cotmembershiptests-test49-addcotmember-expected-exit-code=0 cotmembershiptests-test49-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test49-listcotmembers-message-to-find=mementity49 cotmembershiptests-test49-listcotmembers-expected-exit-code=0 cotmembershiptests-test49-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test49-removecotmember-message-to-find=Entity, mementity49 was removed from the circle of trust, memcot49. cotmembershiptests-test49-removecotmember-expected-exit-code=0 cotmembershiptests-test50-create-setup-realms= cotmembershiptests-test50-create-setup-cots=/,memcot50 cotmembershiptests-test50-use-verbose-option=true cotmembershiptests-test50-use-debug-option=false cotmembershiptests-test50-use-long-options=false cotmembershiptests-test50-create-description=Creates a sp metadata template in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test50-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test50-entityid=mementity50 cotmembershiptests-test50-metadatafile=/tmp/mm.xml cotmembershiptests-test50-extendeddatafile=/tmp/xx.xml cotmembershiptests-test50-create-midp= cotmembershiptests-test50-create-msp=/sp cotmembershiptests-test50-create-optionalattributes=-r=test cotmembershiptests-test50-spec=saml2 cotmembershiptests-test50-create-expected-exit-code=0 cotmembershiptests-test50-cot-realm=/ cotmembershiptests-test50-cot-name=memcot50 cotmembershiptests-test50-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test50-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test50-importentity-expected-exit-code=0 cotmembershiptests-test50-deleteentity-extendedonly=false cotmembershiptests-test50-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with encryption enabled and verbose option cotmembershiptests-test50-deleteentity-message-to-find=Descriptor was deleted for entity, mementity50. cotmembershiptests-test50-deleteentity-expected-exit-code=0 cotmembershiptests-test50-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test50-addcotmember-message-to-find=Entity, mementity50 was added to the circle of trust, memcot50, in realm /. cotmembershiptests-test50-addcotmember-expected-exit-code=0 cotmembershiptests-test50-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test50-listcotmembers-message-to-find=mementity50 cotmembershiptests-test50-listcotmembers-expected-exit-code=0 cotmembershiptests-test50-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test50-removecotmember-message-to-find=Entity, mementity50 was removed from the circle of trust, memcot50. cotmembershiptests-test50-removecotmember-expected-exit-code=0 cotmembershiptests-test51-create-setup-realms= cotmembershiptests-test51-create-setup-cots=/,memcot51 cotmembershiptests-test51-use-verbose-option=true cotmembershiptests-test51-use-debug-option=false cotmembershiptests-test51-use-long-options=false cotmembershiptests-test51-create-description=Creates a sp metadata template in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test51-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test51-entityid=mementity51 cotmembershiptests-test51-metadatafile=/tmp/mm.xml cotmembershiptests-test51-extendeddatafile=/tmp/xx.xml cotmembershiptests-test51-create-midp= cotmembershiptests-test51-create-msp=/sp cotmembershiptests-test51-create-optionalattributes=-a=test,-r=test cotmembershiptests-test51-spec=saml2 cotmembershiptests-test51-create-expected-exit-code=0 cotmembershiptests-test51-cot-realm=/ cotmembershiptests-test51-cot-name=memcot51 cotmembershiptests-test51-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test51-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test51-importentity-expected-exit-code=0 cotmembershiptests-test51-deleteentity-extendedonly=false cotmembershiptests-test51-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test51-deleteentity-message-to-find=Descriptor was deleted for entity, mementity51. cotmembershiptests-test51-deleteentity-expected-exit-code=0 cotmembershiptests-test51-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test51-addcotmember-message-to-find=Entity, mementity51 was added to the circle of trust, memcot51, in realm /. cotmembershiptests-test51-addcotmember-expected-exit-code=0 cotmembershiptests-test51-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test51-listcotmembers-message-to-find=mementity51 cotmembershiptests-test51-listcotmembers-expected-exit-code=0 cotmembershiptests-test51-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test51-removecotmember-message-to-find=Entity, mementity51 was removed from the circle of trust, memcot51. cotmembershiptests-test51-removecotmember-expected-exit-code=0 cotmembershiptests-test52-create-setup-realms= cotmembershiptests-test52-create-setup-cots=/,memcot52 cotmembershiptests-test52-use-verbose-option=true cotmembershiptests-test52-use-debug-option=false cotmembershiptests-test52-use-long-options=true cotmembershiptests-test52-create-description=Creates a sp metadata template in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test52-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test52-entityid=mementity52 cotmembershiptests-test52-metadatafile=/tmp/mm.xml cotmembershiptests-test52-extendeddatafile=/tmp/xx.xml cotmembershiptests-test52-create-midp= cotmembershiptests-test52-create-msp=/sp cotmembershiptests-test52-create-optionalattributes=--spscertalias=test cotmembershiptests-test52-spec=saml2 cotmembershiptests-test52-create-expected-exit-code=0 cotmembershiptests-test52-cot-realm=/ cotmembershiptests-test52-cot-name=memcot52 cotmembershiptests-test52-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test52-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test52-importentity-expected-exit-code=0 cotmembershiptests-test52-deleteentity-extendedonly=false cotmembershiptests-test52-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with signing enabled and long, verbose options cotmembershiptests-test52-deleteentity-message-to-find=Descriptor was deleted for entity, mementity52. cotmembershiptests-test52-deleteentity-expected-exit-code=0 cotmembershiptests-test52-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test52-addcotmember-message-to-find=Entity, mementity52 was added to the circle of trust, memcot52, in realm /. cotmembershiptests-test52-addcotmember-expected-exit-code=0 cotmembershiptests-test52-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test52-listcotmembers-message-to-find=mementity52 cotmembershiptests-test52-listcotmembers-expected-exit-code=0 cotmembershiptests-test52-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test52-removecotmember-message-to-find=Entity, mementity52 was removed from the circle of trust, memcot52. cotmembershiptests-test52-removecotmember-expected-exit-code=0 cotmembershiptests-test53-create-setup-realms= cotmembershiptests-test53-create-setup-cots=/,memcot53 cotmembershiptests-test53-use-verbose-option=true cotmembershiptests-test53-use-debug-option=false cotmembershiptests-test53-use-long-options=true cotmembershiptests-test53-create-description=Creates a sp metadata template in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test53-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test53-entityid=mementity53 cotmembershiptests-test53-metadatafile=/tmp/mm.xml cotmembershiptests-test53-extendeddatafile=/tmp/xx.xml cotmembershiptests-test53-create-midp= cotmembershiptests-test53-create-msp=/sp cotmembershiptests-test53-create-optionalattributes=--specertalias=test cotmembershiptests-test53-spec=saml2 cotmembershiptests-test53-create-expected-exit-code=0 cotmembershiptests-test53-cot-realm=/ cotmembershiptests-test53-cot-name=memcot53 cotmembershiptests-test53-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test53-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test53-importentity-expected-exit-code=0 cotmembershiptests-test53-deleteentity-extendedonly=false cotmembershiptests-test53-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with encryption enabled and long, verbose options cotmembershiptests-test53-deleteentity-message-to-find=Descriptor was deleted for entity, mementity53. cotmembershiptests-test53-deleteentity-expected-exit-code=0 cotmembershiptests-test53-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test53-addcotmember-message-to-find=Entity, mementity53 was added to the circle of trust, memcot53, in realm /. cotmembershiptests-test53-addcotmember-expected-exit-code=0 cotmembershiptests-test53-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test53-listcotmembers-message-to-find=mementity53 cotmembershiptests-test53-listcotmembers-expected-exit-code=0 cotmembershiptests-test53-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test53-removecotmember-message-to-find=Entity, mementity53 was removed from the circle of trust, memcot53. cotmembershiptests-test53-removecotmember-expected-exit-code=0 cotmembershiptests-test54-create-setup-realms= cotmembershiptests-test54-create-setup-cots=/,memcot54 cotmembershiptests-test54-use-verbose-option=true cotmembershiptests-test54-use-debug-option=false cotmembershiptests-test54-use-long-options=true cotmembershiptests-test54-create-description=Creates a sp metadata template in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test54-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test54-entityid=mementity54 cotmembershiptests-test54-metadatafile=/tmp/mm.xml cotmembershiptests-test54-extendeddatafile=/tmp/xx.xml cotmembershiptests-test54-create-midp= cotmembershiptests-test54-create-msp=/sp cotmembershiptests-test54-create-optionalattributes=--spscertalias=test,--specertalias=test cotmembershiptests-test54-spec=saml2 cotmembershiptests-test54-create-expected-exit-code=0 cotmembershiptests-test54-cot-realm=/ cotmembershiptests-test54-cot-name=memcot54 cotmembershiptests-test54-importentity-description=Imports the sp metadata template to create a entity in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test54-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test54-importentity-expected-exit-code=0 cotmembershiptests-test54-deleteentity-extendedonly=false cotmembershiptests-test54-deleteentity-description=Deletes the entity in root realm of sp metadata with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test54-deleteentity-message-to-find=Descriptor was deleted for entity, mementity54. cotmembershiptests-test54-deleteentity-expected-exit-code=0 cotmembershiptests-test54-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with saml2 cotmembershiptests-test54-addcotmember-message-to-find=Entity, mementity54 was added to the circle of trust, memcot54, in realm /. cotmembershiptests-test54-addcotmember-expected-exit-code=0 cotmembershiptests-test54-listcotmembers-description=Lists the members of cot in root realm of sp metadata with saml2 cotmembershiptests-test54-listcotmembers-message-to-find=mementity54 cotmembershiptests-test54-listcotmembers-expected-exit-code=0 cotmembershiptests-test54-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with saml2 cotmembershiptests-test54-removecotmember-message-to-find=Entity, mementity54 was removed from the circle of trust, memcot54. cotmembershiptests-test54-removecotmember-expected-exit-code=0 # signing and encryption testcases of ATTRIBUTE QUERY with IDP cotmembershiptests-test55-create-setup-realms= cotmembershiptests-test55-create-setup-cots=/,memcot55 cotmembershiptests-test55-use-verbose-option=false cotmembershiptests-test55-use-debug-option=false cotmembershiptests-test55-use-long-options=true cotmembershiptests-test55-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with signing enabled and long option cotmembershiptests-test55-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test55-entityid=mementity55 cotmembershiptests-test55-metadatafile=/tmp/mm.xml cotmembershiptests-test55-extendeddatafile=/tmp/xx.xml cotmembershiptests-test55-create-midp=/idp cotmembershiptests-test55-create-msp= cotmembershiptests-test55-create-optionalattributes=--idpscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test cotmembershiptests-test55-spec=saml2 cotmembershiptests-test55-create-expected-exit-code=0 cotmembershiptests-test55-cot-realm=/ cotmembershiptests-test55-cot-name=memcot55 cotmembershiptests-test55-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with signing enabled and long option cotmembershiptests-test55-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test55-importentity-expected-exit-code=0 cotmembershiptests-test55-deleteentity-extendedonly=false cotmembershiptests-test55-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with signing enabled and long option cotmembershiptests-test55-deleteentity-message-to-find=Descriptor was deleted for entity, mementity55. cotmembershiptests-test55-deleteentity-expected-exit-code=0 cotmembershiptests-test55-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test55-addcotmember-message-to-find=Entity, mementity55 was added to the circle of trust, memcot55, in realm /. cotmembershiptests-test55-addcotmember-expected-exit-code=0 cotmembershiptests-test55-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test55-listcotmembers-message-to-find=mementity55 cotmembershiptests-test55-listcotmembers-expected-exit-code=0 cotmembershiptests-test55-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test55-removecotmember-message-to-find=Entity, mementity55 was removed from the circle of trust, memcot55. cotmembershiptests-test55-removecotmember-expected-exit-code=0 cotmembershiptests-test56-create-setup-realms= cotmembershiptests-test56-create-setup-cots=/,memcot56 cotmembershiptests-test56-use-verbose-option=false cotmembershiptests-test56-use-debug-option=false cotmembershiptests-test56-use-long-options=true cotmembershiptests-test56-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with encryption enabled and long option cotmembershiptests-test56-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test56-entityid=mementity56 cotmembershiptests-test56-metadatafile=/tmp/mm.xml cotmembershiptests-test56-extendeddatafile=/tmp/xx.xml cotmembershiptests-test56-create-midp=/idp cotmembershiptests-test56-create-msp= cotmembershiptests-test56-create-optionalattributes=--idpecertalias=test,--attrqueryprovider=attrq,--attrqecertalias=test cotmembershiptests-test56-spec=saml2 cotmembershiptests-test56-create-expected-exit-code=0 cotmembershiptests-test56-cot-realm=/ cotmembershiptests-test56-cot-name=memcot56 cotmembershiptests-test56-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with encryption enabled and long option cotmembershiptests-test56-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test56-importentity-expected-exit-code=0 cotmembershiptests-test56-deleteentity-extendedonly=false cotmembershiptests-test56-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with encryption enabled and long option cotmembershiptests-test56-deleteentity-message-to-find=Descriptor was deleted for entity, mementity56. cotmembershiptests-test56-deleteentity-expected-exit-code=0 cotmembershiptests-test56-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test56-addcotmember-message-to-find=Entity, mementity56 was added to the circle of trust, memcot56, in realm /. cotmembershiptests-test56-addcotmember-expected-exit-code=0 cotmembershiptests-test56-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test56-listcotmembers-message-to-find=mementity56 cotmembershiptests-test56-listcotmembers-expected-exit-code=0 cotmembershiptests-test56-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test56-removecotmember-message-to-find=Entity, mementity56 was removed from the circle of trust, memcot56. cotmembershiptests-test56-removecotmember-expected-exit-code=0 cotmembershiptests-test57-create-setup-realms= cotmembershiptests-test57-create-setup-cots=/,memcot57 cotmembershiptests-test57-use-verbose-option=false cotmembershiptests-test57-use-debug-option=false cotmembershiptests-test57-use-long-options=true cotmembershiptests-test57-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test57-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test57-entityid=mementity57 cotmembershiptests-test57-metadatafile=/tmp/mm.xml cotmembershiptests-test57-extendeddatafile=/tmp/xx.xml cotmembershiptests-test57-create-midp=/idp cotmembershiptests-test57-create-msp= cotmembershiptests-test57-create-optionalattributes=--idpscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test,--attrqecertalias=test,--idpecertalias=test cotmembershiptests-test57-spec=saml2 cotmembershiptests-test57-create-expected-exit-code=0 cotmembershiptests-test57-cot-realm=/ cotmembershiptests-test57-cot-name=memcot57 cotmembershiptests-test57-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test57-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test57-importentity-expected-exit-code=0 cotmembershiptests-test57-deleteentity-extendedonly=false cotmembershiptests-test57-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with signing and encryption enabled and long option cotmembershiptests-test57-deleteentity-message-to-find=Descriptor was deleted for entity, mementity57. cotmembershiptests-test57-deleteentity-expected-exit-code=0 cotmembershiptests-test57-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test57-addcotmember-message-to-find=Entity, mementity57 was added to the circle of trust, memcot57, in realm /. cotmembershiptests-test57-addcotmember-expected-exit-code=0 cotmembershiptests-test57-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test57-listcotmembers-message-to-find=mementity57 cotmembershiptests-test57-listcotmembers-expected-exit-code=0 cotmembershiptests-test57-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test57-removecotmember-message-to-find=Entity, mementity57 was removed from the circle of trust, memcot57. cotmembershiptests-test57-removecotmember-expected-exit-code=0 cotmembershiptests-test58-create-setup-realms= cotmembershiptests-test58-create-setup-cots=/,memcot58 cotmembershiptests-test58-use-verbose-option=false cotmembershiptests-test58-use-debug-option=true cotmembershiptests-test58-use-long-options=false cotmembershiptests-test58-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with signing enabled and debug option cotmembershiptests-test58-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test58-entityid=mementity58 cotmembershiptests-test58-metadatafile=/tmp/mm.xml cotmembershiptests-test58-extendeddatafile=/tmp/xx.xml cotmembershiptests-test58-create-midp=/idp cotmembershiptests-test58-create-msp= cotmembershiptests-test58-create-optionalattributes=-b=test,-S=attrq,-A=test cotmembershiptests-test58-spec=saml2 cotmembershiptests-test58-create-expected-exit-code=0 cotmembershiptests-test58-cot-realm=/ cotmembershiptests-test58-cot-name=memcot58 cotmembershiptests-test58-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with signing enabled and debug option cotmembershiptests-test58-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test58-importentity-expected-exit-code=0 cotmembershiptests-test58-deleteentity-extendedonly=false cotmembershiptests-test58-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with signing enabled and debug option cotmembershiptests-test58-deleteentity-message-to-find=Descriptor was deleted for entity, mementity58. cotmembershiptests-test58-deleteentity-expected-exit-code=0 cotmembershiptests-test58-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test58-addcotmember-message-to-find=Entity, mementity58 was added to the circle of trust, memcot58, in realm /. cotmembershiptests-test58-addcotmember-expected-exit-code=0 cotmembershiptests-test58-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test58-listcotmembers-message-to-find=mementity58 cotmembershiptests-test58-listcotmembers-expected-exit-code=0 cotmembershiptests-test58-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test58-removecotmember-message-to-find=Entity, mementity58 was removed from the circle of trust, memcot58. cotmembershiptests-test58-removecotmember-expected-exit-code=0 cotmembershiptests-test59-create-setup-realms= cotmembershiptests-test59-create-setup-cots=/,memcot59 cotmembershiptests-test59-use-verbose-option=false cotmembershiptests-test59-use-debug-option=true cotmembershiptests-test59-use-long-options=false cotmembershiptests-test59-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test59-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test59-entityid=mementity59 cotmembershiptests-test59-metadatafile=/tmp/mm.xml cotmembershiptests-test59-extendeddatafile=/tmp/xx.xml cotmembershiptests-test59-create-midp=/idp cotmembershiptests-test59-create-msp= cotmembershiptests-test59-create-optionalattributes=-g=test,-S=attrq,-R=test cotmembershiptests-test59-spec=saml2 cotmembershiptests-test59-create-expected-exit-code=0 cotmembershiptests-test59-cot-realm=/ cotmembershiptests-test59-cot-name=memcot59 cotmembershiptests-test59-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test59-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test59-importentity-expected-exit-code=0 cotmembershiptests-test59-deleteentity-extendedonly=false cotmembershiptests-test59-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with encryption enabled and debug option cotmembershiptests-test59-deleteentity-message-to-find=Descriptor was deleted for entity, mementity59. cotmembershiptests-test59-deleteentity-expected-exit-code=0 cotmembershiptests-test59-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test59-addcotmember-message-to-find=Entity, mementity59 was added to the circle of trust, memcot59, in realm /. cotmembershiptests-test59-addcotmember-expected-exit-code=0 cotmembershiptests-test59-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test59-listcotmembers-message-to-find=mementity59 cotmembershiptests-test59-listcotmembers-expected-exit-code=0 cotmembershiptests-test59-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test59-removecotmember-message-to-find=Entity, mementity59 was removed from the circle of trust, memcot59. cotmembershiptests-test59-removecotmember-expected-exit-code=0 cotmembershiptests-test60-create-setup-realms= cotmembershiptests-test60-create-setup-cots=/,memcot60 cotmembershiptests-test60-use-verbose-option=false cotmembershiptests-test60-use-debug-option=true cotmembershiptests-test60-use-long-options=false cotmembershiptests-test60-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test60-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test60-entityid=mementity60 cotmembershiptests-test60-metadatafile=/tmp/mm.xml cotmembershiptests-test60-extendeddatafile=/tmp/xx.xml cotmembershiptests-test60-create-midp=/idp cotmembershiptests-test60-create-msp= cotmembershiptests-test60-create-optionalattributes=-b=test,-S=attrq,-A=test,-R=test,-g=test cotmembershiptests-test60-spec=saml2 cotmembershiptests-test60-create-expected-exit-code=0 cotmembershiptests-test60-cot-realm=/ cotmembershiptests-test60-cot-name=memcot60 cotmembershiptests-test60-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test60-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test60-importentity-expected-exit-code=0 cotmembershiptests-test60-deleteentity-extendedonly=false cotmembershiptests-test60-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with signing and encryption enabled and debug option cotmembershiptests-test60-deleteentity-message-to-find=Descriptor was deleted for entity, mementity60. cotmembershiptests-test60-deleteentity-expected-exit-code=0 cotmembershiptests-test60-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test60-addcotmember-message-to-find=Entity, mementity60 was added to the circle of trust, memcot60, in realm /. cotmembershiptests-test60-addcotmember-expected-exit-code=0 cotmembershiptests-test60-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test60-listcotmembers-message-to-find=mementity60 cotmembershiptests-test60-listcotmembers-expected-exit-code=0 cotmembershiptests-test60-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test60-removecotmember-message-to-find=Entity, mementity60 was removed from the circle of trust, memcot60. cotmembershiptests-test60-removecotmember-expected-exit-code=0 cotmembershiptests-test61-create-setup-realms= cotmembershiptests-test61-create-setup-cots=/,memcot61 cotmembershiptests-test61-use-verbose-option=false cotmembershiptests-test61-use-debug-option=true cotmembershiptests-test61-use-long-options=true cotmembershiptests-test61-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test61-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test61-entityid=mementity61 cotmembershiptests-test61-metadatafile=/tmp/mm.xml cotmembershiptests-test61-extendeddatafile=/tmp/xx.xml cotmembershiptests-test61-create-midp=/idp cotmembershiptests-test61-create-msp= cotmembershiptests-test61-create-optionalattributes=--idpscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test cotmembershiptests-test61-spec=saml2 cotmembershiptests-test61-create-expected-exit-code=0 cotmembershiptests-test61-cot-realm=/ cotmembershiptests-test61-cot-name=memcot61 cotmembershiptests-test61-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test61-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test61-importentity-expected-exit-code=0 cotmembershiptests-test61-deleteentity-extendedonly=false cotmembershiptests-test61-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with signing enabled and long, debug options cotmembershiptests-test61-deleteentity-message-to-find=Descriptor was deleted for entity, mementity61. cotmembershiptests-test61-deleteentity-expected-exit-code=0 cotmembershiptests-test61-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test61-addcotmember-message-to-find=Entity, mementity61 was added to the circle of trust, memcot61, in realm /. cotmembershiptests-test61-addcotmember-expected-exit-code=0 cotmembershiptests-test61-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test61-listcotmembers-message-to-find=mementity61 cotmembershiptests-test61-listcotmembers-expected-exit-code=0 cotmembershiptests-test61-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test61-removecotmember-message-to-find=Entity, mementity61 was removed from the circle of trust, memcot61. cotmembershiptests-test61-removecotmember-expected-exit-code=0 cotmembershiptests-test62-create-setup-realms= cotmembershiptests-test62-create-setup-cots=/,memcot62 cotmembershiptests-test62-use-verbose-option=false cotmembershiptests-test62-use-debug-option=true cotmembershiptests-test62-use-long-options=true cotmembershiptests-test62-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test62-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test62-entityid=mementity62 cotmembershiptests-test62-metadatafile=/tmp/mm.xml cotmembershiptests-test62-extendeddatafile=/tmp/xx.xml cotmembershiptests-test62-create-midp=/idp cotmembershiptests-test62-create-msp= cotmembershiptests-test62-create-optionalattributes=--idpecertalias=test,--attrqueryprovider=attrq,--attrqecertalias=test cotmembershiptests-test62-spec=saml2 cotmembershiptests-test62-create-expected-exit-code=0 cotmembershiptests-test62-cot-realm=/ cotmembershiptests-test62-cot-name=memcot62 cotmembershiptests-test62-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test62-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test62-importentity-expected-exit-code=0 cotmembershiptests-test62-deleteentity-extendedonly=false cotmembershiptests-test62-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with encryption enabled and long, debug options cotmembershiptests-test62-deleteentity-message-to-find=Descriptor was deleted for entity, mementity62. cotmembershiptests-test62-deleteentity-expected-exit-code=0 cotmembershiptests-test62-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test62-addcotmember-message-to-find=Entity, mementity62 was added to the circle of trust, memcot62, in realm /. cotmembershiptests-test62-addcotmember-expected-exit-code=0 cotmembershiptests-test62-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test62-listcotmembers-message-to-find=mementity62 cotmembershiptests-test62-listcotmembers-expected-exit-code=0 cotmembershiptests-test62-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test62-removecotmember-message-to-find=Entity, mementity62 was removed from the circle of trust, memcot62. cotmembershiptests-test62-removecotmember-expected-exit-code=0 cotmembershiptests-test63-create-setup-realms= cotmembershiptests-test63-create-setup-cots=/,memcot63 cotmembershiptests-test63-use-verbose-option=false cotmembershiptests-test63-use-debug-option=true cotmembershiptests-test63-use-long-options=true cotmembershiptests-test63-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test63-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test63-entityid=mementity63 cotmembershiptests-test63-metadatafile=/tmp/mm.xml cotmembershiptests-test63-extendeddatafile=/tmp/xx.xml cotmembershiptests-test63-create-midp=/idp cotmembershiptests-test63-create-msp= cotmembershiptests-test63-create-optionalattributes=--idpscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test,--attrqecertalias=test,--idpecertalias=test cotmembershiptests-test63-spec=saml2 cotmembershiptests-test63-create-expected-exit-code=0 cotmembershiptests-test63-cot-realm=/ cotmembershiptests-test63-cot-name=memcot63 cotmembershiptests-test63-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test63-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test63-importentity-expected-exit-code=0 cotmembershiptests-test63-deleteentity-extendedonly=false cotmembershiptests-test63-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test63-deleteentity-message-to-find=Descriptor was deleted for entity, mementity63. cotmembershiptests-test63-deleteentity-expected-exit-code=0 cotmembershiptests-test63-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test63-addcotmember-message-to-find=Entity, mementity63 was added to the circle of trust, memcot63, in realm /. cotmembershiptests-test63-addcotmember-expected-exit-code=0 cotmembershiptests-test63-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test63-listcotmembers-message-to-find=mementity63 cotmembershiptests-test63-listcotmembers-expected-exit-code=0 cotmembershiptests-test63-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test63-removecotmember-message-to-find=Entity, mementity63 was removed from the circle of trust, memcot63. cotmembershiptests-test63-removecotmember-expected-exit-code=0 cotmembershiptests-test64-create-setup-realms= cotmembershiptests-test64-create-setup-cots=/,memcot64 cotmembershiptests-test64-use-verbose-option=true cotmembershiptests-test64-use-debug-option=false cotmembershiptests-test64-use-long-options=false cotmembershiptests-test64-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test64-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test64-entityid=mementity64 cotmembershiptests-test64-metadatafile=/tmp/mm.xml cotmembershiptests-test64-extendeddatafile=/tmp/xx.xml cotmembershiptests-test64-create-midp=/idp cotmembershiptests-test64-create-msp= cotmembershiptests-test64-create-optionalattributes=-b=test,-S=attrq,-A=test cotmembershiptests-test64-spec=saml2 cotmembershiptests-test64-create-expected-exit-code=0 cotmembershiptests-test64-cot-realm=/ cotmembershiptests-test64-cot-name=memcot64 cotmembershiptests-test64-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test64-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test64-importentity-expected-exit-code=0 cotmembershiptests-test64-deleteentity-extendedonly=false cotmembershiptests-test64-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with signing enabled and verbose option cotmembershiptests-test64-deleteentity-message-to-find=Descriptor was deleted for entity, mementity64. cotmembershiptests-test64-deleteentity-expected-exit-code=0 cotmembershiptests-test64-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test64-addcotmember-message-to-find=Entity, mementity64 was added to the circle of trust, memcot64, in realm /. cotmembershiptests-test64-addcotmember-expected-exit-code=0 cotmembershiptests-test64-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test64-listcotmembers-message-to-find=mementity64 cotmembershiptests-test64-listcotmembers-expected-exit-code=0 cotmembershiptests-test64-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test64-removecotmember-message-to-find=Entity, mementity64 was removed from the circle of trust, memcot64. cotmembershiptests-test64-removecotmember-expected-exit-code=0 cotmembershiptests-test65-create-setup-realms= cotmembershiptests-test65-create-setup-cots=/,memcot65 cotmembershiptests-test65-use-verbose-option=true cotmembershiptests-test65-use-debug-option=false cotmembershiptests-test65-use-long-options=false cotmembershiptests-test65-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test65-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test65-entityid=mementity65 cotmembershiptests-test65-metadatafile=/tmp/mm.xml cotmembershiptests-test65-extendeddatafile=/tmp/xx.xml cotmembershiptests-test65-create-midp=/idp cotmembershiptests-test65-create-msp= cotmembershiptests-test65-create-optionalattributes=-g=test,-S=attrq,-R=test cotmembershiptests-test65-spec=saml2 cotmembershiptests-test65-create-expected-exit-code=0 cotmembershiptests-test65-cot-realm=/ cotmembershiptests-test65-cot-name=memcot65 cotmembershiptests-test65-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test65-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test65-importentity-expected-exit-code=0 cotmembershiptests-test65-deleteentity-extendedonly=false cotmembershiptests-test65-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with encryption enabled and verbose option cotmembershiptests-test65-deleteentity-message-to-find=Descriptor was deleted for entity, mementity65. cotmembershiptests-test65-deleteentity-expected-exit-code=0 cotmembershiptests-test65-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test65-addcotmember-message-to-find=Entity, mementity65 was added to the circle of trust, memcot65, in realm /. cotmembershiptests-test65-addcotmember-expected-exit-code=0 cotmembershiptests-test65-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test65-listcotmembers-message-to-find=mementity65 cotmembershiptests-test65-listcotmembers-expected-exit-code=0 cotmembershiptests-test65-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test65-removecotmember-message-to-find=Entity, mementity65 was removed from the circle of trust, memcot65. cotmembershiptests-test65-removecotmember-expected-exit-code=0 cotmembershiptests-test66-create-setup-realms= cotmembershiptests-test66-create-setup-cots=/,memcot66 cotmembershiptests-test66-use-verbose-option=true cotmembershiptests-test66-use-debug-option=false cotmembershiptests-test66-use-long-options=false cotmembershiptests-test66-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test66-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test66-entityid=mementity66 cotmembershiptests-test66-metadatafile=/tmp/mm.xml cotmembershiptests-test66-extendeddatafile=/tmp/xx.xml cotmembershiptests-test66-create-midp=/idp cotmembershiptests-test66-create-msp= cotmembershiptests-test66-create-optionalattributes=-b=test,-S=attrq,-A=test,-R=test,-g=test cotmembershiptests-test66-spec=saml2 cotmembershiptests-test66-create-expected-exit-code=0 cotmembershiptests-test66-cot-realm=/ cotmembershiptests-test66-cot-name=memcot66 cotmembershiptests-test66-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test66-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test66-importentity-expected-exit-code=0 cotmembershiptests-test66-deleteentity-extendedonly=false cotmembershiptests-test66-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test66-deleteentity-message-to-find=Descriptor was deleted for entity, mementity66. cotmembershiptests-test66-deleteentity-expected-exit-code=0 cotmembershiptests-test66-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test66-addcotmember-message-to-find=Entity, mementity66 was added to the circle of trust, memcot66, in realm /. cotmembershiptests-test66-addcotmember-expected-exit-code=0 cotmembershiptests-test66-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test66-listcotmembers-message-to-find=mementity66 cotmembershiptests-test66-listcotmembers-expected-exit-code=0 cotmembershiptests-test66-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test66-removecotmember-message-to-find=Entity, mementity66 was removed from the circle of trust, memcot66. cotmembershiptests-test66-removecotmember-expected-exit-code=0 cotmembershiptests-test67-create-setup-realms= cotmembershiptests-test67-create-setup-cots=/,memcot67 cotmembershiptests-test67-use-verbose-option=true cotmembershiptests-test67-use-debug-option=false cotmembershiptests-test67-use-long-options=true cotmembershiptests-test67-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test67-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test67-entityid=mementity67 cotmembershiptests-test67-metadatafile=/tmp/mm.xml cotmembershiptests-test67-extendeddatafile=/tmp/xx.xml cotmembershiptests-test67-create-midp=/idp cotmembershiptests-test67-create-msp= cotmembershiptests-test67-create-optionalattributes=--idpscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test cotmembershiptests-test67-spec=saml2 cotmembershiptests-test67-create-expected-exit-code=0 cotmembershiptests-test67-cot-realm=/ cotmembershiptests-test67-cot-name=memcot67 cotmembershiptests-test67-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test67-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test67-importentity-expected-exit-code=0 cotmembershiptests-test67-deleteentity-extendedonly=false cotmembershiptests-test67-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with signing enabled and long, verbose options cotmembershiptests-test67-deleteentity-message-to-find=Descriptor was deleted for entity, mementity67. cotmembershiptests-test67-deleteentity-expected-exit-code=0 cotmembershiptests-test67-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test67-addcotmember-message-to-find=Entity, mementity67 was added to the circle of trust, memcot67, in realm /. cotmembershiptests-test67-addcotmember-expected-exit-code=0 cotmembershiptests-test67-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test67-listcotmembers-message-to-find=mementity67 cotmembershiptests-test67-listcotmembers-expected-exit-code=0 cotmembershiptests-test67-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test67-removecotmember-message-to-find=Entity, mementity67 was removed from the circle of trust, memcot67. cotmembershiptests-test67-removecotmember-expected-exit-code=0 cotmembershiptests-test68-create-setup-realms= cotmembershiptests-test68-create-setup-cots=/,memcot68 cotmembershiptests-test68-use-verbose-option=true cotmembershiptests-test68-use-debug-option=false cotmembershiptests-test68-use-long-options=true cotmembershiptests-test68-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test68-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test68-entityid=mementity68 cotmembershiptests-test68-metadatafile=/tmp/mm.xml cotmembershiptests-test68-extendeddatafile=/tmp/xx.xml cotmembershiptests-test68-create-midp=/idp cotmembershiptests-test68-create-msp= cotmembershiptests-test68-create-optionalattributes=--idpecertalias=test,--attrqueryprovider=attrq,--attrqecertalias=test cotmembershiptests-test68-spec=saml2 cotmembershiptests-test68-create-expected-exit-code=0 cotmembershiptests-test68-cot-realm=/ cotmembershiptests-test68-cot-name=memcot68 cotmembershiptests-test68-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test68-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test68-importentity-expected-exit-code=0 cotmembershiptests-test68-deleteentity-extendedonly=false cotmembershiptests-test68-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with encryption enabled and long, verbose options cotmembershiptests-test68-deleteentity-message-to-find=Descriptor was deleted for entity, mementity68. cotmembershiptests-test68-deleteentity-expected-exit-code=0 cotmembershiptests-test68-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test68-addcotmember-message-to-find=Entity, mementity68 was added to the circle of trust, memcot68, in realm /. cotmembershiptests-test68-addcotmember-expected-exit-code=0 cotmembershiptests-test68-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test68-listcotmembers-message-to-find=mementity68 cotmembershiptests-test68-listcotmembers-expected-exit-code=0 cotmembershiptests-test68-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test68-removecotmember-message-to-find=Entity, mementity68 was removed from the circle of trust, memcot68. cotmembershiptests-test68-removecotmember-expected-exit-code=0 cotmembershiptests-test69-create-setup-realms= cotmembershiptests-test69-create-setup-cots=/,memcot69 cotmembershiptests-test69-use-verbose-option=true cotmembershiptests-test69-use-debug-option=false cotmembershiptests-test69-use-long-options=true cotmembershiptests-test69-create-description=Creates a idp metadata template with attribute query in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test69-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test69-entityid=mementity69 cotmembershiptests-test69-metadatafile=/tmp/mm.xml cotmembershiptests-test69-extendeddatafile=/tmp/xx.xml cotmembershiptests-test69-create-midp=/idp cotmembershiptests-test69-create-msp= cotmembershiptests-test69-create-optionalattributes=--idpscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test,--attrqecertalias=test,--idpecertalias=test cotmembershiptests-test69-spec=saml2 cotmembershiptests-test69-create-expected-exit-code=0 cotmembershiptests-test69-cot-realm=/ cotmembershiptests-test69-cot-name=memcot69 cotmembershiptests-test69-importentity-description=Imports the idp metadata template with attribute query to create a entity in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test69-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test69-importentity-expected-exit-code=0 cotmembershiptests-test69-deleteentity-extendedonly=false cotmembershiptests-test69-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute query in saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test69-deleteentity-message-to-find=Descriptor was deleted for entity, mementity69. cotmembershiptests-test69-deleteentity-expected-exit-code=0 cotmembershiptests-test69-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test69-addcotmember-message-to-find=Entity, mementity69 was added to the circle of trust, memcot69, in realm /. cotmembershiptests-test69-addcotmember-expected-exit-code=0 cotmembershiptests-test69-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test69-listcotmembers-message-to-find=mementity69 cotmembershiptests-test69-listcotmembers-expected-exit-code=0 cotmembershiptests-test69-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute query in saml2 cotmembershiptests-test69-removecotmember-message-to-find=Entity, mementity69 was removed from the circle of trust, memcot69. cotmembershiptests-test69-removecotmember-expected-exit-code=0 # signing and encryption testcases of ATTRIBUTE QUERY with SP cotmembershiptests-test70-create-setup-realms= cotmembershiptests-test70-create-setup-cots=/,memcot70 cotmembershiptests-test70-use-verbose-option=false cotmembershiptests-test70-use-debug-option=false cotmembershiptests-test70-use-long-options=true cotmembershiptests-test70-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with signing enabled and long option cotmembershiptests-test70-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test70-entityid=mementity70 cotmembershiptests-test70-metadatafile=/tmp/mm.xml cotmembershiptests-test70-extendeddatafile=/tmp/xx.xml cotmembershiptests-test70-create-midp= cotmembershiptests-test70-create-msp=/sp cotmembershiptests-test70-create-optionalattributes=--spscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test cotmembershiptests-test70-spec=saml2 cotmembershiptests-test70-create-expected-exit-code=0 cotmembershiptests-test70-cot-realm=/ cotmembershiptests-test70-cot-name=memcot70 cotmembershiptests-test70-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with signing enabled and long option cotmembershiptests-test70-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test70-importentity-expected-exit-code=0 cotmembershiptests-test70-deleteentity-extendedonly=false cotmembershiptests-test70-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with signing enabled and long option cotmembershiptests-test70-deleteentity-message-to-find=Descriptor was deleted for entity, mementity70. cotmembershiptests-test70-deleteentity-expected-exit-code=0 cotmembershiptests-test70-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test70-addcotmember-message-to-find=Entity, mementity70 was added to the circle of trust, memcot70, in realm /. cotmembershiptests-test70-addcotmember-expected-exit-code=0 cotmembershiptests-test70-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test70-listcotmembers-message-to-find=mementity70 cotmembershiptests-test70-listcotmembers-expected-exit-code=0 cotmembershiptests-test70-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test70-removecotmember-message-to-find=Entity, mementity70 was removed from the circle of trust, memcot70. cotmembershiptests-test70-removecotmember-expected-exit-code=0 cotmembershiptests-test71-create-setup-realms= cotmembershiptests-test71-create-setup-cots=/,memcot71 cotmembershiptests-test71-use-verbose-option=false cotmembershiptests-test71-use-debug-option=false cotmembershiptests-test71-use-long-options=true cotmembershiptests-test71-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with encryption enabled and long option cotmembershiptests-test71-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test71-entityid=mementity71 cotmembershiptests-test71-metadatafile=/tmp/mm.xml cotmembershiptests-test71-extendeddatafile=/tmp/xx.xml cotmembershiptests-test71-create-midp= cotmembershiptests-test71-create-msp=/sp cotmembershiptests-test71-create-optionalattributes=--specertalias=test,--attrqueryprovider=attrq,--attrqecertalias=test cotmembershiptests-test71-spec=saml2 cotmembershiptests-test71-create-expected-exit-code=0 cotmembershiptests-test71-cot-realm=/ cotmembershiptests-test71-cot-name=memcot71 cotmembershiptests-test71-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with encryption enabled and long option cotmembershiptests-test71-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test71-importentity-expected-exit-code=0 cotmembershiptests-test71-deleteentity-extendedonly=false cotmembershiptests-test71-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with encryption enabled and long option cotmembershiptests-test71-deleteentity-message-to-find=Descriptor was deleted for entity, mementity71. cotmembershiptests-test71-deleteentity-expected-exit-code=0 cotmembershiptests-test71-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test71-addcotmember-message-to-find=Entity, mementity71 was added to the circle of trust, memcot71, in realm /. cotmembershiptests-test71-addcotmember-expected-exit-code=0 cotmembershiptests-test71-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test71-listcotmembers-message-to-find=mementity71 cotmembershiptests-test71-listcotmembers-expected-exit-code=0 cotmembershiptests-test71-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test71-removecotmember-message-to-find=Entity, mementity71 was removed from the circle of trust, memcot71. cotmembershiptests-test71-removecotmember-expected-exit-code=0 cotmembershiptests-test72-create-setup-realms= cotmembershiptests-test72-create-setup-cots=/,memcot72 cotmembershiptests-test72-use-verbose-option=false cotmembershiptests-test72-use-debug-option=false cotmembershiptests-test72-use-long-options=true cotmembershiptests-test72-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test72-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test72-entityid=mementity72 cotmembershiptests-test72-metadatafile=/tmp/mm.xml cotmembershiptests-test72-extendeddatafile=/tmp/xx.xml cotmembershiptests-test72-create-midp= cotmembershiptests-test72-create-msp=/sp cotmembershiptests-test72-create-optionalattributes=--spscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test,--attrqecertalias=test,--specertalias=test cotmembershiptests-test72-spec=saml2 cotmembershiptests-test72-create-expected-exit-code=0 cotmembershiptests-test72-cot-realm=/ cotmembershiptests-test72-cot-name=memcot72 cotmembershiptests-test72-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test72-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test72-importentity-expected-exit-code=0 cotmembershiptests-test72-deleteentity-extendedonly=false cotmembershiptests-test72-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with signing and encryption enabled and long option cotmembershiptests-test72-deleteentity-message-to-find=Descriptor was deleted for entity, mementity72. cotmembershiptests-test72-deleteentity-expected-exit-code=0 cotmembershiptests-test72-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test72-addcotmember-message-to-find=Entity, mementity72 was added to the circle of trust, memcot72, in realm /. cotmembershiptests-test72-addcotmember-expected-exit-code=0 cotmembershiptests-test72-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test72-listcotmembers-message-to-find=mementity72 cotmembershiptests-test72-listcotmembers-expected-exit-code=0 cotmembershiptests-test72-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test72-removecotmember-message-to-find=Entity, mementity72 was removed from the circle of trust, memcot72. cotmembershiptests-test72-removecotmember-expected-exit-code=0 cotmembershiptests-test73-create-setup-realms= cotmembershiptests-test73-create-setup-cots=/,memcot73 cotmembershiptests-test73-use-verbose-option=false cotmembershiptests-test73-use-debug-option=true cotmembershiptests-test73-use-long-options=false cotmembershiptests-test73-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with signing enabled and debug option cotmembershiptests-test73-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test73-entityid=mementity73 cotmembershiptests-test73-metadatafile=/tmp/mm.xml cotmembershiptests-test73-extendeddatafile=/tmp/xx.xml cotmembershiptests-test73-create-midp= cotmembershiptests-test73-create-msp=/sp cotmembershiptests-test73-create-optionalattributes=-a=test,-S=attrq,-A=test cotmembershiptests-test73-spec=saml2 cotmembershiptests-test73-create-expected-exit-code=0 cotmembershiptests-test73-cot-realm=/ cotmembershiptests-test73-cot-name=memcot73 cotmembershiptests-test73-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with signing enabled and debug option cotmembershiptests-test73-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test73-importentity-expected-exit-code=0 cotmembershiptests-test73-deleteentity-extendedonly=false cotmembershiptests-test73-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with signing enabled and debug option cotmembershiptests-test73-deleteentity-message-to-find=Descriptor was deleted for entity, mementity73. cotmembershiptests-test73-deleteentity-expected-exit-code=0 cotmembershiptests-test73-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test73-addcotmember-message-to-find=Entity, mementity73 was added to the circle of trust, memcot73, in realm /. cotmembershiptests-test73-addcotmember-expected-exit-code=0 cotmembershiptests-test73-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test73-listcotmembers-message-to-find=mementity73 cotmembershiptests-test73-listcotmembers-expected-exit-code=0 cotmembershiptests-test73-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test73-removecotmember-message-to-find=Entity, mementity73 was removed from the circle of trust, memcot73. cotmembershiptests-test73-removecotmember-expected-exit-code=0 cotmembershiptests-test74-create-setup-realms= cotmembershiptests-test74-create-setup-cots=/,memcot74 cotmembershiptests-test74-use-verbose-option=false cotmembershiptests-test74-use-debug-option=true cotmembershiptests-test74-use-long-options=false cotmembershiptests-test74-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test74-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test74-entityid=mementity74 cotmembershiptests-test74-metadatafile=/tmp/mm.xml cotmembershiptests-test74-extendeddatafile=/tmp/xx.xml cotmembershiptests-test74-create-midp= cotmembershiptests-test74-create-msp=/sp cotmembershiptests-test74-create-optionalattributes=-r=test,-S=attrq,-R=test cotmembershiptests-test74-spec=saml2 cotmembershiptests-test74-create-expected-exit-code=0 cotmembershiptests-test74-cot-realm=/ cotmembershiptests-test74-cot-name=memcot74 cotmembershiptests-test74-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test74-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test74-importentity-expected-exit-code=0 cotmembershiptests-test74-deleteentity-extendedonly=false cotmembershiptests-test74-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with encryption enabled and debug option cotmembershiptests-test74-deleteentity-message-to-find=Descriptor was deleted for entity, mementity74. cotmembershiptests-test74-deleteentity-expected-exit-code=0 cotmembershiptests-test74-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test74-addcotmember-message-to-find=Entity, mementity74 was added to the circle of trust, memcot74, in realm /. cotmembershiptests-test74-addcotmember-expected-exit-code=0 cotmembershiptests-test74-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test74-listcotmembers-message-to-find=mementity74 cotmembershiptests-test74-listcotmembers-expected-exit-code=0 cotmembershiptests-test74-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test74-removecotmember-message-to-find=Entity, mementity74 was removed from the circle of trust, memcot74. cotmembershiptests-test74-removecotmember-expected-exit-code=0 cotmembershiptests-test75-create-setup-realms= cotmembershiptests-test75-create-setup-cots=/,memcot75 cotmembershiptests-test75-use-verbose-option=false cotmembershiptests-test75-use-debug-option=true cotmembershiptests-test75-use-long-options=false cotmembershiptests-test75-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test75-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test75-entityid=mementity75 cotmembershiptests-test75-metadatafile=/tmp/mm.xml cotmembershiptests-test75-extendeddatafile=/tmp/xx.xml cotmembershiptests-test75-create-midp= cotmembershiptests-test75-create-msp=/sp cotmembershiptests-test75-create-optionalattributes=-a=test,-S=attrq,-A=test,-R=test,-r=test cotmembershiptests-test75-spec=saml2 cotmembershiptests-test75-create-expected-exit-code=0 cotmembershiptests-test75-cot-realm=/ cotmembershiptests-test75-cot-name=memcot75 cotmembershiptests-test75-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test75-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test75-importentity-expected-exit-code=0 cotmembershiptests-test75-deleteentity-extendedonly=false cotmembershiptests-test75-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with signing and encryption enabled and debug option cotmembershiptests-test75-deleteentity-message-to-find=Descriptor was deleted for entity, mementity75. cotmembershiptests-test75-deleteentity-expected-exit-code=0 cotmembershiptests-test75-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test75-addcotmember-message-to-find=Entity, mementity75 was added to the circle of trust, memcot75, in realm /. cotmembershiptests-test75-addcotmember-expected-exit-code=0 cotmembershiptests-test75-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test75-listcotmembers-message-to-find=mementity75 cotmembershiptests-test75-listcotmembers-expected-exit-code=0 cotmembershiptests-test75-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test75-removecotmember-message-to-find=Entity, mementity75 was removed from the circle of trust, memcot75. cotmembershiptests-test75-removecotmember-expected-exit-code=0 cotmembershiptests-test76-create-setup-realms= cotmembershiptests-test76-create-setup-cots=/,memcot76 cotmembershiptests-test76-use-verbose-option=false cotmembershiptests-test76-use-debug-option=true cotmembershiptests-test76-use-long-options=true cotmembershiptests-test76-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test76-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test76-entityid=mementity76 cotmembershiptests-test76-metadatafile=/tmp/mm.xml cotmembershiptests-test76-extendeddatafile=/tmp/xx.xml cotmembershiptests-test76-create-midp= cotmembershiptests-test76-create-msp=/sp cotmembershiptests-test76-create-optionalattributes=--spscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test cotmembershiptests-test76-spec=saml2 cotmembershiptests-test76-create-expected-exit-code=0 cotmembershiptests-test76-cot-realm=/ cotmembershiptests-test76-cot-name=memcot76 cotmembershiptests-test76-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test76-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test76-importentity-expected-exit-code=0 cotmembershiptests-test76-deleteentity-extendedonly=false cotmembershiptests-test76-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with signing enabled and long, debug options cotmembershiptests-test76-deleteentity-message-to-find=Descriptor was deleted for entity, mementity76. cotmembershiptests-test76-deleteentity-expected-exit-code=0 cotmembershiptests-test76-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test76-addcotmember-message-to-find=Entity, mementity76 was added to the circle of trust, memcot76, in realm /. cotmembershiptests-test76-addcotmember-expected-exit-code=0 cotmembershiptests-test76-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test76-listcotmembers-message-to-find=mementity76 cotmembershiptests-test76-listcotmembers-expected-exit-code=0 cotmembershiptests-test76-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test76-removecotmember-message-to-find=Entity, mementity76 was removed from the circle of trust, memcot76. cotmembershiptests-test76-removecotmember-expected-exit-code=0 cotmembershiptests-test77-create-setup-realms= cotmembershiptests-test77-create-setup-cots=/,memcot77 cotmembershiptests-test77-use-verbose-option=false cotmembershiptests-test77-use-debug-option=true cotmembershiptests-test77-use-long-options=true cotmembershiptests-test77-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test77-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test77-entityid=mementity77 cotmembershiptests-test77-metadatafile=/tmp/mm.xml cotmembershiptests-test77-extendeddatafile=/tmp/xx.xml cotmembershiptests-test77-create-midp= cotmembershiptests-test77-create-msp=/sp cotmembershiptests-test77-create-optionalattributes=--specertalias=test,--attrqueryprovider=attrq,--attrqecertalias=test cotmembershiptests-test77-spec=saml2 cotmembershiptests-test77-create-expected-exit-code=0 cotmembershiptests-test77-cot-realm=/ cotmembershiptests-test77-cot-name=memcot77 cotmembershiptests-test77-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test77-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test77-importentity-expected-exit-code=0 cotmembershiptests-test77-deleteentity-extendedonly=false cotmembershiptests-test77-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with encryption enabled and long, debug options cotmembershiptests-test77-deleteentity-message-to-find=Descriptor was deleted for entity, mementity77. cotmembershiptests-test77-deleteentity-expected-exit-code=0 cotmembershiptests-test77-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test77-addcotmember-message-to-find=Entity, mementity77 was added to the circle of trust, memcot77, in realm /. cotmembershiptests-test77-addcotmember-expected-exit-code=0 cotmembershiptests-test77-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test77-listcotmembers-message-to-find=mementity77 cotmembershiptests-test77-listcotmembers-expected-exit-code=0 cotmembershiptests-test77-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test77-removecotmember-message-to-find=Entity, mementity77 was removed from the circle of trust, memcot77. cotmembershiptests-test77-removecotmember-expected-exit-code=0 cotmembershiptests-test78-create-setup-realms= cotmembershiptests-test78-create-setup-cots=/,memcot78 cotmembershiptests-test78-use-verbose-option=false cotmembershiptests-test78-use-debug-option=true cotmembershiptests-test78-use-long-options=true cotmembershiptests-test78-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test78-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test78-entityid=mementity78 cotmembershiptests-test78-metadatafile=/tmp/mm.xml cotmembershiptests-test78-extendeddatafile=/tmp/xx.xml cotmembershiptests-test78-create-midp= cotmembershiptests-test78-create-msp=/sp cotmembershiptests-test78-create-optionalattributes=--spscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test,--attrqecertalias=test,--specertalias=test cotmembershiptests-test78-spec=saml2 cotmembershiptests-test78-create-expected-exit-code=0 cotmembershiptests-test78-cot-realm=/ cotmembershiptests-test78-cot-name=memcot78 cotmembershiptests-test78-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test78-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test78-importentity-expected-exit-code=0 cotmembershiptests-test78-deleteentity-extendedonly=false cotmembershiptests-test78-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test78-deleteentity-message-to-find=Descriptor was deleted for entity, mementity78. cotmembershiptests-test78-deleteentity-expected-exit-code=0 cotmembershiptests-test78-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test78-addcotmember-message-to-find=Entity, mementity78 was added to the circle of trust, memcot78, in realm /. cotmembershiptests-test78-addcotmember-expected-exit-code=0 cotmembershiptests-test78-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test78-listcotmembers-message-to-find=mementity78 cotmembershiptests-test78-listcotmembers-expected-exit-code=0 cotmembershiptests-test78-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test78-removecotmember-message-to-find=Entity, mementity78 was removed from the circle of trust, memcot78. cotmembershiptests-test78-removecotmember-expected-exit-code=0 cotmembershiptests-test79-create-setup-realms= cotmembershiptests-test79-create-setup-cots=/,memcot79 cotmembershiptests-test79-use-verbose-option=true cotmembershiptests-test79-use-debug-option=false cotmembershiptests-test79-use-long-options=false cotmembershiptests-test79-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test79-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test79-entityid=mementity79 cotmembershiptests-test79-metadatafile=/tmp/mm.xml cotmembershiptests-test79-extendeddatafile=/tmp/xx.xml cotmembershiptests-test79-create-midp= cotmembershiptests-test79-create-msp=/sp cotmembershiptests-test79-create-optionalattributes=-a=test,-S=attrq,-A=test cotmembershiptests-test79-spec=saml2 cotmembershiptests-test79-create-expected-exit-code=0 cotmembershiptests-test79-cot-realm=/ cotmembershiptests-test79-cot-name=memcot79 cotmembershiptests-test79-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test79-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test79-importentity-expected-exit-code=0 cotmembershiptests-test79-deleteentity-extendedonly=false cotmembershiptests-test79-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with signing enabled and verbose option cotmembershiptests-test79-deleteentity-message-to-find=Descriptor was deleted for entity, mementity79. cotmembershiptests-test79-deleteentity-expected-exit-code=0 cotmembershiptests-test79-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test79-addcotmember-message-to-find=Entity, mementity79 was added to the circle of trust, memcot79, in realm /. cotmembershiptests-test79-addcotmember-expected-exit-code=0 cotmembershiptests-test79-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test79-listcotmembers-message-to-find=mementity79 cotmembershiptests-test79-listcotmembers-expected-exit-code=0 cotmembershiptests-test79-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test79-removecotmember-message-to-find=Entity, mementity79 was removed from the circle of trust, memcot79. cotmembershiptests-test79-removecotmember-expected-exit-code=0 cotmembershiptests-test80-create-setup-realms= cotmembershiptests-test80-create-setup-cots=/,memcot80 cotmembershiptests-test80-use-verbose-option=true cotmembershiptests-test80-use-debug-option=false cotmembershiptests-test80-use-long-options=false cotmembershiptests-test80-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test80-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test80-entityid=mementity80 cotmembershiptests-test80-metadatafile=/tmp/mm.xml cotmembershiptests-test80-extendeddatafile=/tmp/xx.xml cotmembershiptests-test80-create-midp= cotmembershiptests-test80-create-msp=/sp cotmembershiptests-test80-create-optionalattributes=-r=test,-S=attrq,-R=test cotmembershiptests-test80-spec=saml2 cotmembershiptests-test80-create-expected-exit-code=0 cotmembershiptests-test80-cot-realm=/ cotmembershiptests-test80-cot-name=memcot80 cotmembershiptests-test80-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test80-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test80-importentity-expected-exit-code=0 cotmembershiptests-test80-deleteentity-extendedonly=false cotmembershiptests-test80-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with encryption enabled and verbose option cotmembershiptests-test80-deleteentity-message-to-find=Descriptor was deleted for entity, mementity80. cotmembershiptests-test80-deleteentity-expected-exit-code=0 cotmembershiptests-test80-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test80-addcotmember-message-to-find=Entity, mementity80 was added to the circle of trust, memcot80, in realm /. cotmembershiptests-test80-addcotmember-expected-exit-code=0 cotmembershiptests-test80-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test80-listcotmembers-message-to-find=mementity80 cotmembershiptests-test80-listcotmembers-expected-exit-code=0 cotmembershiptests-test80-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test80-removecotmember-message-to-find=Entity, mementity80 was removed from the circle of trust, memcot80. cotmembershiptests-test80-removecotmember-expected-exit-code=0 cotmembershiptests-test81-create-setup-realms= cotmembershiptests-test81-create-setup-cots=/,memcot81 cotmembershiptests-test81-use-verbose-option=true cotmembershiptests-test81-use-debug-option=false cotmembershiptests-test81-use-long-options=false cotmembershiptests-test81-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test81-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test81-entityid=mementity81 cotmembershiptests-test81-metadatafile=/tmp/mm.xml cotmembershiptests-test81-extendeddatafile=/tmp/xx.xml cotmembershiptests-test81-create-midp= cotmembershiptests-test81-create-msp=/sp cotmembershiptests-test81-create-optionalattributes=-a=test,-S=attrq,-A=test,-R=test,-r=test cotmembershiptests-test81-spec=saml2 cotmembershiptests-test81-create-expected-exit-code=0 cotmembershiptests-test81-cot-realm=/ cotmembershiptests-test81-cot-name=memcot81 cotmembershiptests-test81-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test81-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test81-importentity-expected-exit-code=0 cotmembershiptests-test81-deleteentity-extendedonly=false cotmembershiptests-test81-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test81-deleteentity-message-to-find=Descriptor was deleted for entity, mementity81. cotmembershiptests-test81-deleteentity-expected-exit-code=0 cotmembershiptests-test81-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test81-addcotmember-message-to-find=Entity, mementity81 was added to the circle of trust, memcot81, in realm /. cotmembershiptests-test81-addcotmember-expected-exit-code=0 cotmembershiptests-test81-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test81-listcotmembers-message-to-find=mementity81 cotmembershiptests-test81-listcotmembers-expected-exit-code=0 cotmembershiptests-test81-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test81-removecotmember-message-to-find=Entity, mementity81 was removed from the circle of trust, memcot81. cotmembershiptests-test81-removecotmember-expected-exit-code=0 cotmembershiptests-test82-create-setup-realms= cotmembershiptests-test82-create-setup-cots=/,memcot82 cotmembershiptests-test82-use-verbose-option=true cotmembershiptests-test82-use-debug-option=false cotmembershiptests-test82-use-long-options=true cotmembershiptests-test82-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test82-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test82-entityid=mementity82 cotmembershiptests-test82-metadatafile=/tmp/mm.xml cotmembershiptests-test82-extendeddatafile=/tmp/xx.xml cotmembershiptests-test82-create-midp= cotmembershiptests-test82-create-msp=/sp cotmembershiptests-test82-create-optionalattributes=--spscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test cotmembershiptests-test82-spec=saml2 cotmembershiptests-test82-create-expected-exit-code=0 cotmembershiptests-test82-cot-realm=/ cotmembershiptests-test82-cot-name=memcot82 cotmembershiptests-test82-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test82-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test82-importentity-expected-exit-code=0 cotmembershiptests-test82-deleteentity-extendedonly=false cotmembershiptests-test82-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with signing enabled and long, verbose options cotmembershiptests-test82-deleteentity-message-to-find=Descriptor was deleted for entity, mementity82. cotmembershiptests-test82-deleteentity-expected-exit-code=0 cotmembershiptests-test82-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test82-addcotmember-message-to-find=Entity, mementity82 was added to the circle of trust, memcot82, in realm /. cotmembershiptests-test82-addcotmember-expected-exit-code=0 cotmembershiptests-test82-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test82-listcotmembers-message-to-find=mementity82 cotmembershiptests-test82-listcotmembers-expected-exit-code=0 cotmembershiptests-test82-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test82-removecotmember-message-to-find=Entity, mementity82 was removed from the circle of trust, memcot82. cotmembershiptests-test82-removecotmember-expected-exit-code=0 cotmembershiptests-test83-create-setup-realms= cotmembershiptests-test83-create-setup-cots=/,memcot83 cotmembershiptests-test83-use-verbose-option=true cotmembershiptests-test83-use-debug-option=false cotmembershiptests-test83-use-long-options=true cotmembershiptests-test83-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test83-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test83-entityid=mementity83 cotmembershiptests-test83-metadatafile=/tmp/mm.xml cotmembershiptests-test83-extendeddatafile=/tmp/xx.xml cotmembershiptests-test83-create-midp= cotmembershiptests-test83-create-msp=/sp cotmembershiptests-test83-create-optionalattributes=--specertalias=test,--attrqueryprovider=attrq,--attrqecertalias=test cotmembershiptests-test83-spec=saml2 cotmembershiptests-test83-create-expected-exit-code=0 cotmembershiptests-test83-cot-realm=/ cotmembershiptests-test83-cot-name=memcot83 cotmembershiptests-test83-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test83-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test83-importentity-expected-exit-code=0 cotmembershiptests-test83-deleteentity-extendedonly=false cotmembershiptests-test83-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with encryption enabled and long, verbose options cotmembershiptests-test83-deleteentity-message-to-find=Descriptor was deleted for entity, mementity83. cotmembershiptests-test83-deleteentity-expected-exit-code=0 cotmembershiptests-test83-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test83-addcotmember-message-to-find=Entity, mementity83 was added to the circle of trust, memcot83, in realm /. cotmembershiptests-test83-addcotmember-expected-exit-code=0 cotmembershiptests-test83-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test83-listcotmembers-message-to-find=mementity83 cotmembershiptests-test83-listcotmembers-expected-exit-code=0 cotmembershiptests-test83-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test83-removecotmember-message-to-find=Entity, mementity83 was removed from the circle of trust, memcot83. cotmembershiptests-test83-removecotmember-expected-exit-code=0 cotmembershiptests-test84-create-setup-realms= cotmembershiptests-test84-create-setup-cots=/,memcot84 cotmembershiptests-test84-use-verbose-option=true cotmembershiptests-test84-use-debug-option=false cotmembershiptests-test84-use-long-options=true cotmembershiptests-test84-create-description=Creates a sp metadata template with attribute query in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test84-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test84-entityid=mementity84 cotmembershiptests-test84-metadatafile=/tmp/mm.xml cotmembershiptests-test84-extendeddatafile=/tmp/xx.xml cotmembershiptests-test84-create-midp= cotmembershiptests-test84-create-msp=/sp cotmembershiptests-test84-create-optionalattributes=--spscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test,--attrqecertalias=test,--specertalias=test cotmembershiptests-test84-spec=saml2 cotmembershiptests-test84-create-expected-exit-code=0 cotmembershiptests-test84-cot-realm=/ cotmembershiptests-test84-cot-name=memcot84 cotmembershiptests-test84-importentity-description=Imports the sp metadata template with attribute query to create a entity in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test84-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test84-importentity-expected-exit-code=0 cotmembershiptests-test84-deleteentity-extendedonly=false cotmembershiptests-test84-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute query in saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test84-deleteentity-message-to-find=Descriptor was deleted for entity, mementity84. cotmembershiptests-test84-deleteentity-expected-exit-code=0 cotmembershiptests-test84-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test84-addcotmember-message-to-find=Entity, mementity84 was added to the circle of trust, memcot84, in realm /. cotmembershiptests-test84-addcotmember-expected-exit-code=0 cotmembershiptests-test84-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test84-listcotmembers-message-to-find=mementity84 cotmembershiptests-test84-listcotmembers-expected-exit-code=0 cotmembershiptests-test84-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute query in saml2 cotmembershiptests-test84-removecotmember-message-to-find=Entity, mementity84 was removed from the circle of trust, memcot84. cotmembershiptests-test84-removecotmember-expected-exit-code=0 # signing and encryption testcases of ATTRIBUTE AUTHORITY with IDP cotmembershiptests-test85-create-setup-realms= cotmembershiptests-test85-create-setup-cots=/,memcot85 cotmembershiptests-test85-use-verbose-option=false cotmembershiptests-test85-use-debug-option=false cotmembershiptests-test85-use-long-options=true cotmembershiptests-test85-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with signing enabled and long option cotmembershiptests-test85-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test85-entityid=mementity85 cotmembershiptests-test85-metadatafile=/tmp/mm.xml cotmembershiptests-test85-extendeddatafile=/tmp/xx.xml cotmembershiptests-test85-create-midp=/idp cotmembershiptests-test85-create-msp= cotmembershiptests-test85-create-optionalattributes=--idpscertalias=test,--attrauthority=attrau,--attrascertalias=test cotmembershiptests-test85-spec=saml2 cotmembershiptests-test85-create-expected-exit-code=0 cotmembershiptests-test85-cot-realm=/ cotmembershiptests-test85-cot-name=memcot85 cotmembershiptests-test85-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with signing enabled and long option cotmembershiptests-test85-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test85-importentity-expected-exit-code=0 cotmembershiptests-test85-deleteentity-extendedonly=false cotmembershiptests-test85-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with signing enabled and long option cotmembershiptests-test85-deleteentity-message-to-find=Descriptor was deleted for entity, mementity85. cotmembershiptests-test85-deleteentity-expected-exit-code=0 cotmembershiptests-test85-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test85-addcotmember-message-to-find=Entity, mementity85 was added to the circle of trust, memcot85, in realm /. cotmembershiptests-test85-addcotmember-expected-exit-code=0 cotmembershiptests-test85-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test85-listcotmembers-message-to-find=mementity85 cotmembershiptests-test85-listcotmembers-expected-exit-code=0 cotmembershiptests-test85-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test85-removecotmember-message-to-find=Entity, mementity85 was removed from the circle of trust, memcot85. cotmembershiptests-test85-removecotmember-expected-exit-code=0 cotmembershiptests-test86-create-setup-realms= cotmembershiptests-test86-create-setup-cots=/,memcot86 cotmembershiptests-test86-use-verbose-option=false cotmembershiptests-test86-use-debug-option=false cotmembershiptests-test86-use-long-options=true cotmembershiptests-test86-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with encryption enabled and long option cotmembershiptests-test86-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test86-entityid=mementity86 cotmembershiptests-test86-metadatafile=/tmp/mm.xml cotmembershiptests-test86-extendeddatafile=/tmp/xx.xml cotmembershiptests-test86-create-midp=/idp cotmembershiptests-test86-create-msp= cotmembershiptests-test86-create-optionalattributes=--idpecertalias=test,--attrauthority=attrau,--attraecertalias=test cotmembershiptests-test86-spec=saml2 cotmembershiptests-test86-create-expected-exit-code=0 cotmembershiptests-test86-cot-realm=/ cotmembershiptests-test86-cot-name=memcot86 cotmembershiptests-test86-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with encryption enabled and long option cotmembershiptests-test86-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test86-importentity-expected-exit-code=0 cotmembershiptests-test86-deleteentity-extendedonly=false cotmembershiptests-test86-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with encryption enabled and long option cotmembershiptests-test86-deleteentity-message-to-find=Descriptor was deleted for entity, mementity86. cotmembershiptests-test86-deleteentity-expected-exit-code=0 cotmembershiptests-test86-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test86-addcotmember-message-to-find=Entity, mementity86 was added to the circle of trust, memcot86, in realm /. cotmembershiptests-test86-addcotmember-expected-exit-code=0 cotmembershiptests-test86-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test86-listcotmembers-message-to-find=mementity86 cotmembershiptests-test86-listcotmembers-expected-exit-code=0 cotmembershiptests-test86-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test86-removecotmember-message-to-find=Entity, mementity86 was removed from the circle of trust, memcot86. cotmembershiptests-test86-removecotmember-expected-exit-code=0 cotmembershiptests-test87-create-setup-realms= cotmembershiptests-test87-create-setup-cots=/,memcot87 cotmembershiptests-test87-use-verbose-option=false cotmembershiptests-test87-use-debug-option=false cotmembershiptests-test87-use-long-options=true cotmembershiptests-test87-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test87-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test87-entityid=mementity87 cotmembershiptests-test87-metadatafile=/tmp/mm.xml cotmembershiptests-test87-extendeddatafile=/tmp/xx.xml cotmembershiptests-test87-create-midp=/idp cotmembershiptests-test87-create-msp= cotmembershiptests-test87-create-optionalattributes=--idpscertalias=test,--attrauthority=attrau,--attrascertalias=test,--attraecertalias=test,--idpecertalias=test cotmembershiptests-test87-spec=saml2 cotmembershiptests-test87-create-expected-exit-code=0 cotmembershiptests-test87-cot-realm=/ cotmembershiptests-test87-cot-name=memcot87 cotmembershiptests-test87-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test87-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test87-importentity-expected-exit-code=0 cotmembershiptests-test87-deleteentity-extendedonly=false cotmembershiptests-test87-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with signing and encryption enabled and long option cotmembershiptests-test87-deleteentity-message-to-find=Descriptor was deleted for entity, mementity87. cotmembershiptests-test87-deleteentity-expected-exit-code=0 cotmembershiptests-test87-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test87-addcotmember-message-to-find=Entity, mementity87 was added to the circle of trust, memcot87, in realm /. cotmembershiptests-test87-addcotmember-expected-exit-code=0 cotmembershiptests-test87-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test87-listcotmembers-message-to-find=mementity87 cotmembershiptests-test87-listcotmembers-expected-exit-code=0 cotmembershiptests-test87-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test87-removecotmember-message-to-find=Entity, mementity87 was removed from the circle of trust, memcot87. cotmembershiptests-test87-removecotmember-expected-exit-code=0 cotmembershiptests-test88-create-setup-realms= cotmembershiptests-test88-create-setup-cots=/,memcot88 cotmembershiptests-test88-use-verbose-option=false cotmembershiptests-test88-use-debug-option=true cotmembershiptests-test88-use-long-options=false cotmembershiptests-test88-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with signing enabled and debug option cotmembershiptests-test88-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test88-entityid=mementity88 cotmembershiptests-test88-metadatafile=/tmp/mm.xml cotmembershiptests-test88-extendeddatafile=/tmp/xx.xml cotmembershiptests-test88-create-midp=/idp cotmembershiptests-test88-create-msp= cotmembershiptests-test88-create-optionalattributes=-b=test,-I=attrau,-B=test cotmembershiptests-test88-spec=saml2 cotmembershiptests-test88-create-expected-exit-code=0 cotmembershiptests-test88-cot-realm=/ cotmembershiptests-test88-cot-name=memcot88 cotmembershiptests-test88-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with signing enabled and debug option cotmembershiptests-test88-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test88-importentity-expected-exit-code=0 cotmembershiptests-test88-deleteentity-extendedonly=false cotmembershiptests-test88-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with signing enabled and debug option cotmembershiptests-test88-deleteentity-message-to-find=Descriptor was deleted for entity, mementity88. cotmembershiptests-test88-deleteentity-expected-exit-code=0 cotmembershiptests-test88-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test88-addcotmember-message-to-find=Entity, mementity88 was added to the circle of trust, memcot88, in realm /. cotmembershiptests-test88-addcotmember-expected-exit-code=0 cotmembershiptests-test88-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test88-listcotmembers-message-to-find=mementity88 cotmembershiptests-test88-listcotmembers-expected-exit-code=0 cotmembershiptests-test88-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test88-removecotmember-message-to-find=Entity, mementity88 was removed from the circle of trust, memcot88. cotmembershiptests-test88-removecotmember-expected-exit-code=0 cotmembershiptests-test89-create-setup-realms= cotmembershiptests-test89-create-setup-cots=/,memcot89 cotmembershiptests-test89-use-verbose-option=false cotmembershiptests-test89-use-debug-option=true cotmembershiptests-test89-use-long-options=false cotmembershiptests-test89-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test89-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test89-entityid=mementity89 cotmembershiptests-test89-metadatafile=/tmp/mm.xml cotmembershiptests-test89-extendeddatafile=/tmp/xx.xml cotmembershiptests-test89-create-midp=/idp cotmembershiptests-test89-create-msp= cotmembershiptests-test89-create-optionalattributes=-g=test,-I=attrau,-G=test cotmembershiptests-test89-spec=saml2 cotmembershiptests-test89-create-expected-exit-code=0 cotmembershiptests-test89-cot-realm=/ cotmembershiptests-test89-cot-name=memcot89 cotmembershiptests-test89-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test89-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test89-importentity-expected-exit-code=0 cotmembershiptests-test89-deleteentity-extendedonly=false cotmembershiptests-test89-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with encryption enabled and debug option cotmembershiptests-test89-deleteentity-message-to-find=Descriptor was deleted for entity, mementity89. cotmembershiptests-test89-deleteentity-expected-exit-code=0 cotmembershiptests-test89-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test89-addcotmember-message-to-find=Entity, mementity89 was added to the circle of trust, memcot89, in realm /. cotmembershiptests-test89-addcotmember-expected-exit-code=0 cotmembershiptests-test89-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test89-listcotmembers-message-to-find=mementity89 cotmembershiptests-test89-listcotmembers-expected-exit-code=0 cotmembershiptests-test89-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test89-removecotmember-message-to-find=Entity, mementity89 was removed from the circle of trust, memcot89. cotmembershiptests-test89-removecotmember-expected-exit-code=0 cotmembershiptests-test90-create-setup-realms= cotmembershiptests-test90-create-setup-cots=/,memcot90 cotmembershiptests-test90-use-verbose-option=false cotmembershiptests-test90-use-debug-option=true cotmembershiptests-test90-use-long-options=false cotmembershiptests-test90-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test90-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test90-entityid=mementity90 cotmembershiptests-test90-metadatafile=/tmp/mm.xml cotmembershiptests-test90-extendeddatafile=/tmp/xx.xml cotmembershiptests-test90-create-midp=/idp cotmembershiptests-test90-create-msp= cotmembershiptests-test90-create-optionalattributes=-b=test,-I=attrau,-B=test,-G=test,-g=test cotmembershiptests-test90-spec=saml2 cotmembershiptests-test90-create-expected-exit-code=0 cotmembershiptests-test90-cot-realm=/ cotmembershiptests-test90-cot-name=memcot90 cotmembershiptests-test90-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test90-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test90-importentity-expected-exit-code=0 cotmembershiptests-test90-deleteentity-extendedonly=false cotmembershiptests-test90-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with signing and encryption enabled and debug option cotmembershiptests-test90-deleteentity-message-to-find=Descriptor was deleted for entity, mementity90. cotmembershiptests-test90-deleteentity-expected-exit-code=0 cotmembershiptests-test90-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test90-addcotmember-message-to-find=Entity, mementity90 was added to the circle of trust, memcot90, in realm /. cotmembershiptests-test90-addcotmember-expected-exit-code=0 cotmembershiptests-test90-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test90-listcotmembers-message-to-find=mementity90 cotmembershiptests-test90-listcotmembers-expected-exit-code=0 cotmembershiptests-test90-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test90-removecotmember-message-to-find=Entity, mementity90 was removed from the circle of trust, memcot90. cotmembershiptests-test90-removecotmember-expected-exit-code=0 cotmembershiptests-test91-create-setup-realms= cotmembershiptests-test91-create-setup-cots=/,memcot91 cotmembershiptests-test91-use-verbose-option=false cotmembershiptests-test91-use-debug-option=true cotmembershiptests-test91-use-long-options=true cotmembershiptests-test91-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test91-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test91-entityid=mementity91 cotmembershiptests-test91-metadatafile=/tmp/mm.xml cotmembershiptests-test91-extendeddatafile=/tmp/xx.xml cotmembershiptests-test91-create-midp=/idp cotmembershiptests-test91-create-msp= cotmembershiptests-test91-create-optionalattributes=--idpscertalias=test,--attrauthority=attrau,--attrascertalias=test cotmembershiptests-test91-spec=saml2 cotmembershiptests-test91-create-expected-exit-code=0 cotmembershiptests-test91-cot-realm=/ cotmembershiptests-test91-cot-name=memcot91 cotmembershiptests-test91-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test91-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test91-importentity-expected-exit-code=0 cotmembershiptests-test91-deleteentity-extendedonly=false cotmembershiptests-test91-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with signing enabled and long, debug options cotmembershiptests-test91-deleteentity-message-to-find=Descriptor was deleted for entity, mementity91. cotmembershiptests-test91-deleteentity-expected-exit-code=0 cotmembershiptests-test91-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test91-addcotmember-message-to-find=Entity, mementity91 was added to the circle of trust, memcot91, in realm /. cotmembershiptests-test91-addcotmember-expected-exit-code=0 cotmembershiptests-test91-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test91-listcotmembers-message-to-find=mementity91 cotmembershiptests-test91-listcotmembers-expected-exit-code=0 cotmembershiptests-test91-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test91-removecotmember-message-to-find=Entity, mementity91 was removed from the circle of trust, memcot91. cotmembershiptests-test91-removecotmember-expected-exit-code=0 cotmembershiptests-test92-create-setup-realms= cotmembershiptests-test92-create-setup-cots=/,memcot92 cotmembershiptests-test92-use-verbose-option=false cotmembershiptests-test92-use-debug-option=true cotmembershiptests-test92-use-long-options=true cotmembershiptests-test92-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test92-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test92-entityid=mementity92 cotmembershiptests-test92-metadatafile=/tmp/mm.xml cotmembershiptests-test92-extendeddatafile=/tmp/xx.xml cotmembershiptests-test92-create-midp=/idp cotmembershiptests-test92-create-msp= cotmembershiptests-test92-create-optionalattributes=--idpecertalias=test,--attrauthority=attrau,--attraecertalias=test cotmembershiptests-test92-spec=saml2 cotmembershiptests-test92-create-expected-exit-code=0 cotmembershiptests-test92-cot-realm=/ cotmembershiptests-test92-cot-name=memcot92 cotmembershiptests-test92-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test92-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test92-importentity-expected-exit-code=0 cotmembershiptests-test92-deleteentity-extendedonly=false cotmembershiptests-test92-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with encryption enabled and long, debug options cotmembershiptests-test92-deleteentity-message-to-find=Descriptor was deleted for entity, mementity92. cotmembershiptests-test92-deleteentity-expected-exit-code=0 cotmembershiptests-test92-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test92-addcotmember-message-to-find=Entity, mementity92 was added to the circle of trust, memcot92, in realm /. cotmembershiptests-test92-addcotmember-expected-exit-code=0 cotmembershiptests-test92-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test92-listcotmembers-message-to-find=mementity92 cotmembershiptests-test92-listcotmembers-expected-exit-code=0 cotmembershiptests-test92-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test92-removecotmember-message-to-find=Entity, mementity92 was removed from the circle of trust, memcot92. cotmembershiptests-test92-removecotmember-expected-exit-code=0 cotmembershiptests-test93-create-setup-realms= cotmembershiptests-test93-create-setup-cots=/,memcot93 cotmembershiptests-test93-use-verbose-option=false cotmembershiptests-test93-use-debug-option=true cotmembershiptests-test93-use-long-options=true cotmembershiptests-test93-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test93-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test93-entityid=mementity93 cotmembershiptests-test93-metadatafile=/tmp/mm.xml cotmembershiptests-test93-extendeddatafile=/tmp/xx.xml cotmembershiptests-test93-create-midp=/idp cotmembershiptests-test93-create-msp= cotmembershiptests-test93-create-optionalattributes=--idpscertalias=test,--attrauthority=attrau,--attrascertalias=test,--attraecertalias=test,--idpecertalias=test cotmembershiptests-test93-spec=saml2 cotmembershiptests-test93-create-expected-exit-code=0 cotmembershiptests-test93-cot-realm=/ cotmembershiptests-test93-cot-name=memcot93 cotmembershiptests-test93-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test93-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test93-importentity-expected-exit-code=0 cotmembershiptests-test93-deleteentity-extendedonly=false cotmembershiptests-test93-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test93-deleteentity-message-to-find=Descriptor was deleted for entity, mementity93. cotmembershiptests-test93-deleteentity-expected-exit-code=0 cotmembershiptests-test93-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test93-addcotmember-message-to-find=Entity, mementity93 was added to the circle of trust, memcot93, in realm /. cotmembershiptests-test93-addcotmember-expected-exit-code=0 cotmembershiptests-test93-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test93-listcotmembers-message-to-find=mementity93 cotmembershiptests-test93-listcotmembers-expected-exit-code=0 cotmembershiptests-test93-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test93-removecotmember-message-to-find=Entity, mementity93 was removed from the circle of trust, memcot93. cotmembershiptests-test93-removecotmember-expected-exit-code=0 cotmembershiptests-test94-create-setup-realms= cotmembershiptests-test94-create-setup-cots=/,memcot94 cotmembershiptests-test94-use-verbose-option=true cotmembershiptests-test94-use-debug-option=false cotmembershiptests-test94-use-long-options=false cotmembershiptests-test94-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test94-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test94-entityid=mementity94 cotmembershiptests-test94-metadatafile=/tmp/mm.xml cotmembershiptests-test94-extendeddatafile=/tmp/xx.xml cotmembershiptests-test94-create-midp=/idp cotmembershiptests-test94-create-msp= cotmembershiptests-test94-create-optionalattributes=-b=test,-I=attrau,-B=test cotmembershiptests-test94-spec=saml2 cotmembershiptests-test94-create-expected-exit-code=0 cotmembershiptests-test94-cot-realm=/ cotmembershiptests-test94-cot-name=memcot94 cotmembershiptests-test94-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test94-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test94-importentity-expected-exit-code=0 cotmembershiptests-test94-deleteentity-extendedonly=false cotmembershiptests-test94-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with signing enabled and verbose option cotmembershiptests-test94-deleteentity-message-to-find=Descriptor was deleted for entity, mementity94. cotmembershiptests-test94-deleteentity-expected-exit-code=0 cotmembershiptests-test94-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test94-addcotmember-message-to-find=Entity, mementity94 was added to the circle of trust, memcot94, in realm /. cotmembershiptests-test94-addcotmember-expected-exit-code=0 cotmembershiptests-test94-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test94-listcotmembers-message-to-find=mementity94 cotmembershiptests-test94-listcotmembers-expected-exit-code=0 cotmembershiptests-test94-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test94-removecotmember-message-to-find=Entity, mementity94 was removed from the circle of trust, memcot94. cotmembershiptests-test94-removecotmember-expected-exit-code=0 cotmembershiptests-test95-create-setup-realms= cotmembershiptests-test95-create-setup-cots=/,memcot95 cotmembershiptests-test95-use-verbose-option=true cotmembershiptests-test95-use-debug-option=false cotmembershiptests-test95-use-long-options=false cotmembershiptests-test95-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test95-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test95-entityid=mementity95 cotmembershiptests-test95-metadatafile=/tmp/mm.xml cotmembershiptests-test95-extendeddatafile=/tmp/xx.xml cotmembershiptests-test95-create-midp=/idp cotmembershiptests-test95-create-msp= cotmembershiptests-test95-create-optionalattributes=-g=test,-I=attrau,-G=test cotmembershiptests-test95-spec=saml2 cotmembershiptests-test95-create-expected-exit-code=0 cotmembershiptests-test95-cot-realm=/ cotmembershiptests-test95-cot-name=memcot95 cotmembershiptests-test95-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test95-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test95-importentity-expected-exit-code=0 cotmembershiptests-test95-deleteentity-extendedonly=false cotmembershiptests-test95-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with encryption enabled and verbose option cotmembershiptests-test95-deleteentity-message-to-find=Descriptor was deleted for entity, mementity95. cotmembershiptests-test95-deleteentity-expected-exit-code=0 cotmembershiptests-test95-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test95-addcotmember-message-to-find=Entity, mementity95 was added to the circle of trust, memcot95, in realm /. cotmembershiptests-test95-addcotmember-expected-exit-code=0 cotmembershiptests-test95-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test95-listcotmembers-message-to-find=mementity95 cotmembershiptests-test95-listcotmembers-expected-exit-code=0 cotmembershiptests-test95-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test95-removecotmember-message-to-find=Entity, mementity95 was removed from the circle of trust, memcot95. cotmembershiptests-test95-removecotmember-expected-exit-code=0 cotmembershiptests-test96-create-setup-realms= cotmembershiptests-test96-create-setup-cots=/,memcot96 cotmembershiptests-test96-use-verbose-option=true cotmembershiptests-test96-use-debug-option=false cotmembershiptests-test96-use-long-options=false cotmembershiptests-test96-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test96-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test96-entityid=mementity96 cotmembershiptests-test96-metadatafile=/tmp/mm.xml cotmembershiptests-test96-extendeddatafile=/tmp/xx.xml cotmembershiptests-test96-create-midp=/idp cotmembershiptests-test96-create-msp= cotmembershiptests-test96-create-optionalattributes=-b=test,-I=attrau,-B=test,-G=test,-g=test cotmembershiptests-test96-spec=saml2 cotmembershiptests-test96-create-expected-exit-code=0 cotmembershiptests-test96-cot-realm=/ cotmembershiptests-test96-cot-name=memcot96 cotmembershiptests-test96-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test96-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test96-importentity-expected-exit-code=0 cotmembershiptests-test96-deleteentity-extendedonly=false cotmembershiptests-test96-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test96-deleteentity-message-to-find=Descriptor was deleted for entity, mementity96. cotmembershiptests-test96-deleteentity-expected-exit-code=0 cotmembershiptests-test96-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test96-addcotmember-message-to-find=Entity, mementity96 was added to the circle of trust, memcot96, in realm /. cotmembershiptests-test96-addcotmember-expected-exit-code=0 cotmembershiptests-test96-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test96-listcotmembers-message-to-find=mementity96 cotmembershiptests-test96-listcotmembers-expected-exit-code=0 cotmembershiptests-test96-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test96-removecotmember-message-to-find=Entity, mementity96 was removed from the circle of trust, memcot96. cotmembershiptests-test96-removecotmember-expected-exit-code=0 cotmembershiptests-test97-create-setup-realms= cotmembershiptests-test97-create-setup-cots=/,memcot97 cotmembershiptests-test97-use-verbose-option=true cotmembershiptests-test97-use-debug-option=false cotmembershiptests-test97-use-long-options=true cotmembershiptests-test97-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test97-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test97-entityid=mementity97 cotmembershiptests-test97-metadatafile=/tmp/mm.xml cotmembershiptests-test97-extendeddatafile=/tmp/xx.xml cotmembershiptests-test97-create-midp=/idp cotmembershiptests-test97-create-msp= cotmembershiptests-test97-create-optionalattributes=--idpscertalias=test,--attrauthority=attrau,--attrascertalias=test cotmembershiptests-test97-spec=saml2 cotmembershiptests-test97-create-expected-exit-code=0 cotmembershiptests-test97-cot-realm=/ cotmembershiptests-test97-cot-name=memcot97 cotmembershiptests-test97-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test97-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test97-importentity-expected-exit-code=0 cotmembershiptests-test97-deleteentity-extendedonly=false cotmembershiptests-test97-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with signing enabled and long, verbose options cotmembershiptests-test97-deleteentity-message-to-find=Descriptor was deleted for entity, mementity97. cotmembershiptests-test97-deleteentity-expected-exit-code=0 cotmembershiptests-test97-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test97-addcotmember-message-to-find=Entity, mementity97 was added to the circle of trust, memcot97, in realm /. cotmembershiptests-test97-addcotmember-expected-exit-code=0 cotmembershiptests-test97-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test97-listcotmembers-message-to-find=mementity97 cotmembershiptests-test97-listcotmembers-expected-exit-code=0 cotmembershiptests-test97-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test97-removecotmember-message-to-find=Entity, mementity97 was removed from the circle of trust, memcot97. cotmembershiptests-test97-removecotmember-expected-exit-code=0 cotmembershiptests-test98-create-setup-realms= cotmembershiptests-test98-create-setup-cots=/,memcot98 cotmembershiptests-test98-use-verbose-option=true cotmembershiptests-test98-use-debug-option=false cotmembershiptests-test98-use-long-options=true cotmembershiptests-test98-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test98-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test98-entityid=mementity98 cotmembershiptests-test98-metadatafile=/tmp/mm.xml cotmembershiptests-test98-extendeddatafile=/tmp/xx.xml cotmembershiptests-test98-create-midp=/idp cotmembershiptests-test98-create-msp= cotmembershiptests-test98-create-optionalattributes=--idpecertalias=test,--attrauthority=attrau,--attraecertalias=test cotmembershiptests-test98-spec=saml2 cotmembershiptests-test98-create-expected-exit-code=0 cotmembershiptests-test98-cot-realm=/ cotmembershiptests-test98-cot-name=memcot98 cotmembershiptests-test98-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test98-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test98-importentity-expected-exit-code=0 cotmembershiptests-test98-deleteentity-extendedonly=false cotmembershiptests-test98-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with encryption enabled and long, verbose options cotmembershiptests-test98-deleteentity-message-to-find=Descriptor was deleted for entity, mementity98. cotmembershiptests-test98-deleteentity-expected-exit-code=0 cotmembershiptests-test98-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test98-addcotmember-message-to-find=Entity, mementity98 was added to the circle of trust, memcot98, in realm /. cotmembershiptests-test98-addcotmember-expected-exit-code=0 cotmembershiptests-test98-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test98-listcotmembers-message-to-find=mementity98 cotmembershiptests-test98-listcotmembers-expected-exit-code=0 cotmembershiptests-test98-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test98-removecotmember-message-to-find=Entity, mementity98 was removed from the circle of trust, memcot98. cotmembershiptests-test98-removecotmember-expected-exit-code=0 cotmembershiptests-test99-create-setup-realms= cotmembershiptests-test99-create-setup-cots=/,memcot99 cotmembershiptests-test99-use-verbose-option=true cotmembershiptests-test99-use-debug-option=false cotmembershiptests-test99-use-long-options=true cotmembershiptests-test99-create-description=Creates a idp metadata template with attribute authority in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test99-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test99-entityid=mementity99 cotmembershiptests-test99-metadatafile=/tmp/mm.xml cotmembershiptests-test99-extendeddatafile=/tmp/xx.xml cotmembershiptests-test99-create-midp=/idp cotmembershiptests-test99-create-msp= cotmembershiptests-test99-create-optionalattributes=--idpscertalias=test,--attrauthority=attrau,--attrascertalias=test,--attraecertalias=test,--idpecertalias=test cotmembershiptests-test99-spec=saml2 cotmembershiptests-test99-create-expected-exit-code=0 cotmembershiptests-test99-cot-realm=/ cotmembershiptests-test99-cot-name=memcot99 cotmembershiptests-test99-importentity-description=Imports the idp metadata template with attribute authority to create a entity in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test99-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test99-importentity-expected-exit-code=0 cotmembershiptests-test99-deleteentity-extendedonly=false cotmembershiptests-test99-deleteentity-description=Deletes the entity in root realm of idp metadata with attribute authority in saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test99-deleteentity-message-to-find=Descriptor was deleted for entity, mementity99. cotmembershiptests-test99-deleteentity-expected-exit-code=0 cotmembershiptests-test99-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test99-addcotmember-message-to-find=Entity, mementity99 was added to the circle of trust, memcot99, in realm /. cotmembershiptests-test99-addcotmember-expected-exit-code=0 cotmembershiptests-test99-listcotmembers-description=Lists the members of cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test99-listcotmembers-message-to-find=mementity99 cotmembershiptests-test99-listcotmembers-expected-exit-code=0 cotmembershiptests-test99-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with attribute authority in saml2 cotmembershiptests-test99-removecotmember-message-to-find=Entity, mementity99 was removed from the circle of trust, memcot99. cotmembershiptests-test99-removecotmember-expected-exit-code=0 # signing and encryption testcases of ATTRIBUTE AUTHORITY with SP cotmembershiptests-test100-create-setup-realms= cotmembershiptests-test100-create-setup-cots=/,memcot100 cotmembershiptests-test100-use-verbose-option=false cotmembershiptests-test100-use-debug-option=false cotmembershiptests-test100-use-long-options=true cotmembershiptests-test100-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with signing enabled and long option cotmembershiptests-test100-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test100-entityid=mementity100 cotmembershiptests-test100-metadatafile=/tmp/mm.xml cotmembershiptests-test100-extendeddatafile=/tmp/xx.xml cotmembershiptests-test100-create-midp= cotmembershiptests-test100-create-msp=/sp cotmembershiptests-test100-create-optionalattributes=--spscertalias=test,--attrauthority=attrau,--attrascertalias=test cotmembershiptests-test100-spec=saml2 cotmembershiptests-test100-create-expected-exit-code=0 cotmembershiptests-test100-cot-realm=/ cotmembershiptests-test100-cot-name=memcot100 cotmembershiptests-test100-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with signing enabled and long option cotmembershiptests-test100-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test100-importentity-expected-exit-code=0 cotmembershiptests-test100-deleteentity-extendedonly=false cotmembershiptests-test100-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with signing enabled and long option cotmembershiptests-test100-deleteentity-message-to-find=Descriptor was deleted for entity, mementity100. cotmembershiptests-test100-deleteentity-expected-exit-code=0 cotmembershiptests-test100-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test100-addcotmember-message-to-find=Entity, mementity100 was added to the circle of trust, memcot100, in realm /. cotmembershiptests-test100-addcotmember-expected-exit-code=0 cotmembershiptests-test100-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test100-listcotmembers-message-to-find=mementity100 cotmembershiptests-test100-listcotmembers-expected-exit-code=0 cotmembershiptests-test100-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test100-removecotmember-message-to-find=Entity, mementity100 was removed from the circle of trust, memcot100. cotmembershiptests-test100-removecotmember-expected-exit-code=0 cotmembershiptests-test101-create-setup-realms= cotmembershiptests-test101-create-setup-cots=/,memcot101 cotmembershiptests-test101-use-verbose-option=false cotmembershiptests-test101-use-debug-option=false cotmembershiptests-test101-use-long-options=true cotmembershiptests-test101-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with encryption enabled and long option cotmembershiptests-test101-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test101-entityid=mementity101 cotmembershiptests-test101-metadatafile=/tmp/mm.xml cotmembershiptests-test101-extendeddatafile=/tmp/xx.xml cotmembershiptests-test101-create-midp= cotmembershiptests-test101-create-msp=/sp cotmembershiptests-test101-create-optionalattributes=--specertalias=test,--attrauthority=attrau,--attraecertalias=test cotmembershiptests-test101-spec=saml2 cotmembershiptests-test101-create-expected-exit-code=0 cotmembershiptests-test101-cot-realm=/ cotmembershiptests-test101-cot-name=memcot101 cotmembershiptests-test101-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with encryption enabled and long option cotmembershiptests-test101-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test101-importentity-expected-exit-code=0 cotmembershiptests-test101-deleteentity-extendedonly=false cotmembershiptests-test101-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with encryption enabled and long option cotmembershiptests-test101-deleteentity-message-to-find=Descriptor was deleted for entity, mementity101. cotmembershiptests-test101-deleteentity-expected-exit-code=0 cotmembershiptests-test101-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test101-addcotmember-message-to-find=Entity, mementity101 was added to the circle of trust, memcot101, in realm /. cotmembershiptests-test101-addcotmember-expected-exit-code=0 cotmembershiptests-test101-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test101-listcotmembers-message-to-find=mementity101 cotmembershiptests-test101-listcotmembers-expected-exit-code=0 cotmembershiptests-test101-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test101-removecotmember-message-to-find=Entity, mementity101 was removed from the circle of trust, memcot101. cotmembershiptests-test101-removecotmember-expected-exit-code=0 cotmembershiptests-test102-create-setup-realms= cotmembershiptests-test102-create-setup-cots=/,memcot102 cotmembershiptests-test102-use-verbose-option=false cotmembershiptests-test102-use-debug-option=false cotmembershiptests-test102-use-long-options=true cotmembershiptests-test102-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test102-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test102-entityid=mementity102 cotmembershiptests-test102-metadatafile=/tmp/mm.xml cotmembershiptests-test102-extendeddatafile=/tmp/xx.xml cotmembershiptests-test102-create-midp= cotmembershiptests-test102-create-msp=/sp cotmembershiptests-test102-create-optionalattributes=--spscertalias=test,--attrauthority=attrau,--attrascertalias=test,--attraecertalias=test,--specertalias=test cotmembershiptests-test102-spec=saml2 cotmembershiptests-test102-create-expected-exit-code=0 cotmembershiptests-test102-cot-realm=/ cotmembershiptests-test102-cot-name=memcot102 cotmembershiptests-test102-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test102-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test102-importentity-expected-exit-code=0 cotmembershiptests-test102-deleteentity-extendedonly=false cotmembershiptests-test102-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with signing and encryption enabled and long option cotmembershiptests-test102-deleteentity-message-to-find=Descriptor was deleted for entity, mementity102. cotmembershiptests-test102-deleteentity-expected-exit-code=0 cotmembershiptests-test102-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test102-addcotmember-message-to-find=Entity, mementity102 was added to the circle of trust, memcot102, in realm /. cotmembershiptests-test102-addcotmember-expected-exit-code=0 cotmembershiptests-test102-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test102-listcotmembers-message-to-find=mementity102 cotmembershiptests-test102-listcotmembers-expected-exit-code=0 cotmembershiptests-test102-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test102-removecotmember-message-to-find=Entity, mementity102 was removed from the circle of trust, memcot102. cotmembershiptests-test102-removecotmember-expected-exit-code=0 cotmembershiptests-test103-create-setup-realms= cotmembershiptests-test103-create-setup-cots=/,memcot103 cotmembershiptests-test103-use-verbose-option=false cotmembershiptests-test103-use-debug-option=true cotmembershiptests-test103-use-long-options=false cotmembershiptests-test103-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with signing enabled and debug option cotmembershiptests-test103-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test103-entityid=mementity103 cotmembershiptests-test103-metadatafile=/tmp/mm.xml cotmembershiptests-test103-extendeddatafile=/tmp/xx.xml cotmembershiptests-test103-create-midp= cotmembershiptests-test103-create-msp=/sp cotmembershiptests-test103-create-optionalattributes=-a=test,-I=attrau,-B=test cotmembershiptests-test103-spec=saml2 cotmembershiptests-test103-create-expected-exit-code=0 cotmembershiptests-test103-cot-realm=/ cotmembershiptests-test103-cot-name=memcot103 cotmembershiptests-test103-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with signing enabled and debug option cotmembershiptests-test103-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test103-importentity-expected-exit-code=0 cotmembershiptests-test103-deleteentity-extendedonly=false cotmembershiptests-test103-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with signing enabled and debug option cotmembershiptests-test103-deleteentity-message-to-find=Descriptor was deleted for entity, mementity103. cotmembershiptests-test103-deleteentity-expected-exit-code=0 cotmembershiptests-test103-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test103-addcotmember-message-to-find=Entity, mementity103 was added to the circle of trust, memcot103, in realm /. cotmembershiptests-test103-addcotmember-expected-exit-code=0 cotmembershiptests-test103-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test103-listcotmembers-message-to-find=mementity103 cotmembershiptests-test103-listcotmembers-expected-exit-code=0 cotmembershiptests-test103-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test103-removecotmember-message-to-find=Entity, mementity103 was removed from the circle of trust, memcot103. cotmembershiptests-test103-removecotmember-expected-exit-code=0 cotmembershiptests-test104-create-setup-realms= cotmembershiptests-test104-create-setup-cots=/,memcot104 cotmembershiptests-test104-use-verbose-option=false cotmembershiptests-test104-use-debug-option=true cotmembershiptests-test104-use-long-options=false cotmembershiptests-test104-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test104-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test104-entityid=mementity104 cotmembershiptests-test104-metadatafile=/tmp/mm.xml cotmembershiptests-test104-extendeddatafile=/tmp/xx.xml cotmembershiptests-test104-create-midp= cotmembershiptests-test104-create-msp=/sp cotmembershiptests-test104-create-optionalattributes=-r=test,-I=attrau,-G=test cotmembershiptests-test104-spec=saml2 cotmembershiptests-test104-create-expected-exit-code=0 cotmembershiptests-test104-cot-realm=/ cotmembershiptests-test104-cot-name=memcot104 cotmembershiptests-test104-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test104-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test104-importentity-expected-exit-code=0 cotmembershiptests-test104-deleteentity-extendedonly=false cotmembershiptests-test104-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with encryption enabled and debug option cotmembershiptests-test104-deleteentity-message-to-find=Descriptor was deleted for entity, mementity104. cotmembershiptests-test104-deleteentity-expected-exit-code=0 cotmembershiptests-test104-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test104-addcotmember-message-to-find=Entity, mementity104 was added to the circle of trust, memcot104, in realm /. cotmembershiptests-test104-addcotmember-expected-exit-code=0 cotmembershiptests-test104-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test104-listcotmembers-message-to-find=mementity104 cotmembershiptests-test104-listcotmembers-expected-exit-code=0 cotmembershiptests-test104-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test104-removecotmember-message-to-find=Entity, mementity104 was removed from the circle of trust, memcot104. cotmembershiptests-test104-removecotmember-expected-exit-code=0 cotmembershiptests-test105-create-setup-realms= cotmembershiptests-test105-create-setup-cots=/,memcot105 cotmembershiptests-test105-use-verbose-option=false cotmembershiptests-test105-use-debug-option=true cotmembershiptests-test105-use-long-options=false cotmembershiptests-test105-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test105-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test105-entityid=mementity105 cotmembershiptests-test105-metadatafile=/tmp/mm.xml cotmembershiptests-test105-extendeddatafile=/tmp/xx.xml cotmembershiptests-test105-create-midp= cotmembershiptests-test105-create-msp=/sp cotmembershiptests-test105-create-optionalattributes=-a=test,-I=attrau,-B=test,-G=test,-r=test cotmembershiptests-test105-spec=saml2 cotmembershiptests-test105-create-expected-exit-code=0 cotmembershiptests-test105-cot-realm=/ cotmembershiptests-test105-cot-name=memcot105 cotmembershiptests-test105-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test105-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test105-importentity-expected-exit-code=0 cotmembershiptests-test105-deleteentity-extendedonly=false cotmembershiptests-test105-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with signing and encryption enabled and debug option cotmembershiptests-test105-deleteentity-message-to-find=Descriptor was deleted for entity, mementity105. cotmembershiptests-test105-deleteentity-expected-exit-code=0 cotmembershiptests-test105-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test105-addcotmember-message-to-find=Entity, mementity105 was added to the circle of trust, memcot105, in realm /. cotmembershiptests-test105-addcotmember-expected-exit-code=0 cotmembershiptests-test105-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test105-listcotmembers-message-to-find=mementity105 cotmembershiptests-test105-listcotmembers-expected-exit-code=0 cotmembershiptests-test105-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test105-removecotmember-message-to-find=Entity, mementity105 was removed from the circle of trust, memcot105. cotmembershiptests-test105-removecotmember-expected-exit-code=0 cotmembershiptests-test106-create-setup-realms= cotmembershiptests-test106-create-setup-cots=/,memcot106 cotmembershiptests-test106-use-verbose-option=false cotmembershiptests-test106-use-debug-option=true cotmembershiptests-test106-use-long-options=true cotmembershiptests-test106-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test106-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test106-entityid=mementity106 cotmembershiptests-test106-metadatafile=/tmp/mm.xml cotmembershiptests-test106-extendeddatafile=/tmp/xx.xml cotmembershiptests-test106-create-midp= cotmembershiptests-test106-create-msp=/sp cotmembershiptests-test106-create-optionalattributes=--spscertalias=test,--attrauthority=attrau,--attrascertalias=test cotmembershiptests-test106-spec=saml2 cotmembershiptests-test106-create-expected-exit-code=0 cotmembershiptests-test106-cot-realm=/ cotmembershiptests-test106-cot-name=memcot106 cotmembershiptests-test106-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test106-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test106-importentity-expected-exit-code=0 cotmembershiptests-test106-deleteentity-extendedonly=false cotmembershiptests-test106-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with signing enabled and long, debug options cotmembershiptests-test106-deleteentity-message-to-find=Descriptor was deleted for entity, mementity106. cotmembershiptests-test106-deleteentity-expected-exit-code=0 cotmembershiptests-test106-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test106-addcotmember-message-to-find=Entity, mementity106 was added to the circle of trust, memcot106, in realm /. cotmembershiptests-test106-addcotmember-expected-exit-code=0 cotmembershiptests-test106-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test106-listcotmembers-message-to-find=mementity106 cotmembershiptests-test106-listcotmembers-expected-exit-code=0 cotmembershiptests-test106-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test106-removecotmember-message-to-find=Entity, mementity106 was removed from the circle of trust, memcot106. cotmembershiptests-test106-removecotmember-expected-exit-code=0 cotmembershiptests-test107-create-setup-realms= cotmembershiptests-test107-create-setup-cots=/,memcot107 cotmembershiptests-test107-use-verbose-option=false cotmembershiptests-test107-use-debug-option=true cotmembershiptests-test107-use-long-options=true cotmembershiptests-test107-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test107-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test107-entityid=mementity107 cotmembershiptests-test107-metadatafile=/tmp/mm.xml cotmembershiptests-test107-extendeddatafile=/tmp/xx.xml cotmembershiptests-test107-create-midp= cotmembershiptests-test107-create-msp=/sp cotmembershiptests-test107-create-optionalattributes=--specertalias=test,--attrauthority=attrau,--attraecertalias=test cotmembershiptests-test107-spec=saml2 cotmembershiptests-test107-create-expected-exit-code=0 cotmembershiptests-test107-cot-realm=/ cotmembershiptests-test107-cot-name=memcot107 cotmembershiptests-test107-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test107-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test107-importentity-expected-exit-code=0 cotmembershiptests-test107-deleteentity-extendedonly=false cotmembershiptests-test107-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with encryption enabled and long, debug options cotmembershiptests-test107-deleteentity-message-to-find=Descriptor was deleted for entity, mementity107. cotmembershiptests-test107-deleteentity-expected-exit-code=0 cotmembershiptests-test107-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test107-addcotmember-message-to-find=Entity, mementity107 was added to the circle of trust, memcot107, in realm /. cotmembershiptests-test107-addcotmember-expected-exit-code=0 cotmembershiptests-test107-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test107-listcotmembers-message-to-find=mementity107 cotmembershiptests-test107-listcotmembers-expected-exit-code=0 cotmembershiptests-test107-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test107-removecotmember-message-to-find=Entity, mementity107 was removed from the circle of trust, memcot107. cotmembershiptests-test107-removecotmember-expected-exit-code=0 cotmembershiptests-test108-create-setup-realms= cotmembershiptests-test108-create-setup-cots=/,memcot108 cotmembershiptests-test108-use-verbose-option=false cotmembershiptests-test108-use-debug-option=true cotmembershiptests-test108-use-long-options=true cotmembershiptests-test108-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test108-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test108-entityid=mementity108 cotmembershiptests-test108-metadatafile=/tmp/mm.xml cotmembershiptests-test108-extendeddatafile=/tmp/xx.xml cotmembershiptests-test108-create-midp= cotmembershiptests-test108-create-msp=/sp cotmembershiptests-test108-create-optionalattributes=--spscertalias=test,--attrauthority=attrau,--attrascertalias=test,--attraecertalias=test,--specertalias=test cotmembershiptests-test108-spec=saml2 cotmembershiptests-test108-create-expected-exit-code=0 cotmembershiptests-test108-cot-realm=/ cotmembershiptests-test108-cot-name=memcot108 cotmembershiptests-test108-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test108-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test108-importentity-expected-exit-code=0 cotmembershiptests-test108-deleteentity-extendedonly=false cotmembershiptests-test108-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test108-deleteentity-message-to-find=Descriptor was deleted for entity, mementity108. cotmembershiptests-test108-deleteentity-expected-exit-code=0 cotmembershiptests-test108-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test108-addcotmember-message-to-find=Entity, mementity108 was added to the circle of trust, memcot108, in realm /. cotmembershiptests-test108-addcotmember-expected-exit-code=0 cotmembershiptests-test108-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test108-listcotmembers-message-to-find=mementity108 cotmembershiptests-test108-listcotmembers-expected-exit-code=0 cotmembershiptests-test108-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test108-removecotmember-message-to-find=Entity, mementity108 was removed from the circle of trust, memcot108. cotmembershiptests-test108-removecotmember-expected-exit-code=0 cotmembershiptests-test109-create-setup-realms= cotmembershiptests-test109-create-setup-cots=/,memcot109 cotmembershiptests-test109-use-verbose-option=true cotmembershiptests-test109-use-debug-option=false cotmembershiptests-test109-use-long-options=false cotmembershiptests-test109-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test109-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test109-entityid=mementity109 cotmembershiptests-test109-metadatafile=/tmp/mm.xml cotmembershiptests-test109-extendeddatafile=/tmp/xx.xml cotmembershiptests-test109-create-midp= cotmembershiptests-test109-create-msp=/sp cotmembershiptests-test109-create-optionalattributes=-a=test,-I=attrau,-B=test cotmembershiptests-test109-spec=saml2 cotmembershiptests-test109-create-expected-exit-code=0 cotmembershiptests-test109-cot-realm=/ cotmembershiptests-test109-cot-name=memcot109 cotmembershiptests-test109-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test109-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test109-importentity-expected-exit-code=0 cotmembershiptests-test109-deleteentity-extendedonly=false cotmembershiptests-test109-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with signing enabled and verbose option cotmembershiptests-test109-deleteentity-message-to-find=Descriptor was deleted for entity, mementity109. cotmembershiptests-test109-deleteentity-expected-exit-code=0 cotmembershiptests-test109-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test109-addcotmember-message-to-find=Entity, mementity109 was added to the circle of trust, memcot109, in realm /. cotmembershiptests-test109-addcotmember-expected-exit-code=0 cotmembershiptests-test109-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test109-listcotmembers-message-to-find=mementity109 cotmembershiptests-test109-listcotmembers-expected-exit-code=0 cotmembershiptests-test109-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test109-removecotmember-message-to-find=Entity, mementity109 was removed from the circle of trust, memcot109. cotmembershiptests-test109-removecotmember-expected-exit-code=0 cotmembershiptests-test110-create-setup-realms= cotmembershiptests-test110-create-setup-cots=/,memcot110 cotmembershiptests-test110-use-verbose-option=true cotmembershiptests-test110-use-debug-option=false cotmembershiptests-test110-use-long-options=false cotmembershiptests-test110-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test110-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test110-entityid=mementity110 cotmembershiptests-test110-metadatafile=/tmp/mm.xml cotmembershiptests-test110-extendeddatafile=/tmp/xx.xml cotmembershiptests-test110-create-midp= cotmembershiptests-test110-create-msp=/sp cotmembershiptests-test110-create-optionalattributes=-r=test,-I=attrau,-G=test cotmembershiptests-test110-spec=saml2 cotmembershiptests-test110-create-expected-exit-code=0 cotmembershiptests-test110-cot-realm=/ cotmembershiptests-test110-cot-name=memcot110 cotmembershiptests-test110-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test110-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test110-importentity-expected-exit-code=0 cotmembershiptests-test110-deleteentity-extendedonly=false cotmembershiptests-test110-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with encryption enabled and verbose option cotmembershiptests-test110-deleteentity-message-to-find=Descriptor was deleted for entity, mementity110. cotmembershiptests-test110-deleteentity-expected-exit-code=0 cotmembershiptests-test110-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test110-addcotmember-message-to-find=Entity, mementity110 was added to the circle of trust, memcot110, in realm /. cotmembershiptests-test110-addcotmember-expected-exit-code=0 cotmembershiptests-test110-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test110-listcotmembers-message-to-find=mementity110 cotmembershiptests-test110-listcotmembers-expected-exit-code=0 cotmembershiptests-test110-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test110-removecotmember-message-to-find=Entity, mementity110 was removed from the circle of trust, memcot110. cotmembershiptests-test110-removecotmember-expected-exit-code=0 cotmembershiptests-test111-create-setup-realms= cotmembershiptests-test111-create-setup-cots=/,memcot111 cotmembershiptests-test111-use-verbose-option=true cotmembershiptests-test111-use-debug-option=false cotmembershiptests-test111-use-long-options=false cotmembershiptests-test111-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test111-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test111-entityid=mementity111 cotmembershiptests-test111-metadatafile=/tmp/mm.xml cotmembershiptests-test111-extendeddatafile=/tmp/xx.xml cotmembershiptests-test111-create-midp= cotmembershiptests-test111-create-msp=/sp cotmembershiptests-test111-create-optionalattributes=-a=test,-I=attrau,-B=test,-G=test,-r=test cotmembershiptests-test111-spec=saml2 cotmembershiptests-test111-create-expected-exit-code=0 cotmembershiptests-test111-cot-realm=/ cotmembershiptests-test111-cot-name=memcot111 cotmembershiptests-test111-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test111-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test111-importentity-expected-exit-code=0 cotmembershiptests-test111-deleteentity-extendedonly=false cotmembershiptests-test111-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test111-deleteentity-message-to-find=Descriptor was deleted for entity, mementity111. cotmembershiptests-test111-deleteentity-expected-exit-code=0 cotmembershiptests-test111-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test111-addcotmember-message-to-find=Entity, mementity111 was added to the circle of trust, memcot111, in realm /. cotmembershiptests-test111-addcotmember-expected-exit-code=0 cotmembershiptests-test111-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test111-listcotmembers-message-to-find=mementity111 cotmembershiptests-test111-listcotmembers-expected-exit-code=0 cotmembershiptests-test111-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test111-removecotmember-message-to-find=Entity, mementity111 was removed from the circle of trust, memcot111. cotmembershiptests-test111-removecotmember-expected-exit-code=0 cotmembershiptests-test112-create-setup-realms= cotmembershiptests-test112-create-setup-cots=/,memcot112 cotmembershiptests-test112-use-verbose-option=true cotmembershiptests-test112-use-debug-option=false cotmembershiptests-test112-use-long-options=true cotmembershiptests-test112-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test112-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test112-entityid=mementity112 cotmembershiptests-test112-metadatafile=/tmp/mm.xml cotmembershiptests-test112-extendeddatafile=/tmp/xx.xml cotmembershiptests-test112-create-midp= cotmembershiptests-test112-create-msp=/sp cotmembershiptests-test112-create-optionalattributes=--spscertalias=test,--attrauthority=attrau,--attrascertalias=test cotmembershiptests-test112-spec=saml2 cotmembershiptests-test112-create-expected-exit-code=0 cotmembershiptests-test112-cot-realm=/ cotmembershiptests-test112-cot-name=memcot112 cotmembershiptests-test112-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test112-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test112-importentity-expected-exit-code=0 cotmembershiptests-test112-deleteentity-extendedonly=false cotmembershiptests-test112-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with signing enabled and long, verbose options cotmembershiptests-test112-deleteentity-message-to-find=Descriptor was deleted for entity, mementity112. cotmembershiptests-test112-deleteentity-expected-exit-code=0 cotmembershiptests-test112-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test112-addcotmember-message-to-find=Entity, mementity112 was added to the circle of trust, memcot112, in realm /. cotmembershiptests-test112-addcotmember-expected-exit-code=0 cotmembershiptests-test112-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test112-listcotmembers-message-to-find=mementity112 cotmembershiptests-test112-listcotmembers-expected-exit-code=0 cotmembershiptests-test112-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test112-removecotmember-message-to-find=Entity, mementity112 was removed from the circle of trust, memcot112. cotmembershiptests-test112-removecotmember-expected-exit-code=0 cotmembershiptests-test113-create-setup-realms= cotmembershiptests-test113-create-setup-cots=/,memcot113 cotmembershiptests-test113-use-verbose-option=true cotmembershiptests-test113-use-debug-option=false cotmembershiptests-test113-use-long-options=true cotmembershiptests-test113-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test113-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test113-entityid=mementity113 cotmembershiptests-test113-metadatafile=/tmp/mm.xml cotmembershiptests-test113-extendeddatafile=/tmp/xx.xml cotmembershiptests-test113-create-midp= cotmembershiptests-test113-create-msp=/sp cotmembershiptests-test113-create-optionalattributes=--specertalias=test,--attrauthority=attrau,--attraecertalias=test cotmembershiptests-test113-spec=saml2 cotmembershiptests-test113-create-expected-exit-code=0 cotmembershiptests-test113-cot-realm=/ cotmembershiptests-test113-cot-name=memcot113 cotmembershiptests-test113-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test113-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test113-importentity-expected-exit-code=0 cotmembershiptests-test113-deleteentity-extendedonly=false cotmembershiptests-test113-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with encryption enabled and long, verbose options cotmembershiptests-test113-deleteentity-message-to-find=Descriptor was deleted for entity, mementity113. cotmembershiptests-test113-deleteentity-expected-exit-code=0 cotmembershiptests-test113-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test113-addcotmember-message-to-find=Entity, mementity113 was added to the circle of trust, memcot113, in realm /. cotmembershiptests-test113-addcotmember-expected-exit-code=0 cotmembershiptests-test113-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test113-listcotmembers-message-to-find=mementity113 cotmembershiptests-test113-listcotmembers-expected-exit-code=0 cotmembershiptests-test113-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test113-removecotmember-message-to-find=Entity, mementity113 was removed from the circle of trust, memcot113. cotmembershiptests-test113-removecotmember-expected-exit-code=0 cotmembershiptests-test114-create-setup-realms= cotmembershiptests-test114-create-setup-cots=/,memcot114 cotmembershiptests-test114-use-verbose-option=true cotmembershiptests-test114-use-debug-option=false cotmembershiptests-test114-use-long-options=true cotmembershiptests-test114-create-description=Creates a sp metadata template with attribute authority in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test114-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test114-entityid=mementity114 cotmembershiptests-test114-metadatafile=/tmp/mm.xml cotmembershiptests-test114-extendeddatafile=/tmp/xx.xml cotmembershiptests-test114-create-midp= cotmembershiptests-test114-create-msp=/sp cotmembershiptests-test114-create-optionalattributes=--spscertalias=test,--attrauthority=attrau,--attrascertalias=test,--attraecertalias=test,--specertalias=test cotmembershiptests-test114-spec=saml2 cotmembershiptests-test114-create-expected-exit-code=0 cotmembershiptests-test114-cot-realm=/ cotmembershiptests-test114-cot-name=memcot114 cotmembershiptests-test114-importentity-description=Imports the sp metadata template with attribute authority to create a entity in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test114-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test114-importentity-expected-exit-code=0 cotmembershiptests-test114-deleteentity-extendedonly=false cotmembershiptests-test114-deleteentity-description=Deletes the entity in root realm of sp metadata with attribute authority in saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test114-deleteentity-message-to-find=Descriptor was deleted for entity, mementity114. cotmembershiptests-test114-deleteentity-expected-exit-code=0 cotmembershiptests-test114-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test114-addcotmember-message-to-find=Entity, mementity114 was added to the circle of trust, memcot114, in realm /. cotmembershiptests-test114-addcotmember-expected-exit-code=0 cotmembershiptests-test114-listcotmembers-description=Lists the members of cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test114-listcotmembers-message-to-find=mementity114 cotmembershiptests-test114-listcotmembers-expected-exit-code=0 cotmembershiptests-test114-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with attribute authority in saml2 cotmembershiptests-test114-removecotmember-message-to-find=Entity, mementity114 was removed from the circle of trust, memcot114. cotmembershiptests-test114-removecotmember-expected-exit-code=0 # signing and encryption testcases of AUTHENTICATION AUTHORITY with IDP cotmembershiptests-test115-create-setup-realms= cotmembershiptests-test115-create-setup-cots=/,memcot115 cotmembershiptests-test115-use-verbose-option=false cotmembershiptests-test115-use-debug-option=false cotmembershiptests-test115-use-long-options=true cotmembershiptests-test115-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with signing enabled and long option cotmembershiptests-test115-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test115-entityid=mementity115 cotmembershiptests-test115-metadatafile=/tmp/mm.xml cotmembershiptests-test115-extendeddatafile=/tmp/xx.xml cotmembershiptests-test115-create-midp=/idp cotmembershiptests-test115-create-msp= cotmembershiptests-test115-create-optionalattributes=--idpscertalias=test,--authnauthority=authn,--authnascertalias=test cotmembershiptests-test115-spec=saml2 cotmembershiptests-test115-create-expected-exit-code=0 cotmembershiptests-test115-cot-realm=/ cotmembershiptests-test115-cot-name=memcot115 cotmembershiptests-test115-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with signing enabled and long option cotmembershiptests-test115-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test115-importentity-expected-exit-code=0 cotmembershiptests-test115-deleteentity-extendedonly=false cotmembershiptests-test115-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with signing enabled and long option cotmembershiptests-test115-deleteentity-message-to-find=Descriptor was deleted for entity, mementity115. cotmembershiptests-test115-deleteentity-expected-exit-code=0 cotmembershiptests-test115-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test115-addcotmember-message-to-find=Entity, mementity115 was added to the circle of trust, memcot115, in realm /. cotmembershiptests-test115-addcotmember-expected-exit-code=0 cotmembershiptests-test115-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test115-listcotmembers-message-to-find=mementity115 cotmembershiptests-test115-listcotmembers-expected-exit-code=0 cotmembershiptests-test115-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test115-removecotmember-message-to-find=Entity, mementity115 was removed from the circle of trust, memcot115. cotmembershiptests-test115-removecotmember-expected-exit-code=0 cotmembershiptests-test116-create-setup-realms= cotmembershiptests-test116-create-setup-cots=/,memcot116 cotmembershiptests-test116-use-verbose-option=false cotmembershiptests-test116-use-debug-option=false cotmembershiptests-test116-use-long-options=true cotmembershiptests-test116-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with encryption enabled and long option cotmembershiptests-test116-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test116-entityid=mementity116 cotmembershiptests-test116-metadatafile=/tmp/mm.xml cotmembershiptests-test116-extendeddatafile=/tmp/xx.xml cotmembershiptests-test116-create-midp=/idp cotmembershiptests-test116-create-msp= cotmembershiptests-test116-create-optionalattributes=--idpecertalias=test,--authnauthority=authn,--authnaecertalias=test cotmembershiptests-test116-spec=saml2 cotmembershiptests-test116-create-expected-exit-code=0 cotmembershiptests-test116-cot-realm=/ cotmembershiptests-test116-cot-name=memcot116 cotmembershiptests-test116-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with encryption enabled and long option cotmembershiptests-test116-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test116-importentity-expected-exit-code=0 cotmembershiptests-test116-deleteentity-extendedonly=false cotmembershiptests-test116-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with encryption enabled and long option cotmembershiptests-test116-deleteentity-message-to-find=Descriptor was deleted for entity, mementity116. cotmembershiptests-test116-deleteentity-expected-exit-code=0 cotmembershiptests-test116-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test116-addcotmember-message-to-find=Entity, mementity116 was added to the circle of trust, memcot116, in realm /. cotmembershiptests-test116-addcotmember-expected-exit-code=0 cotmembershiptests-test116-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test116-listcotmembers-message-to-find=mementity116 cotmembershiptests-test116-listcotmembers-expected-exit-code=0 cotmembershiptests-test116-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test116-removecotmember-message-to-find=Entity, mementity116 was removed from the circle of trust, memcot116. cotmembershiptests-test116-removecotmember-expected-exit-code=0 cotmembershiptests-test117-create-setup-realms= cotmembershiptests-test117-create-setup-cots=/,memcot117 cotmembershiptests-test117-use-verbose-option=false cotmembershiptests-test117-use-debug-option=false cotmembershiptests-test117-use-long-options=true cotmembershiptests-test117-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test117-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test117-entityid=mementity117 cotmembershiptests-test117-metadatafile=/tmp/mm.xml cotmembershiptests-test117-extendeddatafile=/tmp/xx.xml cotmembershiptests-test117-create-midp=/idp cotmembershiptests-test117-create-msp= cotmembershiptests-test117-create-optionalattributes=--idpscertalias=test,--authnauthority=authn,--authnascertalias=test,--authnaecertalias=test,--idpecertalias=test cotmembershiptests-test117-spec=saml2 cotmembershiptests-test117-create-expected-exit-code=0 cotmembershiptests-test117-cot-realm=/ cotmembershiptests-test117-cot-name=memcot117 cotmembershiptests-test117-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test117-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test117-importentity-expected-exit-code=0 cotmembershiptests-test117-deleteentity-extendedonly=false cotmembershiptests-test117-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with signing and encryption enabled and long option cotmembershiptests-test117-deleteentity-message-to-find=Descriptor was deleted for entity, mementity117. cotmembershiptests-test117-deleteentity-expected-exit-code=0 cotmembershiptests-test117-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test117-addcotmember-message-to-find=Entity, mementity117 was added to the circle of trust, memcot117, in realm /. cotmembershiptests-test117-addcotmember-expected-exit-code=0 cotmembershiptests-test117-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test117-listcotmembers-message-to-find=mementity117 cotmembershiptests-test117-listcotmembers-expected-exit-code=0 cotmembershiptests-test117-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test117-removecotmember-message-to-find=Entity, mementity117 was removed from the circle of trust, memcot117. cotmembershiptests-test117-removecotmember-expected-exit-code=0 cotmembershiptests-test118-create-setup-realms= cotmembershiptests-test118-create-setup-cots=/,memcot118 cotmembershiptests-test118-use-verbose-option=false cotmembershiptests-test118-use-debug-option=true cotmembershiptests-test118-use-long-options=false cotmembershiptests-test118-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with signing enabled and debug option cotmembershiptests-test118-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test118-entityid=mementity118 cotmembershiptests-test118-metadatafile=/tmp/mm.xml cotmembershiptests-test118-extendeddatafile=/tmp/xx.xml cotmembershiptests-test118-create-midp=/idp cotmembershiptests-test118-create-msp= cotmembershiptests-test118-create-optionalattributes=-b=test,-C=authn,-D=test cotmembershiptests-test118-spec=saml2 cotmembershiptests-test118-create-expected-exit-code=0 cotmembershiptests-test118-cot-realm=/ cotmembershiptests-test118-cot-name=memcot118 cotmembershiptests-test118-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with signing enabled and debug option cotmembershiptests-test118-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test118-importentity-expected-exit-code=0 cotmembershiptests-test118-deleteentity-extendedonly=false cotmembershiptests-test118-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with signing enabled and debug option cotmembershiptests-test118-deleteentity-message-to-find=Descriptor was deleted for entity, mementity118. cotmembershiptests-test118-deleteentity-expected-exit-code=0 cotmembershiptests-test118-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test118-addcotmember-message-to-find=Entity, mementity118 was added to the circle of trust, memcot118, in realm /. cotmembershiptests-test118-addcotmember-expected-exit-code=0 cotmembershiptests-test118-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test118-listcotmembers-message-to-find=mementity118 cotmembershiptests-test118-listcotmembers-expected-exit-code=0 cotmembershiptests-test118-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test118-removecotmember-message-to-find=Entity, mementity118 was removed from the circle of trust, memcot118. cotmembershiptests-test118-removecotmember-expected-exit-code=0 cotmembershiptests-test119-create-setup-realms= cotmembershiptests-test119-create-setup-cots=/,memcot119 cotmembershiptests-test119-use-verbose-option=false cotmembershiptests-test119-use-debug-option=true cotmembershiptests-test119-use-long-options=false cotmembershiptests-test119-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test119-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test119-entityid=mementity119 cotmembershiptests-test119-metadatafile=/tmp/mm.xml cotmembershiptests-test119-extendeddatafile=/tmp/xx.xml cotmembershiptests-test119-create-midp=/idp cotmembershiptests-test119-create-msp= cotmembershiptests-test119-create-optionalattributes=-g=test,-C=authn,-E=test cotmembershiptests-test119-spec=saml2 cotmembershiptests-test119-create-expected-exit-code=0 cotmembershiptests-test119-cot-realm=/ cotmembershiptests-test119-cot-name=memcot119 cotmembershiptests-test119-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test119-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test119-importentity-expected-exit-code=0 cotmembershiptests-test119-deleteentity-extendedonly=false cotmembershiptests-test119-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with encryption enabled and debug option cotmembershiptests-test119-deleteentity-message-to-find=Descriptor was deleted for entity, mementity119. cotmembershiptests-test119-deleteentity-expected-exit-code=0 cotmembershiptests-test119-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test119-addcotmember-message-to-find=Entity, mementity119 was added to the circle of trust, memcot119, in realm /. cotmembershiptests-test119-addcotmember-expected-exit-code=0 cotmembershiptests-test119-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test119-listcotmembers-message-to-find=mementity119 cotmembershiptests-test119-listcotmembers-expected-exit-code=0 cotmembershiptests-test119-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test119-removecotmember-message-to-find=Entity, mementity119 was removed from the circle of trust, memcot119. cotmembershiptests-test119-removecotmember-expected-exit-code=0 cotmembershiptests-test120-create-setup-realms= cotmembershiptests-test120-create-setup-cots=/,memcot120 cotmembershiptests-test120-use-verbose-option=false cotmembershiptests-test120-use-debug-option=true cotmembershiptests-test120-use-long-options=false cotmembershiptests-test120-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test120-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test120-entityid=mementity120 cotmembershiptests-test120-metadatafile=/tmp/mm.xml cotmembershiptests-test120-extendeddatafile=/tmp/xx.xml cotmembershiptests-test120-create-midp=/idp cotmembershiptests-test120-create-msp= cotmembershiptests-test120-create-optionalattributes=-b=test,-C=authn,-D=test,-E=test,-g=test cotmembershiptests-test120-spec=saml2 cotmembershiptests-test120-create-expected-exit-code=0 cotmembershiptests-test120-cot-realm=/ cotmembershiptests-test120-cot-name=memcot120 cotmembershiptests-test120-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test120-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test120-importentity-expected-exit-code=0 cotmembershiptests-test120-deleteentity-extendedonly=false cotmembershiptests-test120-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with signing and encryption enabled and debug option cotmembershiptests-test120-deleteentity-message-to-find=Descriptor was deleted for entity, mementity120. cotmembershiptests-test120-deleteentity-expected-exit-code=0 cotmembershiptests-test120-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test120-addcotmember-message-to-find=Entity, mementity120 was added to the circle of trust, memcot120, in realm /. cotmembershiptests-test120-addcotmember-expected-exit-code=0 cotmembershiptests-test120-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test120-listcotmembers-message-to-find=mementity120 cotmembershiptests-test120-listcotmembers-expected-exit-code=0 cotmembershiptests-test120-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test120-removecotmember-message-to-find=Entity, mementity120 was removed from the circle of trust, memcot120. cotmembershiptests-test120-removecotmember-expected-exit-code=0 cotmembershiptests-test121-create-setup-realms= cotmembershiptests-test121-create-setup-cots=/,memcot121 cotmembershiptests-test121-use-verbose-option=false cotmembershiptests-test121-use-debug-option=true cotmembershiptests-test121-use-long-options=true cotmembershiptests-test121-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test121-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test121-entityid=mementity121 cotmembershiptests-test121-metadatafile=/tmp/mm.xml cotmembershiptests-test121-extendeddatafile=/tmp/xx.xml cotmembershiptests-test121-create-midp=/idp cotmembershiptests-test121-create-msp= cotmembershiptests-test121-create-optionalattributes=--idpscertalias=test,--authnauthority=authn,--authnascertalias=test cotmembershiptests-test121-spec=saml2 cotmembershiptests-test121-create-expected-exit-code=0 cotmembershiptests-test121-cot-realm=/ cotmembershiptests-test121-cot-name=memcot121 cotmembershiptests-test121-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test121-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test121-importentity-expected-exit-code=0 cotmembershiptests-test121-deleteentity-extendedonly=false cotmembershiptests-test121-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with signing enabled and long, debug options cotmembershiptests-test121-deleteentity-message-to-find=Descriptor was deleted for entity, mementity121. cotmembershiptests-test121-deleteentity-expected-exit-code=0 cotmembershiptests-test121-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test121-addcotmember-message-to-find=Entity, mementity121 was added to the circle of trust, memcot121, in realm /. cotmembershiptests-test121-addcotmember-expected-exit-code=0 cotmembershiptests-test121-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test121-listcotmembers-message-to-find=mementity121 cotmembershiptests-test121-listcotmembers-expected-exit-code=0 cotmembershiptests-test121-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test121-removecotmember-message-to-find=Entity, mementity121 was removed from the circle of trust, memcot121. cotmembershiptests-test121-removecotmember-expected-exit-code=0 cotmembershiptests-test122-create-setup-realms= cotmembershiptests-test122-create-setup-cots=/,memcot122 cotmembershiptests-test122-use-verbose-option=false cotmembershiptests-test122-use-debug-option=true cotmembershiptests-test122-use-long-options=true cotmembershiptests-test122-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test122-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test122-entityid=mementity122 cotmembershiptests-test122-metadatafile=/tmp/mm.xml cotmembershiptests-test122-extendeddatafile=/tmp/xx.xml cotmembershiptests-test122-create-midp=/idp cotmembershiptests-test122-create-msp= cotmembershiptests-test122-create-optionalattributes=--idpecertalias=test,--authnauthority=authn,--authnaecertalias=test cotmembershiptests-test122-spec=saml2 cotmembershiptests-test122-create-expected-exit-code=0 cotmembershiptests-test122-cot-realm=/ cotmembershiptests-test122-cot-name=memcot122 cotmembershiptests-test122-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test122-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test122-importentity-expected-exit-code=0 cotmembershiptests-test122-deleteentity-extendedonly=false cotmembershiptests-test122-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with encryption enabled and long, debug options cotmembershiptests-test122-deleteentity-message-to-find=Descriptor was deleted for entity, mementity122. cotmembershiptests-test122-deleteentity-expected-exit-code=0 cotmembershiptests-test122-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test122-addcotmember-message-to-find=Entity, mementity122 was added to the circle of trust, memcot122, in realm /. cotmembershiptests-test122-addcotmember-expected-exit-code=0 cotmembershiptests-test122-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test122-listcotmembers-message-to-find=mementity122 cotmembershiptests-test122-listcotmembers-expected-exit-code=0 cotmembershiptests-test122-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test122-removecotmember-message-to-find=Entity, mementity122 was removed from the circle of trust, memcot122. cotmembershiptests-test122-removecotmember-expected-exit-code=0 cotmembershiptests-test123-create-setup-realms= cotmembershiptests-test123-create-setup-cots=/,memcot123 cotmembershiptests-test123-use-verbose-option=false cotmembershiptests-test123-use-debug-option=true cotmembershiptests-test123-use-long-options=true cotmembershiptests-test123-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test123-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test123-entityid=mementity123 cotmembershiptests-test123-metadatafile=/tmp/mm.xml cotmembershiptests-test123-extendeddatafile=/tmp/xx.xml cotmembershiptests-test123-create-midp=/idp cotmembershiptests-test123-create-msp= cotmembershiptests-test123-create-optionalattributes=--idpscertalias=test,--authnauthority=authn,--authnascertalias=test,--authnaecertalias=test,--idpecertalias=test cotmembershiptests-test123-spec=saml2 cotmembershiptests-test123-create-expected-exit-code=0 cotmembershiptests-test123-cot-realm=/ cotmembershiptests-test123-cot-name=memcot123 cotmembershiptests-test123-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test123-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test123-importentity-expected-exit-code=0 cotmembershiptests-test123-deleteentity-extendedonly=false cotmembershiptests-test123-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test123-deleteentity-message-to-find=Descriptor was deleted for entity, mementity123. cotmembershiptests-test123-deleteentity-expected-exit-code=0 cotmembershiptests-test123-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test123-addcotmember-message-to-find=Entity, mementity123 was added to the circle of trust, memcot123, in realm /. cotmembershiptests-test123-addcotmember-expected-exit-code=0 cotmembershiptests-test123-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test123-listcotmembers-message-to-find=mementity123 cotmembershiptests-test123-listcotmembers-expected-exit-code=0 cotmembershiptests-test123-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test123-removecotmember-message-to-find=Entity, mementity123 was removed from the circle of trust, memcot123. cotmembershiptests-test123-removecotmember-expected-exit-code=0 cotmembershiptests-test124-create-setup-realms= cotmembershiptests-test124-create-setup-cots=/,memcot124 cotmembershiptests-test124-use-verbose-option=true cotmembershiptests-test124-use-debug-option=false cotmembershiptests-test124-use-long-options=false cotmembershiptests-test124-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test124-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test124-entityid=mementity124 cotmembershiptests-test124-metadatafile=/tmp/mm.xml cotmembershiptests-test124-extendeddatafile=/tmp/xx.xml cotmembershiptests-test124-create-midp=/idp cotmembershiptests-test124-create-msp= cotmembershiptests-test124-create-optionalattributes=-b=test,-C=authn,-D=test cotmembershiptests-test124-spec=saml2 cotmembershiptests-test124-create-expected-exit-code=0 cotmembershiptests-test124-cot-realm=/ cotmembershiptests-test124-cot-name=memcot124 cotmembershiptests-test124-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test124-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test124-importentity-expected-exit-code=0 cotmembershiptests-test124-deleteentity-extendedonly=false cotmembershiptests-test124-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with signing enabled and verbose option cotmembershiptests-test124-deleteentity-message-to-find=Descriptor was deleted for entity, mementity124. cotmembershiptests-test124-deleteentity-expected-exit-code=0 cotmembershiptests-test124-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test124-addcotmember-message-to-find=Entity, mementity124 was added to the circle of trust, memcot124, in realm /. cotmembershiptests-test124-addcotmember-expected-exit-code=0 cotmembershiptests-test124-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test124-listcotmembers-message-to-find=mementity124 cotmembershiptests-test124-listcotmembers-expected-exit-code=0 cotmembershiptests-test124-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test124-removecotmember-message-to-find=Entity, mementity124 was removed from the circle of trust, memcot124. cotmembershiptests-test124-removecotmember-expected-exit-code=0 cotmembershiptests-test125-create-setup-realms= cotmembershiptests-test125-create-setup-cots=/,memcot125 cotmembershiptests-test125-use-verbose-option=true cotmembershiptests-test125-use-debug-option=false cotmembershiptests-test125-use-long-options=false cotmembershiptests-test125-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test125-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test125-entityid=mementity125 cotmembershiptests-test125-metadatafile=/tmp/mm.xml cotmembershiptests-test125-extendeddatafile=/tmp/xx.xml cotmembershiptests-test125-create-midp=/idp cotmembershiptests-test125-create-msp= cotmembershiptests-test125-create-optionalattributes=-g=test,-C=authn,-E=test cotmembershiptests-test125-spec=saml2 cotmembershiptests-test125-create-expected-exit-code=0 cotmembershiptests-test125-cot-realm=/ cotmembershiptests-test125-cot-name=memcot125 cotmembershiptests-test125-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test125-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test125-importentity-expected-exit-code=0 cotmembershiptests-test125-deleteentity-extendedonly=false cotmembershiptests-test125-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with encryption enabled and verbose option cotmembershiptests-test125-deleteentity-message-to-find=Descriptor was deleted for entity, mementity125. cotmembershiptests-test125-deleteentity-expected-exit-code=0 cotmembershiptests-test125-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test125-addcotmember-message-to-find=Entity, mementity125 was added to the circle of trust, memcot125, in realm /. cotmembershiptests-test125-addcotmember-expected-exit-code=0 cotmembershiptests-test125-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test125-listcotmembers-message-to-find=mementity125 cotmembershiptests-test125-listcotmembers-expected-exit-code=0 cotmembershiptests-test125-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test125-removecotmember-message-to-find=Entity, mementity125 was removed from the circle of trust, memcot125. cotmembershiptests-test125-removecotmember-expected-exit-code=0 cotmembershiptests-test126-create-setup-realms= cotmembershiptests-test126-create-setup-cots=/,memcot126 cotmembershiptests-test126-use-verbose-option=true cotmembershiptests-test126-use-debug-option=false cotmembershiptests-test126-use-long-options=false cotmembershiptests-test126-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test126-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test126-entityid=mementity126 cotmembershiptests-test126-metadatafile=/tmp/mm.xml cotmembershiptests-test126-extendeddatafile=/tmp/xx.xml cotmembershiptests-test126-create-midp=/idp cotmembershiptests-test126-create-msp= cotmembershiptests-test126-create-optionalattributes=-b=test,-C=authn,-D=test,-E=test,-g=test cotmembershiptests-test126-spec=saml2 cotmembershiptests-test126-create-expected-exit-code=0 cotmembershiptests-test126-cot-realm=/ cotmembershiptests-test126-cot-name=memcot126 cotmembershiptests-test126-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test126-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test126-importentity-expected-exit-code=0 cotmembershiptests-test126-deleteentity-extendedonly=false cotmembershiptests-test126-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test126-deleteentity-message-to-find=Descriptor was deleted for entity, mementity126. cotmembershiptests-test126-deleteentity-expected-exit-code=0 cotmembershiptests-test126-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test126-addcotmember-message-to-find=Entity, mementity126 was added to the circle of trust, memcot126, in realm /. cotmembershiptests-test126-addcotmember-expected-exit-code=0 cotmembershiptests-test126-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test126-listcotmembers-message-to-find=mementity126 cotmembershiptests-test126-listcotmembers-expected-exit-code=0 cotmembershiptests-test126-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test126-removecotmember-message-to-find=Entity, mementity126 was removed from the circle of trust, memcot126. cotmembershiptests-test126-removecotmember-expected-exit-code=0 cotmembershiptests-test127-create-setup-realms= cotmembershiptests-test127-create-setup-cots=/,memcot127 cotmembershiptests-test127-use-verbose-option=true cotmembershiptests-test127-use-debug-option=false cotmembershiptests-test127-use-long-options=true cotmembershiptests-test127-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test127-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test127-entityid=mementity127 cotmembershiptests-test127-metadatafile=/tmp/mm.xml cotmembershiptests-test127-extendeddatafile=/tmp/xx.xml cotmembershiptests-test127-create-midp=/idp cotmembershiptests-test127-create-msp= cotmembershiptests-test127-create-optionalattributes=--idpscertalias=test,--authnauthority=authn,--authnascertalias=test cotmembershiptests-test127-spec=saml2 cotmembershiptests-test127-create-expected-exit-code=0 cotmembershiptests-test127-cot-realm=/ cotmembershiptests-test127-cot-name=memcot127 cotmembershiptests-test127-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test127-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test127-importentity-expected-exit-code=0 cotmembershiptests-test127-deleteentity-extendedonly=false cotmembershiptests-test127-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with signing enabled and long, verbose options cotmembershiptests-test127-deleteentity-message-to-find=Descriptor was deleted for entity, mementity127. cotmembershiptests-test127-deleteentity-expected-exit-code=0 cotmembershiptests-test127-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test127-addcotmember-message-to-find=Entity, mementity127 was added to the circle of trust, memcot127, in realm /. cotmembershiptests-test127-addcotmember-expected-exit-code=0 cotmembershiptests-test127-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test127-listcotmembers-message-to-find=mementity127 cotmembershiptests-test127-listcotmembers-expected-exit-code=0 cotmembershiptests-test127-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test127-removecotmember-message-to-find=Entity, mementity127 was removed from the circle of trust, memcot127. cotmembershiptests-test127-removecotmember-expected-exit-code=0 cotmembershiptests-test128-create-setup-realms= cotmembershiptests-test128-create-setup-cots=/,memcot128 cotmembershiptests-test128-use-verbose-option=true cotmembershiptests-test128-use-debug-option=false cotmembershiptests-test128-use-long-options=true cotmembershiptests-test128-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test128-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test128-entityid=mementity128 cotmembershiptests-test128-metadatafile=/tmp/mm.xml cotmembershiptests-test128-extendeddatafile=/tmp/xx.xml cotmembershiptests-test128-create-midp=/idp cotmembershiptests-test128-create-msp= cotmembershiptests-test128-create-optionalattributes=--idpecertalias=test,--authnauthority=authn,--authnaecertalias=test cotmembershiptests-test128-spec=saml2 cotmembershiptests-test128-create-expected-exit-code=0 cotmembershiptests-test128-cot-realm=/ cotmembershiptests-test128-cot-name=memcot128 cotmembershiptests-test128-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test128-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test128-importentity-expected-exit-code=0 cotmembershiptests-test128-deleteentity-extendedonly=false cotmembershiptests-test128-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with encryption enabled and long, verbose options cotmembershiptests-test128-deleteentity-message-to-find=Descriptor was deleted for entity, mementity128. cotmembershiptests-test128-deleteentity-expected-exit-code=0 cotmembershiptests-test128-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test128-addcotmember-message-to-find=Entity, mementity128 was added to the circle of trust, memcot128, in realm /. cotmembershiptests-test128-addcotmember-expected-exit-code=0 cotmembershiptests-test128-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test128-listcotmembers-message-to-find=mementity128 cotmembershiptests-test128-listcotmembers-expected-exit-code=0 cotmembershiptests-test128-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test128-removecotmember-message-to-find=Entity, mementity128 was removed from the circle of trust, memcot128. cotmembershiptests-test128-removecotmember-expected-exit-code=0 cotmembershiptests-test129-create-setup-realms= cotmembershiptests-test129-create-setup-cots=/,memcot129 cotmembershiptests-test129-use-verbose-option=true cotmembershiptests-test129-use-debug-option=false cotmembershiptests-test129-use-long-options=true cotmembershiptests-test129-create-description=Creates a idp metadata template with authentication authority in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test129-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test129-entityid=mementity129 cotmembershiptests-test129-metadatafile=/tmp/mm.xml cotmembershiptests-test129-extendeddatafile=/tmp/xx.xml cotmembershiptests-test129-create-midp=/idp cotmembershiptests-test129-create-msp= cotmembershiptests-test129-create-optionalattributes=--idpscertalias=test,--authnauthority=authn,--authnascertalias=test,--authnaecertalias=test,--idpecertalias=test cotmembershiptests-test129-spec=saml2 cotmembershiptests-test129-create-expected-exit-code=0 cotmembershiptests-test129-cot-realm=/ cotmembershiptests-test129-cot-name=memcot129 cotmembershiptests-test129-importentity-description=Imports the idp metadata template with authentication authority to create a entity in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test129-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test129-importentity-expected-exit-code=0 cotmembershiptests-test129-deleteentity-extendedonly=false cotmembershiptests-test129-deleteentity-description=Deletes the entity in root realm of idp metadata with authentication authority in saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test129-deleteentity-message-to-find=Descriptor was deleted for entity, mementity129. cotmembershiptests-test129-deleteentity-expected-exit-code=0 cotmembershiptests-test129-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test129-addcotmember-message-to-find=Entity, mementity129 was added to the circle of trust, memcot129, in realm /. cotmembershiptests-test129-addcotmember-expected-exit-code=0 cotmembershiptests-test129-listcotmembers-description=Lists the members of cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test129-listcotmembers-message-to-find=mementity129 cotmembershiptests-test129-listcotmembers-expected-exit-code=0 cotmembershiptests-test129-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with authentication authority in saml2 cotmembershiptests-test129-removecotmember-message-to-find=Entity, mementity129 was removed from the circle of trust, memcot129. cotmembershiptests-test129-removecotmember-expected-exit-code=0 # signing and encryption testcases of AUTHENTICATION AUTHORITY with SP cotmembershiptests-test130-create-setup-realms= cotmembershiptests-test130-create-setup-cots=/,memcot130 cotmembershiptests-test130-use-verbose-option=false cotmembershiptests-test130-use-debug-option=false cotmembershiptests-test130-use-long-options=true cotmembershiptests-test130-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with signing enabled and long option cotmembershiptests-test130-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test130-entityid=mementity130 cotmembershiptests-test130-metadatafile=/tmp/mm.xml cotmembershiptests-test130-extendeddatafile=/tmp/xx.xml cotmembershiptests-test130-create-midp= cotmembershiptests-test130-create-msp=/sp cotmembershiptests-test130-create-optionalattributes=--spscertalias=test,--authnauthority=authn,--authnascertalias=test cotmembershiptests-test130-spec=saml2 cotmembershiptests-test130-create-expected-exit-code=0 cotmembershiptests-test130-cot-realm=/ cotmembershiptests-test130-cot-name=memcot130 cotmembershiptests-test130-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with signing enabled and long option cotmembershiptests-test130-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test130-importentity-expected-exit-code=0 cotmembershiptests-test130-deleteentity-extendedonly=false cotmembershiptests-test130-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with signing enabled and long option cotmembershiptests-test130-deleteentity-message-to-find=Descriptor was deleted for entity, mementity130. cotmembershiptests-test130-deleteentity-expected-exit-code=0 cotmembershiptests-test130-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test130-addcotmember-message-to-find=Entity, mementity130 was added to the circle of trust, memcot130, in realm /. cotmembershiptests-test130-addcotmember-expected-exit-code=0 cotmembershiptests-test130-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test130-listcotmembers-message-to-find=mementity130 cotmembershiptests-test130-listcotmembers-expected-exit-code=0 cotmembershiptests-test130-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test130-removecotmember-message-to-find=Entity, mementity130 was removed from the circle of trust, memcot130. cotmembershiptests-test130-removecotmember-expected-exit-code=0 cotmembershiptests-test131-create-setup-realms= cotmembershiptests-test131-create-setup-cots=/,memcot131 cotmembershiptests-test131-use-verbose-option=false cotmembershiptests-test131-use-debug-option=false cotmembershiptests-test131-use-long-options=true cotmembershiptests-test131-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with encryption enabled and long option cotmembershiptests-test131-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test131-entityid=mementity131 cotmembershiptests-test131-metadatafile=/tmp/mm.xml cotmembershiptests-test131-extendeddatafile=/tmp/xx.xml cotmembershiptests-test131-create-midp= cotmembershiptests-test131-create-msp=/sp cotmembershiptests-test131-create-optionalattributes=--specertalias=test,--authnauthority=authn,--authnaecertalias=test cotmembershiptests-test131-spec=saml2 cotmembershiptests-test131-create-expected-exit-code=0 cotmembershiptests-test131-cot-realm=/ cotmembershiptests-test131-cot-name=memcot131 cotmembershiptests-test131-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with encryption enabled and long option cotmembershiptests-test131-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test131-importentity-expected-exit-code=0 cotmembershiptests-test131-deleteentity-extendedonly=false cotmembershiptests-test131-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with encryption enabled and long option cotmembershiptests-test131-deleteentity-message-to-find=Descriptor was deleted for entity, mementity131. cotmembershiptests-test131-deleteentity-expected-exit-code=0 cotmembershiptests-test131-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test131-addcotmember-message-to-find=Entity, mementity131 was added to the circle of trust, memcot131, in realm /. cotmembershiptests-test131-addcotmember-expected-exit-code=0 cotmembershiptests-test131-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test131-listcotmembers-message-to-find=mementity131 cotmembershiptests-test131-listcotmembers-expected-exit-code=0 cotmembershiptests-test131-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test131-removecotmember-message-to-find=Entity, mementity131 was removed from the circle of trust, memcot131. cotmembershiptests-test131-removecotmember-expected-exit-code=0 cotmembershiptests-test132-create-setup-realms= cotmembershiptests-test132-create-setup-cots=/,memcot132 cotmembershiptests-test132-use-verbose-option=false cotmembershiptests-test132-use-debug-option=false cotmembershiptests-test132-use-long-options=true cotmembershiptests-test132-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test132-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test132-entityid=mementity132 cotmembershiptests-test132-metadatafile=/tmp/mm.xml cotmembershiptests-test132-extendeddatafile=/tmp/xx.xml cotmembershiptests-test132-create-midp= cotmembershiptests-test132-create-msp=/sp cotmembershiptests-test132-create-optionalattributes=--spscertalias=test,--authnauthority=authn,--authnascertalias=test,--authnaecertalias=test,--specertalias=test cotmembershiptests-test132-spec=saml2 cotmembershiptests-test132-create-expected-exit-code=0 cotmembershiptests-test132-cot-realm=/ cotmembershiptests-test132-cot-name=memcot132 cotmembershiptests-test132-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test132-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test132-importentity-expected-exit-code=0 cotmembershiptests-test132-deleteentity-extendedonly=false cotmembershiptests-test132-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with signing and encryption enabled and long option cotmembershiptests-test132-deleteentity-message-to-find=Descriptor was deleted for entity, mementity132. cotmembershiptests-test132-deleteentity-expected-exit-code=0 cotmembershiptests-test132-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test132-addcotmember-message-to-find=Entity, mementity132 was added to the circle of trust, memcot132, in realm /. cotmembershiptests-test132-addcotmember-expected-exit-code=0 cotmembershiptests-test132-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test132-listcotmembers-message-to-find=mementity132 cotmembershiptests-test132-listcotmembers-expected-exit-code=0 cotmembershiptests-test132-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test132-removecotmember-message-to-find=Entity, mementity132 was removed from the circle of trust, memcot132. cotmembershiptests-test132-removecotmember-expected-exit-code=0 cotmembershiptests-test133-create-setup-realms= cotmembershiptests-test133-create-setup-cots=/,memcot133 cotmembershiptests-test133-use-verbose-option=false cotmembershiptests-test133-use-debug-option=true cotmembershiptests-test133-use-long-options=false cotmembershiptests-test133-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with signing enabled and debug option cotmembershiptests-test133-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test133-entityid=mementity133 cotmembershiptests-test133-metadatafile=/tmp/mm.xml cotmembershiptests-test133-extendeddatafile=/tmp/xx.xml cotmembershiptests-test133-create-midp= cotmembershiptests-test133-create-msp=/sp cotmembershiptests-test133-create-optionalattributes=-a=test,-C=authn,-D=test cotmembershiptests-test133-spec=saml2 cotmembershiptests-test133-create-expected-exit-code=0 cotmembershiptests-test133-cot-realm=/ cotmembershiptests-test133-cot-name=memcot133 cotmembershiptests-test133-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with signing enabled and debug option cotmembershiptests-test133-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test133-importentity-expected-exit-code=0 cotmembershiptests-test133-deleteentity-extendedonly=false cotmembershiptests-test133-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with signing enabled and debug option cotmembershiptests-test133-deleteentity-message-to-find=Descriptor was deleted for entity, mementity133. cotmembershiptests-test133-deleteentity-expected-exit-code=0 cotmembershiptests-test133-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test133-addcotmember-message-to-find=Entity, mementity133 was added to the circle of trust, memcot133, in realm /. cotmembershiptests-test133-addcotmember-expected-exit-code=0 cotmembershiptests-test133-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test133-listcotmembers-message-to-find=mementity133 cotmembershiptests-test133-listcotmembers-expected-exit-code=0 cotmembershiptests-test133-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test133-removecotmember-message-to-find=Entity, mementity133 was removed from the circle of trust, memcot133. cotmembershiptests-test133-removecotmember-expected-exit-code=0 cotmembershiptests-test134-create-setup-realms= cotmembershiptests-test134-create-setup-cots=/,memcot134 cotmembershiptests-test134-use-verbose-option=false cotmembershiptests-test134-use-debug-option=true cotmembershiptests-test134-use-long-options=false cotmembershiptests-test134-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test134-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test134-entityid=mementity134 cotmembershiptests-test134-metadatafile=/tmp/mm.xml cotmembershiptests-test134-extendeddatafile=/tmp/xx.xml cotmembershiptests-test134-create-midp= cotmembershiptests-test134-create-msp=/sp cotmembershiptests-test134-create-optionalattributes=-r=test,-C=authn,-E=test cotmembershiptests-test134-spec=saml2 cotmembershiptests-test134-create-expected-exit-code=0 cotmembershiptests-test134-cot-realm=/ cotmembershiptests-test134-cot-name=memcot134 cotmembershiptests-test134-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test134-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test134-importentity-expected-exit-code=0 cotmembershiptests-test134-deleteentity-extendedonly=false cotmembershiptests-test134-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with encryption enabled and debug option cotmembershiptests-test134-deleteentity-message-to-find=Descriptor was deleted for entity, mementity134. cotmembershiptests-test134-deleteentity-expected-exit-code=0 cotmembershiptests-test134-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test134-addcotmember-message-to-find=Entity, mementity134 was added to the circle of trust, memcot134, in realm /. cotmembershiptests-test134-addcotmember-expected-exit-code=0 cotmembershiptests-test134-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test134-listcotmembers-message-to-find=mementity134 cotmembershiptests-test134-listcotmembers-expected-exit-code=0 cotmembershiptests-test134-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test134-removecotmember-message-to-find=Entity, mementity134 was removed from the circle of trust, memcot134. cotmembershiptests-test134-removecotmember-expected-exit-code=0 cotmembershiptests-test135-create-setup-realms= cotmembershiptests-test135-create-setup-cots=/,memcot135 cotmembershiptests-test135-use-verbose-option=false cotmembershiptests-test135-use-debug-option=true cotmembershiptests-test135-use-long-options=false cotmembershiptests-test135-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test135-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test135-entityid=mementity135 cotmembershiptests-test135-metadatafile=/tmp/mm.xml cotmembershiptests-test135-extendeddatafile=/tmp/xx.xml cotmembershiptests-test135-create-midp= cotmembershiptests-test135-create-msp=/sp cotmembershiptests-test135-create-optionalattributes=-a=test,-C=authn,-D=test,-E=test,-r=test cotmembershiptests-test135-spec=saml2 cotmembershiptests-test135-create-expected-exit-code=0 cotmembershiptests-test135-cot-realm=/ cotmembershiptests-test135-cot-name=memcot135 cotmembershiptests-test135-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test135-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test135-importentity-expected-exit-code=0 cotmembershiptests-test135-deleteentity-extendedonly=false cotmembershiptests-test135-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with signing and encryption enabled and debug option cotmembershiptests-test135-deleteentity-message-to-find=Descriptor was deleted for entity, mementity135. cotmembershiptests-test135-deleteentity-expected-exit-code=0 cotmembershiptests-test135-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test135-addcotmember-message-to-find=Entity, mementity135 was added to the circle of trust, memcot135, in realm /. cotmembershiptests-test135-addcotmember-expected-exit-code=0 cotmembershiptests-test135-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test135-listcotmembers-message-to-find=mementity135 cotmembershiptests-test135-listcotmembers-expected-exit-code=0 cotmembershiptests-test135-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test135-removecotmember-message-to-find=Entity, mementity135 was removed from the circle of trust, memcot135. cotmembershiptests-test135-removecotmember-expected-exit-code=0 cotmembershiptests-test136-create-setup-realms= cotmembershiptests-test136-create-setup-cots=/,memcot136 cotmembershiptests-test136-use-verbose-option=false cotmembershiptests-test136-use-debug-option=true cotmembershiptests-test136-use-long-options=true cotmembershiptests-test136-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test136-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test136-entityid=mementity136 cotmembershiptests-test136-metadatafile=/tmp/mm.xml cotmembershiptests-test136-extendeddatafile=/tmp/xx.xml cotmembershiptests-test136-create-midp= cotmembershiptests-test136-create-msp=/sp cotmembershiptests-test136-create-optionalattributes=--spscertalias=test,--authnauthority=authn,--authnascertalias=test cotmembershiptests-test136-spec=saml2 cotmembershiptests-test136-create-expected-exit-code=0 cotmembershiptests-test136-cot-realm=/ cotmembershiptests-test136-cot-name=memcot136 cotmembershiptests-test136-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test136-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test136-importentity-expected-exit-code=0 cotmembershiptests-test136-deleteentity-extendedonly=false cotmembershiptests-test136-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with signing enabled and long, debug options cotmembershiptests-test136-deleteentity-message-to-find=Descriptor was deleted for entity, mementity136. cotmembershiptests-test136-deleteentity-expected-exit-code=0 cotmembershiptests-test136-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test136-addcotmember-message-to-find=Entity, mementity136 was added to the circle of trust, memcot136, in realm /. cotmembershiptests-test136-addcotmember-expected-exit-code=0 cotmembershiptests-test136-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test136-listcotmembers-message-to-find=mementity136 cotmembershiptests-test136-listcotmembers-expected-exit-code=0 cotmembershiptests-test136-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test136-removecotmember-message-to-find=Entity, mementity136 was removed from the circle of trust, memcot136. cotmembershiptests-test136-removecotmember-expected-exit-code=0 cotmembershiptests-test137-create-setup-realms= cotmembershiptests-test137-create-setup-cots=/,memcot137 cotmembershiptests-test137-use-verbose-option=false cotmembershiptests-test137-use-debug-option=true cotmembershiptests-test137-use-long-options=true cotmembershiptests-test137-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test137-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test137-entityid=mementity137 cotmembershiptests-test137-metadatafile=/tmp/mm.xml cotmembershiptests-test137-extendeddatafile=/tmp/xx.xml cotmembershiptests-test137-create-midp= cotmembershiptests-test137-create-msp=/sp cotmembershiptests-test137-create-optionalattributes=--specertalias=test,--authnauthority=authn,--authnaecertalias=test cotmembershiptests-test137-spec=saml2 cotmembershiptests-test137-create-expected-exit-code=0 cotmembershiptests-test137-cot-realm=/ cotmembershiptests-test137-cot-name=memcot137 cotmembershiptests-test137-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test137-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test137-importentity-expected-exit-code=0 cotmembershiptests-test137-deleteentity-extendedonly=false cotmembershiptests-test137-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with encryption enabled and long, debug options cotmembershiptests-test137-deleteentity-message-to-find=Descriptor was deleted for entity, mementity137. cotmembershiptests-test137-deleteentity-expected-exit-code=0 cotmembershiptests-test137-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test137-addcotmember-message-to-find=Entity, mementity137 was added to the circle of trust, memcot137, in realm /. cotmembershiptests-test137-addcotmember-expected-exit-code=0 cotmembershiptests-test137-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test137-listcotmembers-message-to-find=mementity137 cotmembershiptests-test137-listcotmembers-expected-exit-code=0 cotmembershiptests-test137-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test137-removecotmember-message-to-find=Entity, mementity137 was removed from the circle of trust, memcot137. cotmembershiptests-test137-removecotmember-expected-exit-code=0 cotmembershiptests-test138-create-setup-realms= cotmembershiptests-test138-create-setup-cots=/,memcot138 cotmembershiptests-test138-use-verbose-option=false cotmembershiptests-test138-use-debug-option=true cotmembershiptests-test138-use-long-options=true cotmembershiptests-test138-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test138-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test138-entityid=mementity138 cotmembershiptests-test138-metadatafile=/tmp/mm.xml cotmembershiptests-test138-extendeddatafile=/tmp/xx.xml cotmembershiptests-test138-create-midp= cotmembershiptests-test138-create-msp=/sp cotmembershiptests-test138-create-optionalattributes=--spscertalias=test,--authnauthority=authn,--authnascertalias=test,--authnaecertalias=test,--specertalias=test cotmembershiptests-test138-spec=saml2 cotmembershiptests-test138-create-expected-exit-code=0 cotmembershiptests-test138-cot-realm=/ cotmembershiptests-test138-cot-name=memcot138 cotmembershiptests-test138-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test138-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test138-importentity-expected-exit-code=0 cotmembershiptests-test138-deleteentity-extendedonly=false cotmembershiptests-test138-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test138-deleteentity-message-to-find=Descriptor was deleted for entity, mementity138. cotmembershiptests-test138-deleteentity-expected-exit-code=0 cotmembershiptests-test138-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test138-addcotmember-message-to-find=Entity, mementity138 was added to the circle of trust, memcot138, in realm /. cotmembershiptests-test138-addcotmember-expected-exit-code=0 cotmembershiptests-test138-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test138-listcotmembers-message-to-find=mementity138 cotmembershiptests-test138-listcotmembers-expected-exit-code=0 cotmembershiptests-test138-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test138-removecotmember-message-to-find=Entity, mementity138 was removed from the circle of trust, memcot138. cotmembershiptests-test138-removecotmember-expected-exit-code=0 cotmembershiptests-test139-create-setup-realms= cotmembershiptests-test139-create-setup-cots=/,memcot139 cotmembershiptests-test139-use-verbose-option=true cotmembershiptests-test139-use-debug-option=false cotmembershiptests-test139-use-long-options=false cotmembershiptests-test139-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test139-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test139-entityid=mementity139 cotmembershiptests-test139-metadatafile=/tmp/mm.xml cotmembershiptests-test139-extendeddatafile=/tmp/xx.xml cotmembershiptests-test139-create-midp= cotmembershiptests-test139-create-msp=/sp cotmembershiptests-test139-create-optionalattributes=-a=test,-C=authn,-D=test cotmembershiptests-test139-spec=saml2 cotmembershiptests-test139-create-expected-exit-code=0 cotmembershiptests-test139-cot-realm=/ cotmembershiptests-test139-cot-name=memcot139 cotmembershiptests-test139-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test139-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test139-importentity-expected-exit-code=0 cotmembershiptests-test139-deleteentity-extendedonly=false cotmembershiptests-test139-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with signing enabled and verbose option cotmembershiptests-test139-deleteentity-message-to-find=Descriptor was deleted for entity, mementity139. cotmembershiptests-test139-deleteentity-expected-exit-code=0 cotmembershiptests-test139-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test139-addcotmember-message-to-find=Entity, mementity139 was added to the circle of trust, memcot139, in realm /. cotmembershiptests-test139-addcotmember-expected-exit-code=0 cotmembershiptests-test139-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test139-listcotmembers-message-to-find=mementity139 cotmembershiptests-test139-listcotmembers-expected-exit-code=0 cotmembershiptests-test139-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test139-removecotmember-message-to-find=Entity, mementity139 was removed from the circle of trust, memcot139. cotmembershiptests-test139-removecotmember-expected-exit-code=0 cotmembershiptests-test140-create-setup-realms= cotmembershiptests-test140-create-setup-cots=/,memcot140 cotmembershiptests-test140-use-verbose-option=true cotmembershiptests-test140-use-debug-option=false cotmembershiptests-test140-use-long-options=false cotmembershiptests-test140-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test140-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test140-entityid=mementity140 cotmembershiptests-test140-metadatafile=/tmp/mm.xml cotmembershiptests-test140-extendeddatafile=/tmp/xx.xml cotmembershiptests-test140-create-midp= cotmembershiptests-test140-create-msp=/sp cotmembershiptests-test140-create-optionalattributes=-r=test,-C=authn,-E=test cotmembershiptests-test140-spec=saml2 cotmembershiptests-test140-create-expected-exit-code=0 cotmembershiptests-test140-cot-realm=/ cotmembershiptests-test140-cot-name=memcot140 cotmembershiptests-test140-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test140-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test140-importentity-expected-exit-code=0 cotmembershiptests-test140-deleteentity-extendedonly=false cotmembershiptests-test140-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with encryption enabled and verbose option cotmembershiptests-test140-deleteentity-message-to-find=Descriptor was deleted for entity, mementity140. cotmembershiptests-test140-deleteentity-expected-exit-code=0 cotmembershiptests-test140-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test140-addcotmember-message-to-find=Entity, mementity140 was added to the circle of trust, memcot140, in realm /. cotmembershiptests-test140-addcotmember-expected-exit-code=0 cotmembershiptests-test140-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test140-listcotmembers-message-to-find=mementity140 cotmembershiptests-test140-listcotmembers-expected-exit-code=0 cotmembershiptests-test140-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test140-removecotmember-message-to-find=Entity, mementity140 was removed from the circle of trust, memcot140. cotmembershiptests-test140-removecotmember-expected-exit-code=0 cotmembershiptests-test141-create-setup-realms= cotmembershiptests-test141-create-setup-cots=/,memcot141 cotmembershiptests-test141-use-verbose-option=true cotmembershiptests-test141-use-debug-option=false cotmembershiptests-test141-use-long-options=false cotmembershiptests-test141-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test141-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test141-entityid=mementity141 cotmembershiptests-test141-metadatafile=/tmp/mm.xml cotmembershiptests-test141-extendeddatafile=/tmp/xx.xml cotmembershiptests-test141-create-midp= cotmembershiptests-test141-create-msp=/sp cotmembershiptests-test141-create-optionalattributes=-a=test,-C=authn,-D=test,-E=test,-r=test cotmembershiptests-test141-spec=saml2 cotmembershiptests-test141-create-expected-exit-code=0 cotmembershiptests-test141-cot-realm=/ cotmembershiptests-test141-cot-name=memcot141 cotmembershiptests-test141-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test141-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test141-importentity-expected-exit-code=0 cotmembershiptests-test141-deleteentity-extendedonly=false cotmembershiptests-test141-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test141-deleteentity-message-to-find=Descriptor was deleted for entity, mementity141. cotmembershiptests-test141-deleteentity-expected-exit-code=0 cotmembershiptests-test141-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test141-addcotmember-message-to-find=Entity, mementity141 was added to the circle of trust, memcot141, in realm /. cotmembershiptests-test141-addcotmember-expected-exit-code=0 cotmembershiptests-test141-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test141-listcotmembers-message-to-find=mementity141 cotmembershiptests-test141-listcotmembers-expected-exit-code=0 cotmembershiptests-test141-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test141-removecotmember-message-to-find=Entity, mementity141 was removed from the circle of trust, memcot141. cotmembershiptests-test141-removecotmember-expected-exit-code=0 cotmembershiptests-test142-create-setup-realms= cotmembershiptests-test142-create-setup-cots=/,memcot142 cotmembershiptests-test142-use-verbose-option=true cotmembershiptests-test142-use-debug-option=false cotmembershiptests-test142-use-long-options=true cotmembershiptests-test142-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test142-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test142-entityid=mementity142 cotmembershiptests-test142-metadatafile=/tmp/mm.xml cotmembershiptests-test142-extendeddatafile=/tmp/xx.xml cotmembershiptests-test142-create-midp= cotmembershiptests-test142-create-msp=/sp cotmembershiptests-test142-create-optionalattributes=--spscertalias=test,--authnauthority=authn,--authnascertalias=test cotmembershiptests-test142-spec=saml2 cotmembershiptests-test142-create-expected-exit-code=0 cotmembershiptests-test142-cot-realm=/ cotmembershiptests-test142-cot-name=memcot142 cotmembershiptests-test142-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test142-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test142-importentity-expected-exit-code=0 cotmembershiptests-test142-deleteentity-extendedonly=false cotmembershiptests-test142-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with signing enabled and long, verbose options cotmembershiptests-test142-deleteentity-message-to-find=Descriptor was deleted for entity, mementity142. cotmembershiptests-test142-deleteentity-expected-exit-code=0 cotmembershiptests-test142-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test142-addcotmember-message-to-find=Entity, mementity142 was added to the circle of trust, memcot142, in realm /. cotmembershiptests-test142-addcotmember-expected-exit-code=0 cotmembershiptests-test142-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test142-listcotmembers-message-to-find=mementity142 cotmembershiptests-test142-listcotmembers-expected-exit-code=0 cotmembershiptests-test142-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test142-removecotmember-message-to-find=Entity, mementity142 was removed from the circle of trust, memcot142. cotmembershiptests-test142-removecotmember-expected-exit-code=0 cotmembershiptests-test143-create-setup-realms= cotmembershiptests-test143-create-setup-cots=/,memcot143 cotmembershiptests-test143-use-verbose-option=true cotmembershiptests-test143-use-debug-option=false cotmembershiptests-test143-use-long-options=true cotmembershiptests-test143-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test143-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test143-entityid=mementity143 cotmembershiptests-test143-metadatafile=/tmp/mm.xml cotmembershiptests-test143-extendeddatafile=/tmp/xx.xml cotmembershiptests-test143-create-midp= cotmembershiptests-test143-create-msp=/sp cotmembershiptests-test143-create-optionalattributes=--specertalias=test,--authnauthority=authn,--authnaecertalias=test cotmembershiptests-test143-spec=saml2 cotmembershiptests-test143-create-expected-exit-code=0 cotmembershiptests-test143-cot-realm=/ cotmembershiptests-test143-cot-name=memcot143 cotmembershiptests-test143-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test143-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test143-importentity-expected-exit-code=0 cotmembershiptests-test143-deleteentity-extendedonly=false cotmembershiptests-test143-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with encryption enabled and long, verbose options cotmembershiptests-test143-deleteentity-message-to-find=Descriptor was deleted for entity, mementity143. cotmembershiptests-test143-deleteentity-expected-exit-code=0 cotmembershiptests-test143-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test143-addcotmember-message-to-find=Entity, mementity143 was added to the circle of trust, memcot143, in realm /. cotmembershiptests-test143-addcotmember-expected-exit-code=0 cotmembershiptests-test143-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test143-listcotmembers-message-to-find=mementity143 cotmembershiptests-test143-listcotmembers-expected-exit-code=0 cotmembershiptests-test143-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test143-removecotmember-message-to-find=Entity, mementity143 was removed from the circle of trust, memcot143. cotmembershiptests-test143-removecotmember-expected-exit-code=0 cotmembershiptests-test144-create-setup-realms= cotmembershiptests-test144-create-setup-cots=/,memcot144 cotmembershiptests-test144-use-verbose-option=true cotmembershiptests-test144-use-debug-option=false cotmembershiptests-test144-use-long-options=true cotmembershiptests-test144-create-description=Creates a sp metadata template with authentication authority in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test144-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test144-entityid=mementity144 cotmembershiptests-test144-metadatafile=/tmp/mm.xml cotmembershiptests-test144-extendeddatafile=/tmp/xx.xml cotmembershiptests-test144-create-midp= cotmembershiptests-test144-create-msp=/sp cotmembershiptests-test144-create-optionalattributes=--spscertalias=test,--authnauthority=authn,--authnascertalias=test,--authnaecertalias=test,--specertalias=test cotmembershiptests-test144-spec=saml2 cotmembershiptests-test144-create-expected-exit-code=0 cotmembershiptests-test144-cot-realm=/ cotmembershiptests-test144-cot-name=memcot144 cotmembershiptests-test144-importentity-description=Imports the sp metadata template with authentication authority to create a entity in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test144-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test144-importentity-expected-exit-code=0 cotmembershiptests-test144-deleteentity-extendedonly=false cotmembershiptests-test144-deleteentity-description=Deletes the entity in root realm of sp metadata with authentication authority in saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test144-deleteentity-message-to-find=Descriptor was deleted for entity, mementity144. cotmembershiptests-test144-deleteentity-expected-exit-code=0 cotmembershiptests-test144-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test144-addcotmember-message-to-find=Entity, mementity144 was added to the circle of trust, memcot144, in realm /. cotmembershiptests-test144-addcotmember-expected-exit-code=0 cotmembershiptests-test144-listcotmembers-description=Lists the members of cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test144-listcotmembers-message-to-find=mementity144 cotmembershiptests-test144-listcotmembers-expected-exit-code=0 cotmembershiptests-test144-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with authentication authority in saml2 cotmembershiptests-test144-removecotmember-message-to-find=Entity, mementity144 was removed from the circle of trust, memcot144. cotmembershiptests-test144-removecotmember-expected-exit-code=0 # signing and encryption testcases of XACML POLICY ENFORCEMENT POINT with IDP cotmembershiptests-test145-create-setup-realms= cotmembershiptests-test145-create-setup-cots=/,memcot145 cotmembershiptests-test145-use-verbose-option=false cotmembershiptests-test145-use-debug-option=false cotmembershiptests-test145-use-long-options=true cotmembershiptests-test145-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with signing enabled and long option cotmembershiptests-test145-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test145-entityid=mementity145 cotmembershiptests-test145-metadatafile=/tmp/mm.xml cotmembershiptests-test145-extendeddatafile=/tmp/xx.xml cotmembershiptests-test145-create-midp=/idp cotmembershiptests-test145-create-msp= cotmembershiptests-test145-create-optionalattributes=--idpscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test cotmembershiptests-test145-spec=saml2 cotmembershiptests-test145-create-expected-exit-code=0 cotmembershiptests-test145-cot-realm=/ cotmembershiptests-test145-cot-name=memcot145 cotmembershiptests-test145-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing enabled and long option cotmembershiptests-test145-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test145-importentity-expected-exit-code=0 cotmembershiptests-test145-deleteentity-extendedonly=false cotmembershiptests-test145-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with signing enabled and long option cotmembershiptests-test145-deleteentity-message-to-find=Descriptor was deleted for entity, mementity145. cotmembershiptests-test145-deleteentity-expected-exit-code=0 cotmembershiptests-test145-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test145-addcotmember-message-to-find=Entity, mementity145 was added to the circle of trust, memcot145, in realm /. cotmembershiptests-test145-addcotmember-expected-exit-code=0 cotmembershiptests-test145-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test145-listcotmembers-message-to-find=mementity145 cotmembershiptests-test145-listcotmembers-expected-exit-code=0 cotmembershiptests-test145-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test145-removecotmember-message-to-find=Entity, mementity145 was removed from the circle of trust, memcot145. cotmembershiptests-test145-removecotmember-expected-exit-code=0 cotmembershiptests-test146-create-setup-realms= cotmembershiptests-test146-create-setup-cots=/,memcot146 cotmembershiptests-test146-use-verbose-option=false cotmembershiptests-test146-use-debug-option=false cotmembershiptests-test146-use-long-options=true cotmembershiptests-test146-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with encryption enabled and long option cotmembershiptests-test146-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test146-entityid=mementity146 cotmembershiptests-test146-metadatafile=/tmp/mm.xml cotmembershiptests-test146-extendeddatafile=/tmp/xx.xml cotmembershiptests-test146-create-midp=/idp cotmembershiptests-test146-create-msp= cotmembershiptests-test146-create-optionalattributes=--idpecertalias=test,--xacmlpep=xacmlpep,--xacmlpepecertalias=test cotmembershiptests-test146-spec=saml2 cotmembershiptests-test146-create-expected-exit-code=0 cotmembershiptests-test146-cot-realm=/ cotmembershiptests-test146-cot-name=memcot146 cotmembershiptests-test146-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with encryption enabled and long option cotmembershiptests-test146-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test146-importentity-expected-exit-code=0 cotmembershiptests-test146-deleteentity-extendedonly=false cotmembershiptests-test146-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with encryption enabled and long option cotmembershiptests-test146-deleteentity-message-to-find=Descriptor was deleted for entity, mementity146. cotmembershiptests-test146-deleteentity-expected-exit-code=0 cotmembershiptests-test146-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test146-addcotmember-message-to-find=Entity, mementity146 was added to the circle of trust, memcot146, in realm /. cotmembershiptests-test146-addcotmember-expected-exit-code=0 cotmembershiptests-test146-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test146-listcotmembers-message-to-find=mementity146 cotmembershiptests-test146-listcotmembers-expected-exit-code=0 cotmembershiptests-test146-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test146-removecotmember-message-to-find=Entity, mementity146 was removed from the circle of trust, memcot146. cotmembershiptests-test146-removecotmember-expected-exit-code=0 cotmembershiptests-test147-create-setup-realms= cotmembershiptests-test147-create-setup-cots=/,memcot147 cotmembershiptests-test147-use-verbose-option=false cotmembershiptests-test147-use-debug-option=false cotmembershiptests-test147-use-long-options=true cotmembershiptests-test147-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test147-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test147-entityid=mementity147 cotmembershiptests-test147-metadatafile=/tmp/mm.xml cotmembershiptests-test147-extendeddatafile=/tmp/xx.xml cotmembershiptests-test147-create-midp=/idp cotmembershiptests-test147-create-msp= cotmembershiptests-test147-create-optionalattributes=--idpscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test,--xacmlpepecertalias=test,--idpecertalias=test cotmembershiptests-test147-spec=saml2 cotmembershiptests-test147-create-expected-exit-code=0 cotmembershiptests-test147-cot-realm=/ cotmembershiptests-test147-cot-name=memcot147 cotmembershiptests-test147-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test147-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test147-importentity-expected-exit-code=0 cotmembershiptests-test147-deleteentity-extendedonly=false cotmembershiptests-test147-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and long option cotmembershiptests-test147-deleteentity-message-to-find=Descriptor was deleted for entity, mementity147. cotmembershiptests-test147-deleteentity-expected-exit-code=0 cotmembershiptests-test147-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test147-addcotmember-message-to-find=Entity, mementity147 was added to the circle of trust, memcot147, in realm /. cotmembershiptests-test147-addcotmember-expected-exit-code=0 cotmembershiptests-test147-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test147-listcotmembers-message-to-find=mementity147 cotmembershiptests-test147-listcotmembers-expected-exit-code=0 cotmembershiptests-test147-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test147-removecotmember-message-to-find=Entity, mementity147 was removed from the circle of trust, memcot147. cotmembershiptests-test147-removecotmember-expected-exit-code=0 cotmembershiptests-test148-create-setup-realms= cotmembershiptests-test148-create-setup-cots=/,memcot148 cotmembershiptests-test148-use-verbose-option=false cotmembershiptests-test148-use-debug-option=true cotmembershiptests-test148-use-long-options=false cotmembershiptests-test148-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with signing enabled and debug option cotmembershiptests-test148-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test148-entityid=mementity148 cotmembershiptests-test148-metadatafile=/tmp/mm.xml cotmembershiptests-test148-extendeddatafile=/tmp/xx.xml cotmembershiptests-test148-create-midp=/idp cotmembershiptests-test148-create-msp= cotmembershiptests-test148-create-optionalattributes=-b=test,-e=xacmlpep,-k=test cotmembershiptests-test148-spec=saml2 cotmembershiptests-test148-create-expected-exit-code=0 cotmembershiptests-test148-cot-realm=/ cotmembershiptests-test148-cot-name=memcot148 cotmembershiptests-test148-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing enabled and debug option cotmembershiptests-test148-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test148-importentity-expected-exit-code=0 cotmembershiptests-test148-deleteentity-extendedonly=false cotmembershiptests-test148-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with signing enabled and debug option cotmembershiptests-test148-deleteentity-message-to-find=Descriptor was deleted for entity, mementity148. cotmembershiptests-test148-deleteentity-expected-exit-code=0 cotmembershiptests-test148-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test148-addcotmember-message-to-find=Entity, mementity148 was added to the circle of trust, memcot148, in realm /. cotmembershiptests-test148-addcotmember-expected-exit-code=0 cotmembershiptests-test148-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test148-listcotmembers-message-to-find=mementity148 cotmembershiptests-test148-listcotmembers-expected-exit-code=0 cotmembershiptests-test148-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test148-removecotmember-message-to-find=Entity, mementity148 was removed from the circle of trust, memcot148. cotmembershiptests-test148-removecotmember-expected-exit-code=0 cotmembershiptests-test149-create-setup-realms= cotmembershiptests-test149-create-setup-cots=/,memcot149 cotmembershiptests-test149-use-verbose-option=false cotmembershiptests-test149-use-debug-option=true cotmembershiptests-test149-use-long-options=false cotmembershiptests-test149-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test149-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test149-entityid=mementity149 cotmembershiptests-test149-metadatafile=/tmp/mm.xml cotmembershiptests-test149-extendeddatafile=/tmp/xx.xml cotmembershiptests-test149-create-midp=/idp cotmembershiptests-test149-create-msp= cotmembershiptests-test149-create-optionalattributes=-g=test,-e=xacmlpep,-z=test cotmembershiptests-test149-spec=saml2 cotmembershiptests-test149-create-expected-exit-code=0 cotmembershiptests-test149-cot-realm=/ cotmembershiptests-test149-cot-name=memcot149 cotmembershiptests-test149-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test149-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test149-importentity-expected-exit-code=0 cotmembershiptests-test149-deleteentity-extendedonly=false cotmembershiptests-test149-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with encryption enabled and debug option cotmembershiptests-test149-deleteentity-message-to-find=Descriptor was deleted for entity, mementity149. cotmembershiptests-test149-deleteentity-expected-exit-code=0 cotmembershiptests-test149-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test149-addcotmember-message-to-find=Entity, mementity149 was added to the circle of trust, memcot149, in realm /. cotmembershiptests-test149-addcotmember-expected-exit-code=0 cotmembershiptests-test149-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test149-listcotmembers-message-to-find=mementity149 cotmembershiptests-test149-listcotmembers-expected-exit-code=0 cotmembershiptests-test149-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test149-removecotmember-message-to-find=Entity, mementity149 was removed from the circle of trust, memcot149. cotmembershiptests-test149-removecotmember-expected-exit-code=0 cotmembershiptests-test150-create-setup-realms= cotmembershiptests-test150-create-setup-cots=/,memcot150 cotmembershiptests-test150-use-verbose-option=false cotmembershiptests-test150-use-debug-option=true cotmembershiptests-test150-use-long-options=false cotmembershiptests-test150-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test150-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test150-entityid=mementity150 cotmembershiptests-test150-metadatafile=/tmp/mm.xml cotmembershiptests-test150-extendeddatafile=/tmp/xx.xml cotmembershiptests-test150-create-midp=/idp cotmembershiptests-test150-create-msp= cotmembershiptests-test150-create-optionalattributes=-b=test,-e=xacmlpep,-k=test,-z=test,-g=test cotmembershiptests-test150-spec=saml2 cotmembershiptests-test150-create-expected-exit-code=0 cotmembershiptests-test150-cot-realm=/ cotmembershiptests-test150-cot-name=memcot150 cotmembershiptests-test150-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test150-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test150-importentity-expected-exit-code=0 cotmembershiptests-test150-deleteentity-extendedonly=false cotmembershiptests-test150-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and debug option cotmembershiptests-test150-deleteentity-message-to-find=Descriptor was deleted for entity, mementity150. cotmembershiptests-test150-deleteentity-expected-exit-code=0 cotmembershiptests-test150-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test150-addcotmember-message-to-find=Entity, mementity150 was added to the circle of trust, memcot150, in realm /. cotmembershiptests-test150-addcotmember-expected-exit-code=0 cotmembershiptests-test150-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test150-listcotmembers-message-to-find=mementity150 cotmembershiptests-test150-listcotmembers-expected-exit-code=0 cotmembershiptests-test150-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test150-removecotmember-message-to-find=Entity, mementity150 was removed from the circle of trust, memcot150. cotmembershiptests-test150-removecotmember-expected-exit-code=0 cotmembershiptests-test151-create-setup-realms= cotmembershiptests-test151-create-setup-cots=/,memcot151 cotmembershiptests-test151-use-verbose-option=false cotmembershiptests-test151-use-debug-option=true cotmembershiptests-test151-use-long-options=true cotmembershiptests-test151-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test151-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test151-entityid=mementity151 cotmembershiptests-test151-metadatafile=/tmp/mm.xml cotmembershiptests-test151-extendeddatafile=/tmp/xx.xml cotmembershiptests-test151-create-midp=/idp cotmembershiptests-test151-create-msp= cotmembershiptests-test151-create-optionalattributes=--idpscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test cotmembershiptests-test151-spec=saml2 cotmembershiptests-test151-create-expected-exit-code=0 cotmembershiptests-test151-cot-realm=/ cotmembershiptests-test151-cot-name=memcot151 cotmembershiptests-test151-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test151-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test151-importentity-expected-exit-code=0 cotmembershiptests-test151-deleteentity-extendedonly=false cotmembershiptests-test151-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with signing enabled and long, debug options cotmembershiptests-test151-deleteentity-message-to-find=Descriptor was deleted for entity, mementity151. cotmembershiptests-test151-deleteentity-expected-exit-code=0 cotmembershiptests-test151-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test151-addcotmember-message-to-find=Entity, mementity151 was added to the circle of trust, memcot151, in realm /. cotmembershiptests-test151-addcotmember-expected-exit-code=0 cotmembershiptests-test151-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test151-listcotmembers-message-to-find=mementity151 cotmembershiptests-test151-listcotmembers-expected-exit-code=0 cotmembershiptests-test151-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test151-removecotmember-message-to-find=Entity, mementity151 was removed from the circle of trust, memcot151. cotmembershiptests-test151-removecotmember-expected-exit-code=0 cotmembershiptests-test152-create-setup-realms= cotmembershiptests-test152-create-setup-cots=/,memcot152 cotmembershiptests-test152-use-verbose-option=false cotmembershiptests-test152-use-debug-option=true cotmembershiptests-test152-use-long-options=true cotmembershiptests-test152-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test152-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test152-entityid=mementity152 cotmembershiptests-test152-metadatafile=/tmp/mm.xml cotmembershiptests-test152-extendeddatafile=/tmp/xx.xml cotmembershiptests-test152-create-midp=/idp cotmembershiptests-test152-create-msp= cotmembershiptests-test152-create-optionalattributes=--idpecertalias=test,--xacmlpep=xacmlpep,--xacmlpepecertalias=test cotmembershiptests-test152-spec=saml2 cotmembershiptests-test152-create-expected-exit-code=0 cotmembershiptests-test152-cot-realm=/ cotmembershiptests-test152-cot-name=memcot152 cotmembershiptests-test152-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test152-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test152-importentity-expected-exit-code=0 cotmembershiptests-test152-deleteentity-extendedonly=false cotmembershiptests-test152-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with encryption enabled and long, debug options cotmembershiptests-test152-deleteentity-message-to-find=Descriptor was deleted for entity, mementity152. cotmembershiptests-test152-deleteentity-expected-exit-code=0 cotmembershiptests-test152-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test152-addcotmember-message-to-find=Entity, mementity152 was added to the circle of trust, memcot152, in realm /. cotmembershiptests-test152-addcotmember-expected-exit-code=0 cotmembershiptests-test152-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test152-listcotmembers-message-to-find=mementity152 cotmembershiptests-test152-listcotmembers-expected-exit-code=0 cotmembershiptests-test152-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test152-removecotmember-message-to-find=Entity, mementity152 was removed from the circle of trust, memcot152. cotmembershiptests-test152-removecotmember-expected-exit-code=0 cotmembershiptests-test153-create-setup-realms= cotmembershiptests-test153-create-setup-cots=/,memcot153 cotmembershiptests-test153-use-verbose-option=false cotmembershiptests-test153-use-debug-option=true cotmembershiptests-test153-use-long-options=true cotmembershiptests-test153-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test153-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test153-entityid=mementity153 cotmembershiptests-test153-metadatafile=/tmp/mm.xml cotmembershiptests-test153-extendeddatafile=/tmp/xx.xml cotmembershiptests-test153-create-midp=/idp cotmembershiptests-test153-create-msp= cotmembershiptests-test153-create-optionalattributes=--idpscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test,--xacmlpepecertalias=test,--idpecertalias=test cotmembershiptests-test153-spec=saml2 cotmembershiptests-test153-create-expected-exit-code=0 cotmembershiptests-test153-cot-realm=/ cotmembershiptests-test153-cot-name=memcot153 cotmembershiptests-test153-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test153-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test153-importentity-expected-exit-code=0 cotmembershiptests-test153-deleteentity-extendedonly=false cotmembershiptests-test153-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test153-deleteentity-message-to-find=Descriptor was deleted for entity, mementity153. cotmembershiptests-test153-deleteentity-expected-exit-code=0 cotmembershiptests-test153-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test153-addcotmember-message-to-find=Entity, mementity153 was added to the circle of trust, memcot153, in realm /. cotmembershiptests-test153-addcotmember-expected-exit-code=0 cotmembershiptests-test153-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test153-listcotmembers-message-to-find=mementity153 cotmembershiptests-test153-listcotmembers-expected-exit-code=0 cotmembershiptests-test153-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test153-removecotmember-message-to-find=Entity, mementity153 was removed from the circle of trust, memcot153. cotmembershiptests-test153-removecotmember-expected-exit-code=0 cotmembershiptests-test154-create-setup-realms= cotmembershiptests-test154-create-setup-cots=/,memcot154 cotmembershiptests-test154-use-verbose-option=true cotmembershiptests-test154-use-debug-option=false cotmembershiptests-test154-use-long-options=false cotmembershiptests-test154-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test154-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test154-entityid=mementity154 cotmembershiptests-test154-metadatafile=/tmp/mm.xml cotmembershiptests-test154-extendeddatafile=/tmp/xx.xml cotmembershiptests-test154-create-midp=/idp cotmembershiptests-test154-create-msp= cotmembershiptests-test154-create-optionalattributes=-b=test,-e=xacmlpep,-k=test cotmembershiptests-test154-spec=saml2 cotmembershiptests-test154-create-expected-exit-code=0 cotmembershiptests-test154-cot-realm=/ cotmembershiptests-test154-cot-name=memcot154 cotmembershiptests-test154-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test154-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test154-importentity-expected-exit-code=0 cotmembershiptests-test154-deleteentity-extendedonly=false cotmembershiptests-test154-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with signing enabled and verbose option cotmembershiptests-test154-deleteentity-message-to-find=Descriptor was deleted for entity, mementity154. cotmembershiptests-test154-deleteentity-expected-exit-code=0 cotmembershiptests-test154-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test154-addcotmember-message-to-find=Entity, mementity154 was added to the circle of trust, memcot154, in realm /. cotmembershiptests-test154-addcotmember-expected-exit-code=0 cotmembershiptests-test154-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test154-listcotmembers-message-to-find=mementity154 cotmembershiptests-test154-listcotmembers-expected-exit-code=0 cotmembershiptests-test154-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test154-removecotmember-message-to-find=Entity, mementity154 was removed from the circle of trust, memcot154. cotmembershiptests-test154-removecotmember-expected-exit-code=0 cotmembershiptests-test155-create-setup-realms= cotmembershiptests-test155-create-setup-cots=/,memcot155 cotmembershiptests-test155-use-verbose-option=true cotmembershiptests-test155-use-debug-option=false cotmembershiptests-test155-use-long-options=false cotmembershiptests-test155-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test155-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test155-entityid=mementity155 cotmembershiptests-test155-metadatafile=/tmp/mm.xml cotmembershiptests-test155-extendeddatafile=/tmp/xx.xml cotmembershiptests-test155-create-midp=/idp cotmembershiptests-test155-create-msp= cotmembershiptests-test155-create-optionalattributes=-g=test,-e=xacmlpep,-z=test cotmembershiptests-test155-spec=saml2 cotmembershiptests-test155-create-expected-exit-code=0 cotmembershiptests-test155-cot-realm=/ cotmembershiptests-test155-cot-name=memcot155 cotmembershiptests-test155-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test155-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test155-importentity-expected-exit-code=0 cotmembershiptests-test155-deleteentity-extendedonly=false cotmembershiptests-test155-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with encryption enabled and verbose option cotmembershiptests-test155-deleteentity-message-to-find=Descriptor was deleted for entity, mementity155. cotmembershiptests-test155-deleteentity-expected-exit-code=0 cotmembershiptests-test155-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test155-addcotmember-message-to-find=Entity, mementity155 was added to the circle of trust, memcot155, in realm /. cotmembershiptests-test155-addcotmember-expected-exit-code=0 cotmembershiptests-test155-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test155-listcotmembers-message-to-find=mementity155 cotmembershiptests-test155-listcotmembers-expected-exit-code=0 cotmembershiptests-test155-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test155-removecotmember-message-to-find=Entity, mementity155 was removed from the circle of trust, memcot155. cotmembershiptests-test155-removecotmember-expected-exit-code=0 cotmembershiptests-test156-create-setup-realms= cotmembershiptests-test156-create-setup-cots=/,memcot156 cotmembershiptests-test156-use-verbose-option=true cotmembershiptests-test156-use-debug-option=false cotmembershiptests-test156-use-long-options=false cotmembershiptests-test156-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test156-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test156-entityid=mementity156 cotmembershiptests-test156-metadatafile=/tmp/mm.xml cotmembershiptests-test156-extendeddatafile=/tmp/xx.xml cotmembershiptests-test156-create-midp=/idp cotmembershiptests-test156-create-msp= cotmembershiptests-test156-create-optionalattributes=-b=test,-e=xacmlpep,-k=test,-z=test,-g=test cotmembershiptests-test156-spec=saml2 cotmembershiptests-test156-create-expected-exit-code=0 cotmembershiptests-test156-cot-realm=/ cotmembershiptests-test156-cot-name=memcot156 cotmembershiptests-test156-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test156-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test156-importentity-expected-exit-code=0 cotmembershiptests-test156-deleteentity-extendedonly=false cotmembershiptests-test156-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test156-deleteentity-message-to-find=Descriptor was deleted for entity, mementity156. cotmembershiptests-test156-deleteentity-expected-exit-code=0 cotmembershiptests-test156-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test156-addcotmember-message-to-find=Entity, mementity156 was added to the circle of trust, memcot156, in realm /. cotmembershiptests-test156-addcotmember-expected-exit-code=0 cotmembershiptests-test156-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test156-listcotmembers-message-to-find=mementity156 cotmembershiptests-test156-listcotmembers-expected-exit-code=0 cotmembershiptests-test156-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test156-removecotmember-message-to-find=Entity, mementity156 was removed from the circle of trust, memcot156. cotmembershiptests-test156-removecotmember-expected-exit-code=0 cotmembershiptests-test157-create-setup-realms= cotmembershiptests-test157-create-setup-cots=/,memcot157 cotmembershiptests-test157-use-verbose-option=true cotmembershiptests-test157-use-debug-option=false cotmembershiptests-test157-use-long-options=true cotmembershiptests-test157-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test157-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test157-entityid=mementity157 cotmembershiptests-test157-metadatafile=/tmp/mm.xml cotmembershiptests-test157-extendeddatafile=/tmp/xx.xml cotmembershiptests-test157-create-midp=/idp cotmembershiptests-test157-create-msp= cotmembershiptests-test157-create-optionalattributes=--idpscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test cotmembershiptests-test157-spec=saml2 cotmembershiptests-test157-create-expected-exit-code=0 cotmembershiptests-test157-cot-realm=/ cotmembershiptests-test157-cot-name=memcot157 cotmembershiptests-test157-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test157-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test157-importentity-expected-exit-code=0 cotmembershiptests-test157-deleteentity-extendedonly=false cotmembershiptests-test157-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with signing enabled and long, verbose options cotmembershiptests-test157-deleteentity-message-to-find=Descriptor was deleted for entity, mementity157. cotmembershiptests-test157-deleteentity-expected-exit-code=0 cotmembershiptests-test157-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test157-addcotmember-message-to-find=Entity, mementity157 was added to the circle of trust, memcot157, in realm /. cotmembershiptests-test157-addcotmember-expected-exit-code=0 cotmembershiptests-test157-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test157-listcotmembers-message-to-find=mementity157 cotmembershiptests-test157-listcotmembers-expected-exit-code=0 cotmembershiptests-test157-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test157-removecotmember-message-to-find=Entity, mementity157 was removed from the circle of trust, memcot157. cotmembershiptests-test157-removecotmember-expected-exit-code=0 cotmembershiptests-test158-create-setup-realms= cotmembershiptests-test158-create-setup-cots=/,memcot158 cotmembershiptests-test158-use-verbose-option=true cotmembershiptests-test158-use-debug-option=false cotmembershiptests-test158-use-long-options=true cotmembershiptests-test158-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test158-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test158-entityid=mementity158 cotmembershiptests-test158-metadatafile=/tmp/mm.xml cotmembershiptests-test158-extendeddatafile=/tmp/xx.xml cotmembershiptests-test158-create-midp=/idp cotmembershiptests-test158-create-msp= cotmembershiptests-test158-create-optionalattributes=--idpecertalias=test,--xacmlpep=xacmlpep,--xacmlpepecertalias=test cotmembershiptests-test158-spec=saml2 cotmembershiptests-test158-create-expected-exit-code=0 cotmembershiptests-test158-cot-realm=/ cotmembershiptests-test158-cot-name=memcot158 cotmembershiptests-test158-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test158-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test158-importentity-expected-exit-code=0 cotmembershiptests-test158-deleteentity-extendedonly=false cotmembershiptests-test158-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with encryption enabled and long, verbose options cotmembershiptests-test158-deleteentity-message-to-find=Descriptor was deleted for entity, mementity158. cotmembershiptests-test158-deleteentity-expected-exit-code=0 cotmembershiptests-test158-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test158-addcotmember-message-to-find=Entity, mementity158 was added to the circle of trust, memcot158, in realm /. cotmembershiptests-test158-addcotmember-expected-exit-code=0 cotmembershiptests-test158-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test158-listcotmembers-message-to-find=mementity158 cotmembershiptests-test158-listcotmembers-expected-exit-code=0 cotmembershiptests-test158-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test158-removecotmember-message-to-find=Entity, mementity158 was removed from the circle of trust, memcot158. cotmembershiptests-test158-removecotmember-expected-exit-code=0 cotmembershiptests-test159-create-setup-realms= cotmembershiptests-test159-create-setup-cots=/,memcot159 cotmembershiptests-test159-use-verbose-option=true cotmembershiptests-test159-use-debug-option=false cotmembershiptests-test159-use-long-options=true cotmembershiptests-test159-create-description=Creates a idp metadata template with xacml policy enforcement point in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test159-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test159-entityid=mementity159 cotmembershiptests-test159-metadatafile=/tmp/mm.xml cotmembershiptests-test159-extendeddatafile=/tmp/xx.xml cotmembershiptests-test159-create-midp=/idp cotmembershiptests-test159-create-msp= cotmembershiptests-test159-create-optionalattributes=--idpscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test,--xacmlpepecertalias=test,--idpecertalias=test cotmembershiptests-test159-spec=saml2 cotmembershiptests-test159-create-expected-exit-code=0 cotmembershiptests-test159-cot-realm=/ cotmembershiptests-test159-cot-name=memcot159 cotmembershiptests-test159-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test159-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test159-importentity-expected-exit-code=0 cotmembershiptests-test159-deleteentity-extendedonly=false cotmembershiptests-test159-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test159-deleteentity-message-to-find=Descriptor was deleted for entity, mementity159. cotmembershiptests-test159-deleteentity-expected-exit-code=0 cotmembershiptests-test159-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test159-addcotmember-message-to-find=Entity, mementity159 was added to the circle of trust, memcot159, in realm /. cotmembershiptests-test159-addcotmember-expected-exit-code=0 cotmembershiptests-test159-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test159-listcotmembers-message-to-find=mementity159 cotmembershiptests-test159-listcotmembers-expected-exit-code=0 cotmembershiptests-test159-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test159-removecotmember-message-to-find=Entity, mementity159 was removed from the circle of trust, memcot159. cotmembershiptests-test159-removecotmember-expected-exit-code=0 # signing and encryption testcases of XACML POLICY ENFORCEMENT POINT with SP cotmembershiptests-test160-create-setup-realms= cotmembershiptests-test160-create-setup-cots=/,memcot160 cotmembershiptests-test160-use-verbose-option=false cotmembershiptests-test160-use-debug-option=false cotmembershiptests-test160-use-long-options=true cotmembershiptests-test160-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with signing enabled and long option cotmembershiptests-test160-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test160-entityid=mementity160 cotmembershiptests-test160-metadatafile=/tmp/mm.xml cotmembershiptests-test160-extendeddatafile=/tmp/xx.xml cotmembershiptests-test160-create-midp= cotmembershiptests-test160-create-msp=/sp cotmembershiptests-test160-create-optionalattributes=--spscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test cotmembershiptests-test160-spec=saml2 cotmembershiptests-test160-create-expected-exit-code=0 cotmembershiptests-test160-cot-realm=/ cotmembershiptests-test160-cot-name=memcot160 cotmembershiptests-test160-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing enabled and long option cotmembershiptests-test160-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test160-importentity-expected-exit-code=0 cotmembershiptests-test160-deleteentity-extendedonly=false cotmembershiptests-test160-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with signing enabled and long option cotmembershiptests-test160-deleteentity-message-to-find=Descriptor was deleted for entity, mementity160. cotmembershiptests-test160-deleteentity-expected-exit-code=0 cotmembershiptests-test160-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test160-addcotmember-message-to-find=Entity, mementity160 was added to the circle of trust, memcot160, in realm /. cotmembershiptests-test160-addcotmember-expected-exit-code=0 cotmembershiptests-test160-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test160-listcotmembers-message-to-find=mementity160 cotmembershiptests-test160-listcotmembers-expected-exit-code=0 cotmembershiptests-test160-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test160-removecotmember-message-to-find=Entity, mementity160 was removed from the circle of trust, memcot160. cotmembershiptests-test160-removecotmember-expected-exit-code=0 cotmembershiptests-test161-create-setup-realms= cotmembershiptests-test161-create-setup-cots=/,memcot161 cotmembershiptests-test161-use-verbose-option=false cotmembershiptests-test161-use-debug-option=false cotmembershiptests-test161-use-long-options=true cotmembershiptests-test161-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with encryption enabled and long option cotmembershiptests-test161-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test161-entityid=mementity161 cotmembershiptests-test161-metadatafile=/tmp/mm.xml cotmembershiptests-test161-extendeddatafile=/tmp/xx.xml cotmembershiptests-test161-create-midp= cotmembershiptests-test161-create-msp=/sp cotmembershiptests-test161-create-optionalattributes=--specertalias=test,--xacmlpep=xacmlpep,--xacmlpepecertalias=test cotmembershiptests-test161-spec=saml2 cotmembershiptests-test161-create-expected-exit-code=0 cotmembershiptests-test161-cot-realm=/ cotmembershiptests-test161-cot-name=memcot161 cotmembershiptests-test161-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with encryption enabled and long option cotmembershiptests-test161-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test161-importentity-expected-exit-code=0 cotmembershiptests-test161-deleteentity-extendedonly=false cotmembershiptests-test161-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with encryption enabled and long option cotmembershiptests-test161-deleteentity-message-to-find=Descriptor was deleted for entity, mementity161. cotmembershiptests-test161-deleteentity-expected-exit-code=0 cotmembershiptests-test161-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test161-addcotmember-message-to-find=Entity, mementity161 was added to the circle of trust, memcot161, in realm /. cotmembershiptests-test161-addcotmember-expected-exit-code=0 cotmembershiptests-test161-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test161-listcotmembers-message-to-find=mementity161 cotmembershiptests-test161-listcotmembers-expected-exit-code=0 cotmembershiptests-test161-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test161-removecotmember-message-to-find=Entity, mementity161 was removed from the circle of trust, memcot161. cotmembershiptests-test161-removecotmember-expected-exit-code=0 cotmembershiptests-test162-create-setup-realms= cotmembershiptests-test162-create-setup-cots=/,memcot162 cotmembershiptests-test162-use-verbose-option=false cotmembershiptests-test162-use-debug-option=false cotmembershiptests-test162-use-long-options=true cotmembershiptests-test162-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test162-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test162-entityid=mementity162 cotmembershiptests-test162-metadatafile=/tmp/mm.xml cotmembershiptests-test162-extendeddatafile=/tmp/xx.xml cotmembershiptests-test162-create-midp= cotmembershiptests-test162-create-msp=/sp cotmembershiptests-test162-create-optionalattributes=--spscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test,--xacmlpepecertalias=test,--specertalias=test cotmembershiptests-test162-spec=saml2 cotmembershiptests-test162-create-expected-exit-code=0 cotmembershiptests-test162-cot-realm=/ cotmembershiptests-test162-cot-name=memcot162 cotmembershiptests-test162-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test162-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test162-importentity-expected-exit-code=0 cotmembershiptests-test162-deleteentity-extendedonly=false cotmembershiptests-test162-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and long option cotmembershiptests-test162-deleteentity-message-to-find=Descriptor was deleted for entity, mementity162. cotmembershiptests-test162-deleteentity-expected-exit-code=0 cotmembershiptests-test162-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test162-addcotmember-message-to-find=Entity, mementity162 was added to the circle of trust, memcot162, in realm /. cotmembershiptests-test162-addcotmember-expected-exit-code=0 cotmembershiptests-test162-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test162-listcotmembers-message-to-find=mementity162 cotmembershiptests-test162-listcotmembers-expected-exit-code=0 cotmembershiptests-test162-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test162-removecotmember-message-to-find=Entity, mementity162 was removed from the circle of trust, memcot162. cotmembershiptests-test162-removecotmember-expected-exit-code=0 cotmembershiptests-test163-create-setup-realms= cotmembershiptests-test163-create-setup-cots=/,memcot163 cotmembershiptests-test163-use-verbose-option=false cotmembershiptests-test163-use-debug-option=true cotmembershiptests-test163-use-long-options=false cotmembershiptests-test163-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with signing enabled and debug option cotmembershiptests-test163-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test163-entityid=mementity163 cotmembershiptests-test163-metadatafile=/tmp/mm.xml cotmembershiptests-test163-extendeddatafile=/tmp/xx.xml cotmembershiptests-test163-create-midp= cotmembershiptests-test163-create-msp=/sp cotmembershiptests-test163-create-optionalattributes=-a=test,-e=xacmlpep,-k=test cotmembershiptests-test163-spec=saml2 cotmembershiptests-test163-create-expected-exit-code=0 cotmembershiptests-test163-cot-realm=/ cotmembershiptests-test163-cot-name=memcot163 cotmembershiptests-test163-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing enabled and debug option cotmembershiptests-test163-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test163-importentity-expected-exit-code=0 cotmembershiptests-test163-deleteentity-extendedonly=false cotmembershiptests-test163-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with signing enabled and debug option cotmembershiptests-test163-deleteentity-message-to-find=Descriptor was deleted for entity, mementity163. cotmembershiptests-test163-deleteentity-expected-exit-code=0 cotmembershiptests-test163-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test163-addcotmember-message-to-find=Entity, mementity163 was added to the circle of trust, memcot163, in realm /. cotmembershiptests-test163-addcotmember-expected-exit-code=0 cotmembershiptests-test163-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test163-listcotmembers-message-to-find=mementity163 cotmembershiptests-test163-listcotmembers-expected-exit-code=0 cotmembershiptests-test163-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test163-removecotmember-message-to-find=Entity, mementity163 was removed from the circle of trust, memcot163. cotmembershiptests-test163-removecotmember-expected-exit-code=0 cotmembershiptests-test164-create-setup-realms= cotmembershiptests-test164-create-setup-cots=/,memcot164 cotmembershiptests-test164-use-verbose-option=false cotmembershiptests-test164-use-debug-option=true cotmembershiptests-test164-use-long-options=false cotmembershiptests-test164-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test164-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test164-entityid=mementity164 cotmembershiptests-test164-metadatafile=/tmp/mm.xml cotmembershiptests-test164-extendeddatafile=/tmp/xx.xml cotmembershiptests-test164-create-midp= cotmembershiptests-test164-create-msp=/sp cotmembershiptests-test164-create-optionalattributes=-r=test,-e=xacmlpep,-z=test cotmembershiptests-test164-spec=saml2 cotmembershiptests-test164-create-expected-exit-code=0 cotmembershiptests-test164-cot-realm=/ cotmembershiptests-test164-cot-name=memcot164 cotmembershiptests-test164-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test164-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test164-importentity-expected-exit-code=0 cotmembershiptests-test164-deleteentity-extendedonly=false cotmembershiptests-test164-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with encryption enabled and debug option cotmembershiptests-test164-deleteentity-message-to-find=Descriptor was deleted for entity, mementity164. cotmembershiptests-test164-deleteentity-expected-exit-code=0 cotmembershiptests-test164-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test164-addcotmember-message-to-find=Entity, mementity164 was added to the circle of trust, memcot164, in realm /. cotmembershiptests-test164-addcotmember-expected-exit-code=0 cotmembershiptests-test164-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test164-listcotmembers-message-to-find=mementity164 cotmembershiptests-test164-listcotmembers-expected-exit-code=0 cotmembershiptests-test164-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test164-removecotmember-message-to-find=Entity, mementity164 was removed from the circle of trust, memcot164. cotmembershiptests-test164-removecotmember-expected-exit-code=0 cotmembershiptests-test165-create-setup-realms= cotmembershiptests-test165-create-setup-cots=/,memcot165 cotmembershiptests-test165-use-verbose-option=false cotmembershiptests-test165-use-debug-option=true cotmembershiptests-test165-use-long-options=false cotmembershiptests-test165-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test165-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test165-entityid=mementity165 cotmembershiptests-test165-metadatafile=/tmp/mm.xml cotmembershiptests-test165-extendeddatafile=/tmp/xx.xml cotmembershiptests-test165-create-midp= cotmembershiptests-test165-create-msp=/sp cotmembershiptests-test165-create-optionalattributes=-a=test,-e=xacmlpep,-k=test,-z=test,-r=test cotmembershiptests-test165-spec=saml2 cotmembershiptests-test165-create-expected-exit-code=0 cotmembershiptests-test165-cot-realm=/ cotmembershiptests-test165-cot-name=memcot165 cotmembershiptests-test165-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test165-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test165-importentity-expected-exit-code=0 cotmembershiptests-test165-deleteentity-extendedonly=false cotmembershiptests-test165-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and debug option cotmembershiptests-test165-deleteentity-message-to-find=Descriptor was deleted for entity, mementity165. cotmembershiptests-test165-deleteentity-expected-exit-code=0 cotmembershiptests-test165-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test165-addcotmember-message-to-find=Entity, mementity165 was added to the circle of trust, memcot165, in realm /. cotmembershiptests-test165-addcotmember-expected-exit-code=0 cotmembershiptests-test165-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test165-listcotmembers-message-to-find=mementity165 cotmembershiptests-test165-listcotmembers-expected-exit-code=0 cotmembershiptests-test165-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test165-removecotmember-message-to-find=Entity, mementity165 was removed from the circle of trust, memcot165. cotmembershiptests-test165-removecotmember-expected-exit-code=0 cotmembershiptests-test166-create-setup-realms= cotmembershiptests-test166-create-setup-cots=/,memcot166 cotmembershiptests-test166-use-verbose-option=false cotmembershiptests-test166-use-debug-option=true cotmembershiptests-test166-use-long-options=true cotmembershiptests-test166-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test166-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test166-entityid=mementity166 cotmembershiptests-test166-metadatafile=/tmp/mm.xml cotmembershiptests-test166-extendeddatafile=/tmp/xx.xml cotmembershiptests-test166-create-midp= cotmembershiptests-test166-create-msp=/sp cotmembershiptests-test166-create-optionalattributes=--spscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test cotmembershiptests-test166-spec=saml2 cotmembershiptests-test166-create-expected-exit-code=0 cotmembershiptests-test166-cot-realm=/ cotmembershiptests-test166-cot-name=memcot166 cotmembershiptests-test166-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test166-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test166-importentity-expected-exit-code=0 cotmembershiptests-test166-deleteentity-extendedonly=false cotmembershiptests-test166-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with signing enabled and long, debug options cotmembershiptests-test166-deleteentity-message-to-find=Descriptor was deleted for entity, mementity166. cotmembershiptests-test166-deleteentity-expected-exit-code=0 cotmembershiptests-test166-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test166-addcotmember-message-to-find=Entity, mementity166 was added to the circle of trust, memcot166, in realm /. cotmembershiptests-test166-addcotmember-expected-exit-code=0 cotmembershiptests-test166-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test166-listcotmembers-message-to-find=mementity166 cotmembershiptests-test166-listcotmembers-expected-exit-code=0 cotmembershiptests-test166-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test166-removecotmember-message-to-find=Entity, mementity166 was removed from the circle of trust, memcot166. cotmembershiptests-test166-removecotmember-expected-exit-code=0 cotmembershiptests-test167-create-setup-realms= cotmembershiptests-test167-create-setup-cots=/,memcot167 cotmembershiptests-test167-use-verbose-option=false cotmembershiptests-test167-use-debug-option=true cotmembershiptests-test167-use-long-options=true cotmembershiptests-test167-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test167-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test167-entityid=mementity167 cotmembershiptests-test167-metadatafile=/tmp/mm.xml cotmembershiptests-test167-extendeddatafile=/tmp/xx.xml cotmembershiptests-test167-create-midp= cotmembershiptests-test167-create-msp=/sp cotmembershiptests-test167-create-optionalattributes=--specertalias=test,--xacmlpep=xacmlpep,--xacmlpepecertalias=test cotmembershiptests-test167-spec=saml2 cotmembershiptests-test167-create-expected-exit-code=0 cotmembershiptests-test167-cot-realm=/ cotmembershiptests-test167-cot-name=memcot167 cotmembershiptests-test167-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test167-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test167-importentity-expected-exit-code=0 cotmembershiptests-test167-deleteentity-extendedonly=false cotmembershiptests-test167-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with encryption enabled and long, debug options cotmembershiptests-test167-deleteentity-message-to-find=Descriptor was deleted for entity, mementity167. cotmembershiptests-test167-deleteentity-expected-exit-code=0 cotmembershiptests-test167-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test167-addcotmember-message-to-find=Entity, mementity167 was added to the circle of trust, memcot167, in realm /. cotmembershiptests-test167-addcotmember-expected-exit-code=0 cotmembershiptests-test167-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test167-listcotmembers-message-to-find=mementity167 cotmembershiptests-test167-listcotmembers-expected-exit-code=0 cotmembershiptests-test167-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test167-removecotmember-message-to-find=Entity, mementity167 was removed from the circle of trust, memcot167. cotmembershiptests-test167-removecotmember-expected-exit-code=0 cotmembershiptests-test168-create-setup-realms= cotmembershiptests-test168-create-setup-cots=/,memcot168 cotmembershiptests-test168-use-verbose-option=false cotmembershiptests-test168-use-debug-option=true cotmembershiptests-test168-use-long-options=true cotmembershiptests-test168-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test168-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test168-entityid=mementity168 cotmembershiptests-test168-metadatafile=/tmp/mm.xml cotmembershiptests-test168-extendeddatafile=/tmp/xx.xml cotmembershiptests-test168-create-midp= cotmembershiptests-test168-create-msp=/sp cotmembershiptests-test168-create-optionalattributes=--spscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test,--xacmlpepecertalias=test,--specertalias=test cotmembershiptests-test168-spec=saml2 cotmembershiptests-test168-create-expected-exit-code=0 cotmembershiptests-test168-cot-realm=/ cotmembershiptests-test168-cot-name=memcot168 cotmembershiptests-test168-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test168-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test168-importentity-expected-exit-code=0 cotmembershiptests-test168-deleteentity-extendedonly=false cotmembershiptests-test168-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test168-deleteentity-message-to-find=Descriptor was deleted for entity, mementity168. cotmembershiptests-test168-deleteentity-expected-exit-code=0 cotmembershiptests-test168-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test168-addcotmember-message-to-find=Entity, mementity168 was added to the circle of trust, memcot168, in realm /. cotmembershiptests-test168-addcotmember-expected-exit-code=0 cotmembershiptests-test168-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test168-listcotmembers-message-to-find=mementity168 cotmembershiptests-test168-listcotmembers-expected-exit-code=0 cotmembershiptests-test168-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test168-removecotmember-message-to-find=Entity, mementity168 was removed from the circle of trust, memcot168. cotmembershiptests-test168-removecotmember-expected-exit-code=0 cotmembershiptests-test169-create-setup-realms= cotmembershiptests-test169-create-setup-cots=/,memcot169 cotmembershiptests-test169-use-verbose-option=true cotmembershiptests-test169-use-debug-option=false cotmembershiptests-test169-use-long-options=false cotmembershiptests-test169-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test169-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test169-entityid=mementity169 cotmembershiptests-test169-metadatafile=/tmp/mm.xml cotmembershiptests-test169-extendeddatafile=/tmp/xx.xml cotmembershiptests-test169-create-midp= cotmembershiptests-test169-create-msp=/sp cotmembershiptests-test169-create-optionalattributes=-a=test,-e=xacmlpep,-k=test cotmembershiptests-test169-spec=saml2 cotmembershiptests-test169-create-expected-exit-code=0 cotmembershiptests-test169-cot-realm=/ cotmembershiptests-test169-cot-name=memcot169 cotmembershiptests-test169-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test169-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test169-importentity-expected-exit-code=0 cotmembershiptests-test169-deleteentity-extendedonly=false cotmembershiptests-test169-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with signing enabled and verbose option cotmembershiptests-test169-deleteentity-message-to-find=Descriptor was deleted for entity, mementity169. cotmembershiptests-test169-deleteentity-expected-exit-code=0 cotmembershiptests-test169-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test169-addcotmember-message-to-find=Entity, mementity169 was added to the circle of trust, memcot169, in realm /. cotmembershiptests-test169-addcotmember-expected-exit-code=0 cotmembershiptests-test169-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test169-listcotmembers-message-to-find=mementity169 cotmembershiptests-test169-listcotmembers-expected-exit-code=0 cotmembershiptests-test169-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test169-removecotmember-message-to-find=Entity, mementity169 was removed from the circle of trust, memcot169. cotmembershiptests-test169-removecotmember-expected-exit-code=0 cotmembershiptests-test170-create-setup-realms= cotmembershiptests-test170-create-setup-cots=/,memcot170 cotmembershiptests-test170-use-verbose-option=true cotmembershiptests-test170-use-debug-option=false cotmembershiptests-test170-use-long-options=false cotmembershiptests-test170-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test170-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test170-entityid=mementity170 cotmembershiptests-test170-metadatafile=/tmp/mm.xml cotmembershiptests-test170-extendeddatafile=/tmp/xx.xml cotmembershiptests-test170-create-midp= cotmembershiptests-test170-create-msp=/sp cotmembershiptests-test170-create-optionalattributes=-r=test,-e=xacmlpep,-z=test cotmembershiptests-test170-spec=saml2 cotmembershiptests-test170-create-expected-exit-code=0 cotmembershiptests-test170-cot-realm=/ cotmembershiptests-test170-cot-name=memcot170 cotmembershiptests-test170-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test170-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test170-importentity-expected-exit-code=0 cotmembershiptests-test170-deleteentity-extendedonly=false cotmembershiptests-test170-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with encryption enabled and verbose option cotmembershiptests-test170-deleteentity-message-to-find=Descriptor was deleted for entity, mementity170. cotmembershiptests-test170-deleteentity-expected-exit-code=0 cotmembershiptests-test170-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test170-addcotmember-message-to-find=Entity, mementity170 was added to the circle of trust, memcot170, in realm /. cotmembershiptests-test170-addcotmember-expected-exit-code=0 cotmembershiptests-test170-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test170-listcotmembers-message-to-find=mementity170 cotmembershiptests-test170-listcotmembers-expected-exit-code=0 cotmembershiptests-test170-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test170-removecotmember-message-to-find=Entity, mementity170 was removed from the circle of trust, memcot170. cotmembershiptests-test170-removecotmember-expected-exit-code=0 cotmembershiptests-test171-create-setup-realms= cotmembershiptests-test171-create-setup-cots=/,memcot171 cotmembershiptests-test171-use-verbose-option=true cotmembershiptests-test171-use-debug-option=false cotmembershiptests-test171-use-long-options=false cotmembershiptests-test171-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test171-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test171-entityid=mementity171 cotmembershiptests-test171-metadatafile=/tmp/mm.xml cotmembershiptests-test171-extendeddatafile=/tmp/xx.xml cotmembershiptests-test171-create-midp= cotmembershiptests-test171-create-msp=/sp cotmembershiptests-test171-create-optionalattributes=-a=test,-e=xacmlpep,-k=test,-z=test,-r=test cotmembershiptests-test171-spec=saml2 cotmembershiptests-test171-create-expected-exit-code=0 cotmembershiptests-test171-cot-realm=/ cotmembershiptests-test171-cot-name=memcot171 cotmembershiptests-test171-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test171-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test171-importentity-expected-exit-code=0 cotmembershiptests-test171-deleteentity-extendedonly=false cotmembershiptests-test171-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test171-deleteentity-message-to-find=Descriptor was deleted for entity, mementity171. cotmembershiptests-test171-deleteentity-expected-exit-code=0 cotmembershiptests-test171-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test171-addcotmember-message-to-find=Entity, mementity171 was added to the circle of trust, memcot171, in realm /. cotmembershiptests-test171-addcotmember-expected-exit-code=0 cotmembershiptests-test171-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test171-listcotmembers-message-to-find=mementity171 cotmembershiptests-test171-listcotmembers-expected-exit-code=0 cotmembershiptests-test171-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test171-removecotmember-message-to-find=Entity, mementity171 was removed from the circle of trust, memcot171. cotmembershiptests-test171-removecotmember-expected-exit-code=0 cotmembershiptests-test172-create-setup-realms= cotmembershiptests-test172-create-setup-cots=/,memcot172 cotmembershiptests-test172-use-verbose-option=true cotmembershiptests-test172-use-debug-option=false cotmembershiptests-test172-use-long-options=true cotmembershiptests-test172-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test172-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test172-entityid=mementity172 cotmembershiptests-test172-metadatafile=/tmp/mm.xml cotmembershiptests-test172-extendeddatafile=/tmp/xx.xml cotmembershiptests-test172-create-midp= cotmembershiptests-test172-create-msp=/sp cotmembershiptests-test172-create-optionalattributes=--spscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test cotmembershiptests-test172-spec=saml2 cotmembershiptests-test172-create-expected-exit-code=0 cotmembershiptests-test172-cot-realm=/ cotmembershiptests-test172-cot-name=memcot172 cotmembershiptests-test172-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test172-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test172-importentity-expected-exit-code=0 cotmembershiptests-test172-deleteentity-extendedonly=false cotmembershiptests-test172-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with signing enabled and long, verbose options cotmembershiptests-test172-deleteentity-message-to-find=Descriptor was deleted for entity, mementity172. cotmembershiptests-test172-deleteentity-expected-exit-code=0 cotmembershiptests-test172-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test172-addcotmember-message-to-find=Entity, mementity172 was added to the circle of trust, memcot172, in realm /. cotmembershiptests-test172-addcotmember-expected-exit-code=0 cotmembershiptests-test172-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test172-listcotmembers-message-to-find=mementity172 cotmembershiptests-test172-listcotmembers-expected-exit-code=0 cotmembershiptests-test172-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test172-removecotmember-message-to-find=Entity, mementity172 was removed from the circle of trust, memcot172. cotmembershiptests-test172-removecotmember-expected-exit-code=0 cotmembershiptests-test173-create-setup-realms= cotmembershiptests-test173-create-setup-cots=/,memcot173 cotmembershiptests-test173-use-verbose-option=true cotmembershiptests-test173-use-debug-option=false cotmembershiptests-test173-use-long-options=true cotmembershiptests-test173-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test173-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test173-entityid=mementity173 cotmembershiptests-test173-metadatafile=/tmp/mm.xml cotmembershiptests-test173-extendeddatafile=/tmp/xx.xml cotmembershiptests-test173-create-midp= cotmembershiptests-test173-create-msp=/sp cotmembershiptests-test173-create-optionalattributes=--specertalias=test,--xacmlpep=xacmlpep,--xacmlpepecertalias=test cotmembershiptests-test173-spec=saml2 cotmembershiptests-test173-create-expected-exit-code=0 cotmembershiptests-test173-cot-realm=/ cotmembershiptests-test173-cot-name=memcot173 cotmembershiptests-test173-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test173-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test173-importentity-expected-exit-code=0 cotmembershiptests-test173-deleteentity-extendedonly=false cotmembershiptests-test173-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with encryption enabled and long, verbose options cotmembershiptests-test173-deleteentity-message-to-find=Descriptor was deleted for entity, mementity173. cotmembershiptests-test173-deleteentity-expected-exit-code=0 cotmembershiptests-test173-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test173-addcotmember-message-to-find=Entity, mementity173 was added to the circle of trust, memcot173, in realm /. cotmembershiptests-test173-addcotmember-expected-exit-code=0 cotmembershiptests-test173-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test173-listcotmembers-message-to-find=mementity173 cotmembershiptests-test173-listcotmembers-expected-exit-code=0 cotmembershiptests-test173-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test173-removecotmember-message-to-find=Entity, mementity173 was removed from the circle of trust, memcot173. cotmembershiptests-test173-removecotmember-expected-exit-code=0 cotmembershiptests-test174-create-setup-realms= cotmembershiptests-test174-create-setup-cots=/,memcot174 cotmembershiptests-test174-use-verbose-option=true cotmembershiptests-test174-use-debug-option=false cotmembershiptests-test174-use-long-options=true cotmembershiptests-test174-create-description=Creates a sp metadata template with xacml policy enforcement point in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test174-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test174-entityid=mementity174 cotmembershiptests-test174-metadatafile=/tmp/mm.xml cotmembershiptests-test174-extendeddatafile=/tmp/xx.xml cotmembershiptests-test174-create-midp= cotmembershiptests-test174-create-msp=/sp cotmembershiptests-test174-create-optionalattributes=--spscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test,--xacmlpepecertalias=test,--specertalias=test cotmembershiptests-test174-spec=saml2 cotmembershiptests-test174-create-expected-exit-code=0 cotmembershiptests-test174-cot-realm=/ cotmembershiptests-test174-cot-name=memcot174 cotmembershiptests-test174-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test174-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test174-importentity-expected-exit-code=0 cotmembershiptests-test174-deleteentity-extendedonly=false cotmembershiptests-test174-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test174-deleteentity-message-to-find=Descriptor was deleted for entity, mementity174. cotmembershiptests-test174-deleteentity-expected-exit-code=0 cotmembershiptests-test174-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test174-addcotmember-message-to-find=Entity, mementity174 was added to the circle of trust, memcot174, in realm /. cotmembershiptests-test174-addcotmember-expected-exit-code=0 cotmembershiptests-test174-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test174-listcotmembers-message-to-find=mementity174 cotmembershiptests-test174-listcotmembers-expected-exit-code=0 cotmembershiptests-test174-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test174-removecotmember-message-to-find=Entity, mementity174 was removed from the circle of trust, memcot174. cotmembershiptests-test174-removecotmember-expected-exit-code=0 # signing and encryption testcases of XACML POLICY DECISION POINT with IDP cotmembershiptests-test175-create-setup-realms= cotmembershiptests-test175-create-setup-cots=/,memcot175 cotmembershiptests-test175-use-verbose-option=false cotmembershiptests-test175-use-debug-option=false cotmembershiptests-test175-use-long-options=true cotmembershiptests-test175-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with signing enabled and long option cotmembershiptests-test175-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test175-entityid=mementity175 cotmembershiptests-test175-metadatafile=/tmp/mm.xml cotmembershiptests-test175-extendeddatafile=/tmp/xx.xml cotmembershiptests-test175-create-midp=/idp cotmembershiptests-test175-create-msp= cotmembershiptests-test175-create-optionalattributes=--idpscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test cotmembershiptests-test175-spec=saml2 cotmembershiptests-test175-create-expected-exit-code=0 cotmembershiptests-test175-cot-realm=/ cotmembershiptests-test175-cot-name=memcot175 cotmembershiptests-test175-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing enabled and long option cotmembershiptests-test175-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test175-importentity-expected-exit-code=0 cotmembershiptests-test175-deleteentity-extendedonly=false cotmembershiptests-test175-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with signing enabled and long option cotmembershiptests-test175-deleteentity-message-to-find=Descriptor was deleted for entity, mementity175. cotmembershiptests-test175-deleteentity-expected-exit-code=0 cotmembershiptests-test175-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test175-addcotmember-message-to-find=Entity, mementity175 was added to the circle of trust, memcot175, in realm /. cotmembershiptests-test175-addcotmember-expected-exit-code=0 cotmembershiptests-test175-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test175-listcotmembers-message-to-find=mementity175 cotmembershiptests-test175-listcotmembers-expected-exit-code=0 cotmembershiptests-test175-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test175-removecotmember-message-to-find=Entity, mementity175 was removed from the circle of trust, memcot175. cotmembershiptests-test175-removecotmember-expected-exit-code=0 cotmembershiptests-test176-create-setup-realms= cotmembershiptests-test176-create-setup-cots=/,memcot176 cotmembershiptests-test176-use-verbose-option=false cotmembershiptests-test176-use-debug-option=false cotmembershiptests-test176-use-long-options=true cotmembershiptests-test176-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with encryption enabled and long option cotmembershiptests-test176-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test176-entityid=mementity176 cotmembershiptests-test176-metadatafile=/tmp/mm.xml cotmembershiptests-test176-extendeddatafile=/tmp/xx.xml cotmembershiptests-test176-create-midp=/idp cotmembershiptests-test176-create-msp= cotmembershiptests-test176-create-optionalattributes=--idpecertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpecertalias=test cotmembershiptests-test176-spec=saml2 cotmembershiptests-test176-create-expected-exit-code=0 cotmembershiptests-test176-cot-realm=/ cotmembershiptests-test176-cot-name=memcot176 cotmembershiptests-test176-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with encryption enabled and long option cotmembershiptests-test176-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test176-importentity-expected-exit-code=0 cotmembershiptests-test176-deleteentity-extendedonly=false cotmembershiptests-test176-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with encryption enabled and long option cotmembershiptests-test176-deleteentity-message-to-find=Descriptor was deleted for entity, mementity176. cotmembershiptests-test176-deleteentity-expected-exit-code=0 cotmembershiptests-test176-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test176-addcotmember-message-to-find=Entity, mementity176 was added to the circle of trust, memcot176, in realm /. cotmembershiptests-test176-addcotmember-expected-exit-code=0 cotmembershiptests-test176-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test176-listcotmembers-message-to-find=mementity176 cotmembershiptests-test176-listcotmembers-expected-exit-code=0 cotmembershiptests-test176-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test176-removecotmember-message-to-find=Entity, mementity176 was removed from the circle of trust, memcot176. cotmembershiptests-test176-removecotmember-expected-exit-code=0 cotmembershiptests-test177-create-setup-realms= cotmembershiptests-test177-create-setup-cots=/,memcot177 cotmembershiptests-test177-use-verbose-option=false cotmembershiptests-test177-use-debug-option=false cotmembershiptests-test177-use-long-options=true cotmembershiptests-test177-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test177-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test177-entityid=mementity177 cotmembershiptests-test177-metadatafile=/tmp/mm.xml cotmembershiptests-test177-extendeddatafile=/tmp/xx.xml cotmembershiptests-test177-create-midp=/idp cotmembershiptests-test177-create-msp= cotmembershiptests-test177-create-optionalattributes=--idpscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test,--xacmlpdpecertalias=test,--idpecertalias=test cotmembershiptests-test177-spec=saml2 cotmembershiptests-test177-create-expected-exit-code=0 cotmembershiptests-test177-cot-realm=/ cotmembershiptests-test177-cot-name=memcot177 cotmembershiptests-test177-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test177-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test177-importentity-expected-exit-code=0 cotmembershiptests-test177-deleteentity-extendedonly=false cotmembershiptests-test177-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with signing and encryption enabled and long option cotmembershiptests-test177-deleteentity-message-to-find=Descriptor was deleted for entity, mementity177. cotmembershiptests-test177-deleteentity-expected-exit-code=0 cotmembershiptests-test177-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test177-addcotmember-message-to-find=Entity, mementity177 was added to the circle of trust, memcot177, in realm /. cotmembershiptests-test177-addcotmember-expected-exit-code=0 cotmembershiptests-test177-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test177-listcotmembers-message-to-find=mementity177 cotmembershiptests-test177-listcotmembers-expected-exit-code=0 cotmembershiptests-test177-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test177-removecotmember-message-to-find=Entity, mementity177 was removed from the circle of trust, memcot177. cotmembershiptests-test177-removecotmember-expected-exit-code=0 cotmembershiptests-test178-create-setup-realms= cotmembershiptests-test178-create-setup-cots=/,memcot178 cotmembershiptests-test178-use-verbose-option=false cotmembershiptests-test178-use-debug-option=true cotmembershiptests-test178-use-long-options=false cotmembershiptests-test178-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with signing enabled and debug option cotmembershiptests-test178-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test178-entityid=mementity178 cotmembershiptests-test178-metadatafile=/tmp/mm.xml cotmembershiptests-test178-extendeddatafile=/tmp/xx.xml cotmembershiptests-test178-create-midp=/idp cotmembershiptests-test178-create-msp= cotmembershiptests-test178-create-optionalattributes=-b=test,-p=xacmlpdp,-t=test cotmembershiptests-test178-spec=saml2 cotmembershiptests-test178-create-expected-exit-code=0 cotmembershiptests-test178-cot-realm=/ cotmembershiptests-test178-cot-name=memcot178 cotmembershiptests-test178-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing enabled and debug option cotmembershiptests-test178-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test178-importentity-expected-exit-code=0 cotmembershiptests-test178-deleteentity-extendedonly=false cotmembershiptests-test178-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with signing enabled and debug option cotmembershiptests-test178-deleteentity-message-to-find=Descriptor was deleted for entity, mementity178. cotmembershiptests-test178-deleteentity-expected-exit-code=0 cotmembershiptests-test178-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test178-addcotmember-message-to-find=Entity, mementity178 was added to the circle of trust, memcot178, in realm /. cotmembershiptests-test178-addcotmember-expected-exit-code=0 cotmembershiptests-test178-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test178-listcotmembers-message-to-find=mementity178 cotmembershiptests-test178-listcotmembers-expected-exit-code=0 cotmembershiptests-test178-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test178-removecotmember-message-to-find=Entity, mementity178 was removed from the circle of trust, memcot178. cotmembershiptests-test178-removecotmember-expected-exit-code=0 cotmembershiptests-test179-create-setup-realms= cotmembershiptests-test179-create-setup-cots=/,memcot179 cotmembershiptests-test179-use-verbose-option=false cotmembershiptests-test179-use-debug-option=true cotmembershiptests-test179-use-long-options=false cotmembershiptests-test179-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test179-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test179-entityid=mementity179 cotmembershiptests-test179-metadatafile=/tmp/mm.xml cotmembershiptests-test179-extendeddatafile=/tmp/xx.xml cotmembershiptests-test179-create-midp=/idp cotmembershiptests-test179-create-msp= cotmembershiptests-test179-create-optionalattributes=-g=test,-p=xacmlpdp,-j=test cotmembershiptests-test179-spec=saml2 cotmembershiptests-test179-create-expected-exit-code=0 cotmembershiptests-test179-cot-realm=/ cotmembershiptests-test179-cot-name=memcot179 cotmembershiptests-test179-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test179-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test179-importentity-expected-exit-code=0 cotmembershiptests-test179-deleteentity-extendedonly=false cotmembershiptests-test179-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with encryption enabled and debug option cotmembershiptests-test179-deleteentity-message-to-find=Descriptor was deleted for entity, mementity179. cotmembershiptests-test179-deleteentity-expected-exit-code=0 cotmembershiptests-test179-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test179-addcotmember-message-to-find=Entity, mementity179 was added to the circle of trust, memcot179, in realm /. cotmembershiptests-test179-addcotmember-expected-exit-code=0 cotmembershiptests-test179-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test179-listcotmembers-message-to-find=mementity179 cotmembershiptests-test179-listcotmembers-expected-exit-code=0 cotmembershiptests-test179-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test179-removecotmember-message-to-find=Entity, mementity179 was removed from the circle of trust, memcot179. cotmembershiptests-test179-removecotmember-expected-exit-code=0 cotmembershiptests-test180-create-setup-realms= cotmembershiptests-test180-create-setup-cots=/,memcot180 cotmembershiptests-test180-use-verbose-option=false cotmembershiptests-test180-use-debug-option=true cotmembershiptests-test180-use-long-options=false cotmembershiptests-test180-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test180-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test180-entityid=mementity180 cotmembershiptests-test180-metadatafile=/tmp/mm.xml cotmembershiptests-test180-extendeddatafile=/tmp/xx.xml cotmembershiptests-test180-create-midp=/idp cotmembershiptests-test180-create-msp= cotmembershiptests-test180-create-optionalattributes=-b=test,-p=xacmlpdp,-t=test,-j=test,-g=test cotmembershiptests-test180-spec=saml2 cotmembershiptests-test180-create-expected-exit-code=0 cotmembershiptests-test180-cot-realm=/ cotmembershiptests-test180-cot-name=memcot180 cotmembershiptests-test180-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test180-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test180-importentity-expected-exit-code=0 cotmembershiptests-test180-deleteentity-extendedonly=false cotmembershiptests-test180-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with signing and encryption enabled and debug option cotmembershiptests-test180-deleteentity-message-to-find=Descriptor was deleted for entity, mementity180. cotmembershiptests-test180-deleteentity-expected-exit-code=0 cotmembershiptests-test180-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test180-addcotmember-message-to-find=Entity, mementity180 was added to the circle of trust, memcot180, in realm /. cotmembershiptests-test180-addcotmember-expected-exit-code=0 cotmembershiptests-test180-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test180-listcotmembers-message-to-find=mementity180 cotmembershiptests-test180-listcotmembers-expected-exit-code=0 cotmembershiptests-test180-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test180-removecotmember-message-to-find=Entity, mementity180 was removed from the circle of trust, memcot180. cotmembershiptests-test180-removecotmember-expected-exit-code=0 cotmembershiptests-test181-create-setup-realms= cotmembershiptests-test181-create-setup-cots=/,memcot181 cotmembershiptests-test181-use-verbose-option=false cotmembershiptests-test181-use-debug-option=true cotmembershiptests-test181-use-long-options=true cotmembershiptests-test181-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test181-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test181-entityid=mementity181 cotmembershiptests-test181-metadatafile=/tmp/mm.xml cotmembershiptests-test181-extendeddatafile=/tmp/xx.xml cotmembershiptests-test181-create-midp=/idp cotmembershiptests-test181-create-msp= cotmembershiptests-test181-create-optionalattributes=--idpscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test cotmembershiptests-test181-spec=saml2 cotmembershiptests-test181-create-expected-exit-code=0 cotmembershiptests-test181-cot-realm=/ cotmembershiptests-test181-cot-name=memcot181 cotmembershiptests-test181-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test181-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test181-importentity-expected-exit-code=0 cotmembershiptests-test181-deleteentity-extendedonly=false cotmembershiptests-test181-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with signing enabled and long, debug options cotmembershiptests-test181-deleteentity-message-to-find=Descriptor was deleted for entity, mementity181. cotmembershiptests-test181-deleteentity-expected-exit-code=0 cotmembershiptests-test181-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test181-addcotmember-message-to-find=Entity, mementity181 was added to the circle of trust, memcot181, in realm /. cotmembershiptests-test181-addcotmember-expected-exit-code=0 cotmembershiptests-test181-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test181-listcotmembers-message-to-find=mementity181 cotmembershiptests-test181-listcotmembers-expected-exit-code=0 cotmembershiptests-test181-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test181-removecotmember-message-to-find=Entity, mementity181 was removed from the circle of trust, memcot181. cotmembershiptests-test181-removecotmember-expected-exit-code=0 cotmembershiptests-test182-create-setup-realms= cotmembershiptests-test182-create-setup-cots=/,memcot182 cotmembershiptests-test182-use-verbose-option=false cotmembershiptests-test182-use-debug-option=true cotmembershiptests-test182-use-long-options=true cotmembershiptests-test182-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test182-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test182-entityid=mementity182 cotmembershiptests-test182-metadatafile=/tmp/mm.xml cotmembershiptests-test182-extendeddatafile=/tmp/xx.xml cotmembershiptests-test182-create-midp=/idp cotmembershiptests-test182-create-msp= cotmembershiptests-test182-create-optionalattributes=--idpecertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpecertalias=test cotmembershiptests-test182-spec=saml2 cotmembershiptests-test182-create-expected-exit-code=0 cotmembershiptests-test182-cot-realm=/ cotmembershiptests-test182-cot-name=memcot182 cotmembershiptests-test182-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test182-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test182-importentity-expected-exit-code=0 cotmembershiptests-test182-deleteentity-extendedonly=false cotmembershiptests-test182-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with encryption enabled and long, debug options cotmembershiptests-test182-deleteentity-message-to-find=Descriptor was deleted for entity, mementity182. cotmembershiptests-test182-deleteentity-expected-exit-code=0 cotmembershiptests-test182-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test182-addcotmember-message-to-find=Entity, mementity182 was added to the circle of trust, memcot182, in realm /. cotmembershiptests-test182-addcotmember-expected-exit-code=0 cotmembershiptests-test182-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test182-listcotmembers-message-to-find=mementity182 cotmembershiptests-test182-listcotmembers-expected-exit-code=0 cotmembershiptests-test182-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test182-removecotmember-message-to-find=Entity, mementity182 was removed from the circle of trust, memcot182. cotmembershiptests-test182-removecotmember-expected-exit-code=0 cotmembershiptests-test183-create-setup-realms= cotmembershiptests-test183-create-setup-cots=/,memcot183 cotmembershiptests-test183-use-verbose-option=false cotmembershiptests-test183-use-debug-option=true cotmembershiptests-test183-use-long-options=true cotmembershiptests-test183-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test183-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test183-entityid=mementity183 cotmembershiptests-test183-metadatafile=/tmp/mm.xml cotmembershiptests-test183-extendeddatafile=/tmp/xx.xml cotmembershiptests-test183-create-midp=/idp cotmembershiptests-test183-create-msp= cotmembershiptests-test183-create-optionalattributes=--idpscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test,--xacmlpdpecertalias=test,--idpecertalias=test cotmembershiptests-test183-spec=saml2 cotmembershiptests-test183-create-expected-exit-code=0 cotmembershiptests-test183-cot-realm=/ cotmembershiptests-test183-cot-name=memcot183 cotmembershiptests-test183-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test183-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test183-importentity-expected-exit-code=0 cotmembershiptests-test183-deleteentity-extendedonly=false cotmembershiptests-test183-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test183-deleteentity-message-to-find=Descriptor was deleted for entity, mementity183. cotmembershiptests-test183-deleteentity-expected-exit-code=0 cotmembershiptests-test183-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test183-addcotmember-message-to-find=Entity, mementity183 was added to the circle of trust, memcot183, in realm /. cotmembershiptests-test183-addcotmember-expected-exit-code=0 cotmembershiptests-test183-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test183-listcotmembers-message-to-find=mementity183 cotmembershiptests-test183-listcotmembers-expected-exit-code=0 cotmembershiptests-test183-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test183-removecotmember-message-to-find=Entity, mementity183 was removed from the circle of trust, memcot183. cotmembershiptests-test183-removecotmember-expected-exit-code=0 cotmembershiptests-test184-create-setup-realms= cotmembershiptests-test184-create-setup-cots=/,memcot184 cotmembershiptests-test184-use-verbose-option=true cotmembershiptests-test184-use-debug-option=false cotmembershiptests-test184-use-long-options=false cotmembershiptests-test184-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test184-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test184-entityid=mementity184 cotmembershiptests-test184-metadatafile=/tmp/mm.xml cotmembershiptests-test184-extendeddatafile=/tmp/xx.xml cotmembershiptests-test184-create-midp=/idp cotmembershiptests-test184-create-msp= cotmembershiptests-test184-create-optionalattributes=-b=test,-p=xacmlpdp,-t=test cotmembershiptests-test184-spec=saml2 cotmembershiptests-test184-create-expected-exit-code=0 cotmembershiptests-test184-cot-realm=/ cotmembershiptests-test184-cot-name=memcot184 cotmembershiptests-test184-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test184-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test184-importentity-expected-exit-code=0 cotmembershiptests-test184-deleteentity-extendedonly=false cotmembershiptests-test184-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with signing enabled and verbose option cotmembershiptests-test184-deleteentity-message-to-find=Descriptor was deleted for entity, mementity184. cotmembershiptests-test184-deleteentity-expected-exit-code=0 cotmembershiptests-test184-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test184-addcotmember-message-to-find=Entity, mementity184 was added to the circle of trust, memcot184, in realm /. cotmembershiptests-test184-addcotmember-expected-exit-code=0 cotmembershiptests-test184-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test184-listcotmembers-message-to-find=mementity184 cotmembershiptests-test184-listcotmembers-expected-exit-code=0 cotmembershiptests-test184-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test184-removecotmember-message-to-find=Entity, mementity184 was removed from the circle of trust, memcot184. cotmembershiptests-test184-removecotmember-expected-exit-code=0 cotmembershiptests-test185-create-setup-realms= cotmembershiptests-test185-create-setup-cots=/,memcot185 cotmembershiptests-test185-use-verbose-option=true cotmembershiptests-test185-use-debug-option=false cotmembershiptests-test185-use-long-options=false cotmembershiptests-test185-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test185-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test185-entityid=mementity185 cotmembershiptests-test185-metadatafile=/tmp/mm.xml cotmembershiptests-test185-extendeddatafile=/tmp/xx.xml cotmembershiptests-test185-create-midp=/idp cotmembershiptests-test185-create-msp= cotmembershiptests-test185-create-optionalattributes=-g=test,-p=xacmlpdp,-j=test cotmembershiptests-test185-spec=saml2 cotmembershiptests-test185-create-expected-exit-code=0 cotmembershiptests-test185-cot-realm=/ cotmembershiptests-test185-cot-name=memcot185 cotmembershiptests-test185-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test185-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test185-importentity-expected-exit-code=0 cotmembershiptests-test185-deleteentity-extendedonly=false cotmembershiptests-test185-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with encryption enabled and verbose option cotmembershiptests-test185-deleteentity-message-to-find=Descriptor was deleted for entity, mementity185. cotmembershiptests-test185-deleteentity-expected-exit-code=0 cotmembershiptests-test185-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test185-addcotmember-message-to-find=Entity, mementity185 was added to the circle of trust, memcot185, in realm /. cotmembershiptests-test185-addcotmember-expected-exit-code=0 cotmembershiptests-test185-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test185-listcotmembers-message-to-find=mementity185 cotmembershiptests-test185-listcotmembers-expected-exit-code=0 cotmembershiptests-test185-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test185-removecotmember-message-to-find=Entity, mementity185 was removed from the circle of trust, memcot185. cotmembershiptests-test185-removecotmember-expected-exit-code=0 cotmembershiptests-test186-create-setup-realms= cotmembershiptests-test186-create-setup-cots=/,memcot186 cotmembershiptests-test186-use-verbose-option=true cotmembershiptests-test186-use-debug-option=false cotmembershiptests-test186-use-long-options=false cotmembershiptests-test186-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test186-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test186-entityid=mementity186 cotmembershiptests-test186-metadatafile=/tmp/mm.xml cotmembershiptests-test186-extendeddatafile=/tmp/xx.xml cotmembershiptests-test186-create-midp=/idp cotmembershiptests-test186-create-msp= cotmembershiptests-test186-create-optionalattributes=-b=test,-p=xacmlpdp,-t=test,-j=test,-g=test cotmembershiptests-test186-spec=saml2 cotmembershiptests-test186-create-expected-exit-code=0 cotmembershiptests-test186-cot-realm=/ cotmembershiptests-test186-cot-name=memcot186 cotmembershiptests-test186-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test186-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test186-importentity-expected-exit-code=0 cotmembershiptests-test186-deleteentity-extendedonly=false cotmembershiptests-test186-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test186-deleteentity-message-to-find=Descriptor was deleted for entity, mementity186. cotmembershiptests-test186-deleteentity-expected-exit-code=0 cotmembershiptests-test186-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test186-addcotmember-message-to-find=Entity, mementity186 was added to the circle of trust, memcot186, in realm /. cotmembershiptests-test186-addcotmember-expected-exit-code=0 cotmembershiptests-test186-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test186-listcotmembers-message-to-find=mementity186 cotmembershiptests-test186-listcotmembers-expected-exit-code=0 cotmembershiptests-test186-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test186-removecotmember-message-to-find=Entity, mementity186 was removed from the circle of trust, memcot186. cotmembershiptests-test186-removecotmember-expected-exit-code=0 cotmembershiptests-test187-create-setup-realms= cotmembershiptests-test187-create-setup-cots=/,memcot187 cotmembershiptests-test187-use-verbose-option=true cotmembershiptests-test187-use-debug-option=false cotmembershiptests-test187-use-long-options=true cotmembershiptests-test187-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test187-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test187-entityid=mementity187 cotmembershiptests-test187-metadatafile=/tmp/mm.xml cotmembershiptests-test187-extendeddatafile=/tmp/xx.xml cotmembershiptests-test187-create-midp=/idp cotmembershiptests-test187-create-msp= cotmembershiptests-test187-create-optionalattributes=--idpscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test cotmembershiptests-test187-spec=saml2 cotmembershiptests-test187-create-expected-exit-code=0 cotmembershiptests-test187-cot-realm=/ cotmembershiptests-test187-cot-name=memcot187 cotmembershiptests-test187-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test187-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test187-importentity-expected-exit-code=0 cotmembershiptests-test187-deleteentity-extendedonly=false cotmembershiptests-test187-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with signing enabled and long, verbose options cotmembershiptests-test187-deleteentity-message-to-find=Descriptor was deleted for entity, mementity187. cotmembershiptests-test187-deleteentity-expected-exit-code=0 cotmembershiptests-test187-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test187-addcotmember-message-to-find=Entity, mementity187 was added to the circle of trust, memcot187, in realm /. cotmembershiptests-test187-addcotmember-expected-exit-code=0 cotmembershiptests-test187-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test187-listcotmembers-message-to-find=mementity187 cotmembershiptests-test187-listcotmembers-expected-exit-code=0 cotmembershiptests-test187-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test187-removecotmember-message-to-find=Entity, mementity187 was removed from the circle of trust, memcot187. cotmembershiptests-test187-removecotmember-expected-exit-code=0 cotmembershiptests-test188-create-setup-realms= cotmembershiptests-test188-create-setup-cots=/,memcot188 cotmembershiptests-test188-use-verbose-option=true cotmembershiptests-test188-use-debug-option=false cotmembershiptests-test188-use-long-options=true cotmembershiptests-test188-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test188-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test188-entityid=mementity188 cotmembershiptests-test188-metadatafile=/tmp/mm.xml cotmembershiptests-test188-extendeddatafile=/tmp/xx.xml cotmembershiptests-test188-create-midp=/idp cotmembershiptests-test188-create-msp= cotmembershiptests-test188-create-optionalattributes=--idpecertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpecertalias=test cotmembershiptests-test188-spec=saml2 cotmembershiptests-test188-create-expected-exit-code=0 cotmembershiptests-test188-cot-realm=/ cotmembershiptests-test188-cot-name=memcot188 cotmembershiptests-test188-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test188-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test188-importentity-expected-exit-code=0 cotmembershiptests-test188-deleteentity-extendedonly=false cotmembershiptests-test188-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with encryption enabled and long, verbose options cotmembershiptests-test188-deleteentity-message-to-find=Descriptor was deleted for entity, mementity188. cotmembershiptests-test188-deleteentity-expected-exit-code=0 cotmembershiptests-test188-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test188-addcotmember-message-to-find=Entity, mementity188 was added to the circle of trust, memcot188, in realm /. cotmembershiptests-test188-addcotmember-expected-exit-code=0 cotmembershiptests-test188-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test188-listcotmembers-message-to-find=mementity188 cotmembershiptests-test188-listcotmembers-expected-exit-code=0 cotmembershiptests-test188-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test188-removecotmember-message-to-find=Entity, mementity188 was removed from the circle of trust, memcot188. cotmembershiptests-test188-removecotmember-expected-exit-code=0 cotmembershiptests-test189-create-setup-realms= cotmembershiptests-test189-create-setup-cots=/,memcot189 cotmembershiptests-test189-use-verbose-option=true cotmembershiptests-test189-use-debug-option=false cotmembershiptests-test189-use-long-options=true cotmembershiptests-test189-create-description=Creates a idp metadata template with xacml policy decision point in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test189-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test189-entityid=mementity189 cotmembershiptests-test189-metadatafile=/tmp/mm.xml cotmembershiptests-test189-extendeddatafile=/tmp/xx.xml cotmembershiptests-test189-create-midp=/idp cotmembershiptests-test189-create-msp= cotmembershiptests-test189-create-optionalattributes=--idpscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test,--xacmlpdpecertalias=test,--idpecertalias=test cotmembershiptests-test189-spec=saml2 cotmembershiptests-test189-create-expected-exit-code=0 cotmembershiptests-test189-cot-realm=/ cotmembershiptests-test189-cot-name=memcot189 cotmembershiptests-test189-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test189-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test189-importentity-expected-exit-code=0 cotmembershiptests-test189-deleteentity-extendedonly=false cotmembershiptests-test189-deleteentity-description=Deletes the entity in root realm of idp metadata with xacml policy decision point in saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test189-deleteentity-message-to-find=Descriptor was deleted for entity, mementity189. cotmembershiptests-test189-deleteentity-expected-exit-code=0 cotmembershiptests-test189-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test189-addcotmember-message-to-find=Entity, mementity189 was added to the circle of trust, memcot189, in realm /. cotmembershiptests-test189-addcotmember-expected-exit-code=0 cotmembershiptests-test189-listcotmembers-description=Lists the members of cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test189-listcotmembers-message-to-find=mementity189 cotmembershiptests-test189-listcotmembers-expected-exit-code=0 cotmembershiptests-test189-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test189-removecotmember-message-to-find=Entity, mementity189 was removed from the circle of trust, memcot189. cotmembershiptests-test189-removecotmember-expected-exit-code=0 # signing and encryption testcases of XACML POLICY DECISION POINT with SP cotmembershiptests-test190-create-setup-realms= cotmembershiptests-test190-create-setup-cots=/,memcot190 cotmembershiptests-test190-use-verbose-option=false cotmembershiptests-test190-use-debug-option=false cotmembershiptests-test190-use-long-options=true cotmembershiptests-test190-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with signing enabled and long option cotmembershiptests-test190-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test190-entityid=mementity190 cotmembershiptests-test190-metadatafile=/tmp/mm.xml cotmembershiptests-test190-extendeddatafile=/tmp/xx.xml cotmembershiptests-test190-create-midp= cotmembershiptests-test190-create-msp=/sp cotmembershiptests-test190-create-optionalattributes=--spscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test cotmembershiptests-test190-spec=saml2 cotmembershiptests-test190-create-expected-exit-code=0 cotmembershiptests-test190-cot-realm=/ cotmembershiptests-test190-cot-name=memcot190 cotmembershiptests-test190-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing enabled and long option cotmembershiptests-test190-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test190-importentity-expected-exit-code=0 cotmembershiptests-test190-deleteentity-extendedonly=false cotmembershiptests-test190-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with signing enabled and long option cotmembershiptests-test190-deleteentity-message-to-find=Descriptor was deleted for entity, mementity190. cotmembershiptests-test190-deleteentity-expected-exit-code=0 cotmembershiptests-test190-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test190-addcotmember-message-to-find=Entity, mementity190 was added to the circle of trust, memcot190, in realm /. cotmembershiptests-test190-addcotmember-expected-exit-code=0 cotmembershiptests-test190-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test190-listcotmembers-message-to-find=mementity190 cotmembershiptests-test190-listcotmembers-expected-exit-code=0 cotmembershiptests-test190-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test190-removecotmember-message-to-find=Entity, mementity190 was removed from the circle of trust, memcot190. cotmembershiptests-test190-removecotmember-expected-exit-code=0 cotmembershiptests-test191-create-setup-realms= cotmembershiptests-test191-create-setup-cots=/,memcot191 cotmembershiptests-test191-use-verbose-option=false cotmembershiptests-test191-use-debug-option=false cotmembershiptests-test191-use-long-options=true cotmembershiptests-test191-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with encryption enabled and long option cotmembershiptests-test191-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test191-entityid=mementity191 cotmembershiptests-test191-metadatafile=/tmp/mm.xml cotmembershiptests-test191-extendeddatafile=/tmp/xx.xml cotmembershiptests-test191-create-midp= cotmembershiptests-test191-create-msp=/sp cotmembershiptests-test191-create-optionalattributes=--specertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpecertalias=test cotmembershiptests-test191-spec=saml2 cotmembershiptests-test191-create-expected-exit-code=0 cotmembershiptests-test191-cot-realm=/ cotmembershiptests-test191-cot-name=memcot191 cotmembershiptests-test191-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with encryption enabled and long option cotmembershiptests-test191-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test191-importentity-expected-exit-code=0 cotmembershiptests-test191-deleteentity-extendedonly=false cotmembershiptests-test191-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with encryption enabled and long option cotmembershiptests-test191-deleteentity-message-to-find=Descriptor was deleted for entity, mementity191. cotmembershiptests-test191-deleteentity-expected-exit-code=0 cotmembershiptests-test191-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test191-addcotmember-message-to-find=Entity, mementity191 was added to the circle of trust, memcot191, in realm /. cotmembershiptests-test191-addcotmember-expected-exit-code=0 cotmembershiptests-test191-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test191-listcotmembers-message-to-find=mementity191 cotmembershiptests-test191-listcotmembers-expected-exit-code=0 cotmembershiptests-test191-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test191-removecotmember-message-to-find=Entity, mementity191 was removed from the circle of trust, memcot191. cotmembershiptests-test191-removecotmember-expected-exit-code=0 cotmembershiptests-test192-create-setup-realms= cotmembershiptests-test192-create-setup-cots=/,memcot192 cotmembershiptests-test192-use-verbose-option=false cotmembershiptests-test192-use-debug-option=false cotmembershiptests-test192-use-long-options=true cotmembershiptests-test192-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test192-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test192-entityid=mementity192 cotmembershiptests-test192-metadatafile=/tmp/mm.xml cotmembershiptests-test192-extendeddatafile=/tmp/xx.xml cotmembershiptests-test192-create-midp= cotmembershiptests-test192-create-msp=/sp cotmembershiptests-test192-create-optionalattributes=--spscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test,--xacmlpdpecertalias=test,--specertalias=test cotmembershiptests-test192-spec=saml2 cotmembershiptests-test192-create-expected-exit-code=0 cotmembershiptests-test192-cot-realm=/ cotmembershiptests-test192-cot-name=memcot192 cotmembershiptests-test192-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test192-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test192-importentity-expected-exit-code=0 cotmembershiptests-test192-deleteentity-extendedonly=false cotmembershiptests-test192-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with signing and encryption enabled and long option cotmembershiptests-test192-deleteentity-message-to-find=Descriptor was deleted for entity, mementity192. cotmembershiptests-test192-deleteentity-expected-exit-code=0 cotmembershiptests-test192-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test192-addcotmember-message-to-find=Entity, mementity192 was added to the circle of trust, memcot192, in realm /. cotmembershiptests-test192-addcotmember-expected-exit-code=0 cotmembershiptests-test192-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test192-listcotmembers-message-to-find=mementity192 cotmembershiptests-test192-listcotmembers-expected-exit-code=0 cotmembershiptests-test192-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test192-removecotmember-message-to-find=Entity, mementity192 was removed from the circle of trust, memcot192. cotmembershiptests-test192-removecotmember-expected-exit-code=0 cotmembershiptests-test193-create-setup-realms= cotmembershiptests-test193-create-setup-cots=/,memcot193 cotmembershiptests-test193-use-verbose-option=false cotmembershiptests-test193-use-debug-option=true cotmembershiptests-test193-use-long-options=false cotmembershiptests-test193-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with signing enabled and debug option cotmembershiptests-test193-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test193-entityid=mementity193 cotmembershiptests-test193-metadatafile=/tmp/mm.xml cotmembershiptests-test193-extendeddatafile=/tmp/xx.xml cotmembershiptests-test193-create-midp= cotmembershiptests-test193-create-msp=/sp cotmembershiptests-test193-create-optionalattributes=-a=test,-p=xacmlpdp,-t=test cotmembershiptests-test193-spec=saml2 cotmembershiptests-test193-create-expected-exit-code=0 cotmembershiptests-test193-cot-realm=/ cotmembershiptests-test193-cot-name=memcot193 cotmembershiptests-test193-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing enabled and debug option cotmembershiptests-test193-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test193-importentity-expected-exit-code=0 cotmembershiptests-test193-deleteentity-extendedonly=false cotmembershiptests-test193-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with signing enabled and debug option cotmembershiptests-test193-deleteentity-message-to-find=Descriptor was deleted for entity, mementity193. cotmembershiptests-test193-deleteentity-expected-exit-code=0 cotmembershiptests-test193-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test193-addcotmember-message-to-find=Entity, mementity193 was added to the circle of trust, memcot193, in realm /. cotmembershiptests-test193-addcotmember-expected-exit-code=0 cotmembershiptests-test193-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test193-listcotmembers-message-to-find=mementity193 cotmembershiptests-test193-listcotmembers-expected-exit-code=0 cotmembershiptests-test193-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test193-removecotmember-message-to-find=Entity, mementity193 was removed from the circle of trust, memcot193. cotmembershiptests-test193-removecotmember-expected-exit-code=0 cotmembershiptests-test194-create-setup-realms= cotmembershiptests-test194-create-setup-cots=/,memcot194 cotmembershiptests-test194-use-verbose-option=false cotmembershiptests-test194-use-debug-option=true cotmembershiptests-test194-use-long-options=false cotmembershiptests-test194-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test194-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test194-entityid=mementity194 cotmembershiptests-test194-metadatafile=/tmp/mm.xml cotmembershiptests-test194-extendeddatafile=/tmp/xx.xml cotmembershiptests-test194-create-midp= cotmembershiptests-test194-create-msp=/sp cotmembershiptests-test194-create-optionalattributes=-r=test,-p=xacmlpdp,-j=test cotmembershiptests-test194-spec=saml2 cotmembershiptests-test194-create-expected-exit-code=0 cotmembershiptests-test194-cot-realm=/ cotmembershiptests-test194-cot-name=memcot194 cotmembershiptests-test194-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with encryption enabled and debug option cotmembershiptests-test194-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test194-importentity-expected-exit-code=0 cotmembershiptests-test194-deleteentity-extendedonly=false cotmembershiptests-test194-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with encryption enabled and debug option cotmembershiptests-test194-deleteentity-message-to-find=Descriptor was deleted for entity, mementity194. cotmembershiptests-test194-deleteentity-expected-exit-code=0 cotmembershiptests-test194-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test194-addcotmember-message-to-find=Entity, mementity194 was added to the circle of trust, memcot194, in realm /. cotmembershiptests-test194-addcotmember-expected-exit-code=0 cotmembershiptests-test194-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test194-listcotmembers-message-to-find=mementity194 cotmembershiptests-test194-listcotmembers-expected-exit-code=0 cotmembershiptests-test194-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test194-removecotmember-message-to-find=Entity, mementity194 was removed from the circle of trust, memcot194. cotmembershiptests-test194-removecotmember-expected-exit-code=0 cotmembershiptests-test195-create-setup-realms= cotmembershiptests-test195-create-setup-cots=/,memcot195 cotmembershiptests-test195-use-verbose-option=false cotmembershiptests-test195-use-debug-option=true cotmembershiptests-test195-use-long-options=false cotmembershiptests-test195-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test195-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test195-entityid=mementity195 cotmembershiptests-test195-metadatafile=/tmp/mm.xml cotmembershiptests-test195-extendeddatafile=/tmp/xx.xml cotmembershiptests-test195-create-midp= cotmembershiptests-test195-create-msp=/sp cotmembershiptests-test195-create-optionalattributes=-a=test,-p=xacmlpdp,-t=test,-j=test,-r=test cotmembershiptests-test195-spec=saml2 cotmembershiptests-test195-create-expected-exit-code=0 cotmembershiptests-test195-cot-realm=/ cotmembershiptests-test195-cot-name=memcot195 cotmembershiptests-test195-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test195-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test195-importentity-expected-exit-code=0 cotmembershiptests-test195-deleteentity-extendedonly=false cotmembershiptests-test195-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with signing and encryption enabled and debug option cotmembershiptests-test195-deleteentity-message-to-find=Descriptor was deleted for entity, mementity195. cotmembershiptests-test195-deleteentity-expected-exit-code=0 cotmembershiptests-test195-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test195-addcotmember-message-to-find=Entity, mementity195 was added to the circle of trust, memcot195, in realm /. cotmembershiptests-test195-addcotmember-expected-exit-code=0 cotmembershiptests-test195-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test195-listcotmembers-message-to-find=mementity195 cotmembershiptests-test195-listcotmembers-expected-exit-code=0 cotmembershiptests-test195-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test195-removecotmember-message-to-find=Entity, mementity195 was removed from the circle of trust, memcot195. cotmembershiptests-test195-removecotmember-expected-exit-code=0 cotmembershiptests-test196-create-setup-realms= cotmembershiptests-test196-create-setup-cots=/,memcot196 cotmembershiptests-test196-use-verbose-option=false cotmembershiptests-test196-use-debug-option=true cotmembershiptests-test196-use-long-options=true cotmembershiptests-test196-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test196-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test196-entityid=mementity196 cotmembershiptests-test196-metadatafile=/tmp/mm.xml cotmembershiptests-test196-extendeddatafile=/tmp/xx.xml cotmembershiptests-test196-create-midp= cotmembershiptests-test196-create-msp=/sp cotmembershiptests-test196-create-optionalattributes=--spscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test cotmembershiptests-test196-spec=saml2 cotmembershiptests-test196-create-expected-exit-code=0 cotmembershiptests-test196-cot-realm=/ cotmembershiptests-test196-cot-name=memcot196 cotmembershiptests-test196-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing enabled and long, debug options cotmembershiptests-test196-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test196-importentity-expected-exit-code=0 cotmembershiptests-test196-deleteentity-extendedonly=false cotmembershiptests-test196-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with signing enabled and long, debug options cotmembershiptests-test196-deleteentity-message-to-find=Descriptor was deleted for entity, mementity196. cotmembershiptests-test196-deleteentity-expected-exit-code=0 cotmembershiptests-test196-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test196-addcotmember-message-to-find=Entity, mementity196 was added to the circle of trust, memcot196, in realm /. cotmembershiptests-test196-addcotmember-expected-exit-code=0 cotmembershiptests-test196-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test196-listcotmembers-message-to-find=mementity196 cotmembershiptests-test196-listcotmembers-expected-exit-code=0 cotmembershiptests-test196-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test196-removecotmember-message-to-find=Entity, mementity196 was removed from the circle of trust, memcot196. cotmembershiptests-test196-removecotmember-expected-exit-code=0 cotmembershiptests-test197-create-setup-realms= cotmembershiptests-test197-create-setup-cots=/,memcot197 cotmembershiptests-test197-use-verbose-option=false cotmembershiptests-test197-use-debug-option=true cotmembershiptests-test197-use-long-options=true cotmembershiptests-test197-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test197-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test197-entityid=mementity197 cotmembershiptests-test197-metadatafile=/tmp/mm.xml cotmembershiptests-test197-extendeddatafile=/tmp/xx.xml cotmembershiptests-test197-create-midp= cotmembershiptests-test197-create-msp=/sp cotmembershiptests-test197-create-optionalattributes=--specertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpecertalias=test cotmembershiptests-test197-spec=saml2 cotmembershiptests-test197-create-expected-exit-code=0 cotmembershiptests-test197-cot-realm=/ cotmembershiptests-test197-cot-name=memcot197 cotmembershiptests-test197-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with encryption enabled and long, debug options cotmembershiptests-test197-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test197-importentity-expected-exit-code=0 cotmembershiptests-test197-deleteentity-extendedonly=false cotmembershiptests-test197-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with encryption enabled and long, debug options cotmembershiptests-test197-deleteentity-message-to-find=Descriptor was deleted for entity, mementity197. cotmembershiptests-test197-deleteentity-expected-exit-code=0 cotmembershiptests-test197-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test197-addcotmember-message-to-find=Entity, mementity197 was added to the circle of trust, memcot197, in realm /. cotmembershiptests-test197-addcotmember-expected-exit-code=0 cotmembershiptests-test197-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test197-listcotmembers-message-to-find=mementity197 cotmembershiptests-test197-listcotmembers-expected-exit-code=0 cotmembershiptests-test197-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test197-removecotmember-message-to-find=Entity, mementity197 was removed from the circle of trust, memcot197. cotmembershiptests-test197-removecotmember-expected-exit-code=0 cotmembershiptests-test198-create-setup-realms= cotmembershiptests-test198-create-setup-cots=/,memcot198 cotmembershiptests-test198-use-verbose-option=false cotmembershiptests-test198-use-debug-option=true cotmembershiptests-test198-use-long-options=true cotmembershiptests-test198-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test198-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test198-entityid=mementity198 cotmembershiptests-test198-metadatafile=/tmp/mm.xml cotmembershiptests-test198-extendeddatafile=/tmp/xx.xml cotmembershiptests-test198-create-midp= cotmembershiptests-test198-create-msp=/sp cotmembershiptests-test198-create-optionalattributes=--spscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test,--xacmlpdpecertalias=test,--specertalias=test cotmembershiptests-test198-spec=saml2 cotmembershiptests-test198-create-expected-exit-code=0 cotmembershiptests-test198-cot-realm=/ cotmembershiptests-test198-cot-name=memcot198 cotmembershiptests-test198-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test198-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test198-importentity-expected-exit-code=0 cotmembershiptests-test198-deleteentity-extendedonly=false cotmembershiptests-test198-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with signing and encryption enabled and long, debug options cotmembershiptests-test198-deleteentity-message-to-find=Descriptor was deleted for entity, mementity198. cotmembershiptests-test198-deleteentity-expected-exit-code=0 cotmembershiptests-test198-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test198-addcotmember-message-to-find=Entity, mementity198 was added to the circle of trust, memcot198, in realm /. cotmembershiptests-test198-addcotmember-expected-exit-code=0 cotmembershiptests-test198-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test198-listcotmembers-message-to-find=mementity198 cotmembershiptests-test198-listcotmembers-expected-exit-code=0 cotmembershiptests-test198-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test198-removecotmember-message-to-find=Entity, mementity198 was removed from the circle of trust, memcot198. cotmembershiptests-test198-removecotmember-expected-exit-code=0 cotmembershiptests-test199-create-setup-realms= cotmembershiptests-test199-create-setup-cots=/,memcot199 cotmembershiptests-test199-use-verbose-option=true cotmembershiptests-test199-use-debug-option=false cotmembershiptests-test199-use-long-options=false cotmembershiptests-test199-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test199-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test199-entityid=mementity199 cotmembershiptests-test199-metadatafile=/tmp/mm.xml cotmembershiptests-test199-extendeddatafile=/tmp/xx.xml cotmembershiptests-test199-create-midp= cotmembershiptests-test199-create-msp=/sp cotmembershiptests-test199-create-optionalattributes=-a=test,-p=xacmlpdp,-t=test cotmembershiptests-test199-spec=saml2 cotmembershiptests-test199-create-expected-exit-code=0 cotmembershiptests-test199-cot-realm=/ cotmembershiptests-test199-cot-name=memcot199 cotmembershiptests-test199-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing enabled and verbose option cotmembershiptests-test199-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test199-importentity-expected-exit-code=0 cotmembershiptests-test199-deleteentity-extendedonly=false cotmembershiptests-test199-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with signing enabled and verbose option cotmembershiptests-test199-deleteentity-message-to-find=Descriptor was deleted for entity, mementity199. cotmembershiptests-test199-deleteentity-expected-exit-code=0 cotmembershiptests-test199-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test199-addcotmember-message-to-find=Entity, mementity199 was added to the circle of trust, memcot199, in realm /. cotmembershiptests-test199-addcotmember-expected-exit-code=0 cotmembershiptests-test199-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test199-listcotmembers-message-to-find=mementity199 cotmembershiptests-test199-listcotmembers-expected-exit-code=0 cotmembershiptests-test199-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test199-removecotmember-message-to-find=Entity, mementity199 was removed from the circle of trust, memcot199. cotmembershiptests-test199-removecotmember-expected-exit-code=0 cotmembershiptests-test200-create-setup-realms= cotmembershiptests-test200-create-setup-cots=/,memcot200 cotmembershiptests-test200-use-verbose-option=true cotmembershiptests-test200-use-debug-option=false cotmembershiptests-test200-use-long-options=false cotmembershiptests-test200-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test200-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test200-entityid=mementity200 cotmembershiptests-test200-metadatafile=/tmp/mm.xml cotmembershiptests-test200-extendeddatafile=/tmp/xx.xml cotmembershiptests-test200-create-midp= cotmembershiptests-test200-create-msp=/sp cotmembershiptests-test200-create-optionalattributes=-r=test,-p=xacmlpdp,-j=test cotmembershiptests-test200-spec=saml2 cotmembershiptests-test200-create-expected-exit-code=0 cotmembershiptests-test200-cot-realm=/ cotmembershiptests-test200-cot-name=memcot200 cotmembershiptests-test200-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with encryption enabled and verbose option cotmembershiptests-test200-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test200-importentity-expected-exit-code=0 cotmembershiptests-test200-deleteentity-extendedonly=false cotmembershiptests-test200-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with encryption enabled and verbose option cotmembershiptests-test200-deleteentity-message-to-find=Descriptor was deleted for entity, mementity200. cotmembershiptests-test200-deleteentity-expected-exit-code=0 cotmembershiptests-test200-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test200-addcotmember-message-to-find=Entity, mementity200 was added to the circle of trust, memcot200, in realm /. cotmembershiptests-test200-addcotmember-expected-exit-code=0 cotmembershiptests-test200-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test200-listcotmembers-message-to-find=mementity200 cotmembershiptests-test200-listcotmembers-expected-exit-code=0 cotmembershiptests-test200-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test200-removecotmember-message-to-find=Entity, mementity200 was removed from the circle of trust, memcot200. cotmembershiptests-test200-removecotmember-expected-exit-code=0 cotmembershiptests-test201-create-setup-realms= cotmembershiptests-test201-create-setup-cots=/,memcot201 cotmembershiptests-test201-use-verbose-option=true cotmembershiptests-test201-use-debug-option=false cotmembershiptests-test201-use-long-options=false cotmembershiptests-test201-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test201-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test201-entityid=mementity201 cotmembershiptests-test201-metadatafile=/tmp/mm.xml cotmembershiptests-test201-extendeddatafile=/tmp/xx.xml cotmembershiptests-test201-create-midp= cotmembershiptests-test201-create-msp=/sp cotmembershiptests-test201-create-optionalattributes=-a=test,-p=xacmlpdp,-t=test,-j=test,-r=test cotmembershiptests-test201-spec=saml2 cotmembershiptests-test201-create-expected-exit-code=0 cotmembershiptests-test201-cot-realm=/ cotmembershiptests-test201-cot-name=memcot201 cotmembershiptests-test201-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test201-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test201-importentity-expected-exit-code=0 cotmembershiptests-test201-deleteentity-extendedonly=false cotmembershiptests-test201-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test201-deleteentity-message-to-find=Descriptor was deleted for entity, mementity201. cotmembershiptests-test201-deleteentity-expected-exit-code=0 cotmembershiptests-test201-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test201-addcotmember-message-to-find=Entity, mementity201 was added to the circle of trust, memcot201, in realm /. cotmembershiptests-test201-addcotmember-expected-exit-code=0 cotmembershiptests-test201-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test201-listcotmembers-message-to-find=mementity201 cotmembershiptests-test201-listcotmembers-expected-exit-code=0 cotmembershiptests-test201-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test201-removecotmember-message-to-find=Entity, mementity201 was removed from the circle of trust, memcot201. cotmembershiptests-test201-removecotmember-expected-exit-code=0 cotmembershiptests-test202-create-setup-realms= cotmembershiptests-test202-create-setup-cots=/,memcot202 cotmembershiptests-test202-use-verbose-option=true cotmembershiptests-test202-use-debug-option=false cotmembershiptests-test202-use-long-options=true cotmembershiptests-test202-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test202-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test202-entityid=mementity202 cotmembershiptests-test202-metadatafile=/tmp/mm.xml cotmembershiptests-test202-extendeddatafile=/tmp/xx.xml cotmembershiptests-test202-create-midp= cotmembershiptests-test202-create-msp=/sp cotmembershiptests-test202-create-optionalattributes=--spscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test cotmembershiptests-test202-spec=saml2 cotmembershiptests-test202-create-expected-exit-code=0 cotmembershiptests-test202-cot-realm=/ cotmembershiptests-test202-cot-name=memcot202 cotmembershiptests-test202-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing enabled and long, verbose options cotmembershiptests-test202-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test202-importentity-expected-exit-code=0 cotmembershiptests-test202-deleteentity-extendedonly=false cotmembershiptests-test202-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with signing enabled and long, verbose options cotmembershiptests-test202-deleteentity-message-to-find=Descriptor was deleted for entity, mementity202. cotmembershiptests-test202-deleteentity-expected-exit-code=0 cotmembershiptests-test202-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test202-addcotmember-message-to-find=Entity, mementity202 was added to the circle of trust, memcot202, in realm /. cotmembershiptests-test202-addcotmember-expected-exit-code=0 cotmembershiptests-test202-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test202-listcotmembers-message-to-find=mementity202 cotmembershiptests-test202-listcotmembers-expected-exit-code=0 cotmembershiptests-test202-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test202-removecotmember-message-to-find=Entity, mementity202 was removed from the circle of trust, memcot202. cotmembershiptests-test202-removecotmember-expected-exit-code=0 cotmembershiptests-test203-create-setup-realms= cotmembershiptests-test203-create-setup-cots=/,memcot203 cotmembershiptests-test203-use-verbose-option=true cotmembershiptests-test203-use-debug-option=false cotmembershiptests-test203-use-long-options=true cotmembershiptests-test203-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test203-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test203-entityid=mementity203 cotmembershiptests-test203-metadatafile=/tmp/mm.xml cotmembershiptests-test203-extendeddatafile=/tmp/xx.xml cotmembershiptests-test203-create-midp= cotmembershiptests-test203-create-msp=/sp cotmembershiptests-test203-create-optionalattributes=--specertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpecertalias=test cotmembershiptests-test203-spec=saml2 cotmembershiptests-test203-create-expected-exit-code=0 cotmembershiptests-test203-cot-realm=/ cotmembershiptests-test203-cot-name=memcot203 cotmembershiptests-test203-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with encryption enabled and long, verbose options cotmembershiptests-test203-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test203-importentity-expected-exit-code=0 cotmembershiptests-test203-deleteentity-extendedonly=false cotmembershiptests-test203-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with encryption enabled and long, verbose options cotmembershiptests-test203-deleteentity-message-to-find=Descriptor was deleted for entity, mementity203. cotmembershiptests-test203-deleteentity-expected-exit-code=0 cotmembershiptests-test203-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test203-addcotmember-message-to-find=Entity, mementity203 was added to the circle of trust, memcot203, in realm /. cotmembershiptests-test203-addcotmember-expected-exit-code=0 cotmembershiptests-test203-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test203-listcotmembers-message-to-find=mementity203 cotmembershiptests-test203-listcotmembers-expected-exit-code=0 cotmembershiptests-test203-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test203-removecotmember-message-to-find=Entity, mementity203 was removed from the circle of trust, memcot203. cotmembershiptests-test203-removecotmember-expected-exit-code=0 cotmembershiptests-test204-create-setup-realms= cotmembershiptests-test204-create-setup-cots=/,memcot204 cotmembershiptests-test204-use-verbose-option=true cotmembershiptests-test204-use-debug-option=false cotmembershiptests-test204-use-long-options=true cotmembershiptests-test204-create-description=Creates a sp metadata template with xacml policy decision point in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test204-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test204-entityid=mementity204 cotmembershiptests-test204-metadatafile=/tmp/mm.xml cotmembershiptests-test204-extendeddatafile=/tmp/xx.xml cotmembershiptests-test204-create-midp= cotmembershiptests-test204-create-msp=/sp cotmembershiptests-test204-create-optionalattributes=--spscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test,--xacmlpdpecertalias=test,--specertalias=test cotmembershiptests-test204-spec=saml2 cotmembershiptests-test204-create-expected-exit-code=0 cotmembershiptests-test204-cot-realm=/ cotmembershiptests-test204-cot-name=memcot204 cotmembershiptests-test204-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in root realm with saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test204-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test204-importentity-expected-exit-code=0 cotmembershiptests-test204-deleteentity-extendedonly=false cotmembershiptests-test204-deleteentity-description=Deletes the entity in root realm of sp metadata with xacml policy decision point in saml2 with signing and encryption enabled and long, verbose options cotmembershiptests-test204-deleteentity-message-to-find=Descriptor was deleted for entity, mementity204. cotmembershiptests-test204-deleteentity-expected-exit-code=0 cotmembershiptests-test204-addcotmember-description=Adds the entity to the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test204-addcotmember-message-to-find=Entity, mementity204 was added to the circle of trust, memcot204, in realm /. cotmembershiptests-test204-addcotmember-expected-exit-code=0 cotmembershiptests-test204-listcotmembers-description=Lists the members of cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test204-listcotmembers-message-to-find=mementity204 cotmembershiptests-test204-listcotmembers-expected-exit-code=0 cotmembershiptests-test204-removecotmember-description=Removes the entity from the cot in root realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test204-removecotmember-message-to-find=Entity, mementity204 was removed from the circle of trust, memcot204. cotmembershiptests-test204-removecotmember-expected-exit-code=0 ################################### SUB REALM ################################## cotmembershiptests-test205-create-setup-realms=/memrealm205 cotmembershiptests-test205-create-setup-cots=/memrealm205,memcot205 cotmembershiptests-test205-use-verbose-option=false cotmembershiptests-test205-use-debug-option=false cotmembershiptests-test205-use-long-options=false cotmembershiptests-test205-create-description=Creates a idp metadata template in sub realm with saml2 cotmembershiptests-test205-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test205-entityid=mementity205 cotmembershiptests-test205-metadatafile=/tmp/mm.xml cotmembershiptests-test205-extendeddatafile=/tmp/xx.xml cotmembershiptests-test205-create-midp=/memrealm205/idp cotmembershiptests-test205-create-msp= cotmembershiptests-test205-create-optionalattributes= cotmembershiptests-test205-spec=saml2 cotmembershiptests-test205-create-expected-exit-code=0 cotmembershiptests-test205-cot-realm=/memrealm205 cotmembershiptests-test205-cot-name=memcot205 cotmembershiptests-test205-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 cotmembershiptests-test205-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test205-importentity-expected-exit-code=0 cotmembershiptests-test205-deleteentity-extendedonly=false cotmembershiptests-test205-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 cotmembershiptests-test205-deleteentity-message-to-find=Descriptor was deleted for entity, mementity205. cotmembershiptests-test205-deleteentity-expected-exit-code=0 cotmembershiptests-test205-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test205-addcotmember-message-to-find=Entity, mementity205 was added to the circle of trust, memcot205, in realm /memrealm205. cotmembershiptests-test205-addcotmember-expected-exit-code=0 cotmembershiptests-test205-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test205-listcotmembers-message-to-find=mementity205 cotmembershiptests-test205-listcotmembers-expected-exit-code=0 cotmembershiptests-test205-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test205-removecotmember-message-to-find=Entity, mementity205 was removed from the circle of trust, memcot205. cotmembershiptests-test205-removecotmember-expected-exit-code=0 cotmembershiptests-test206-create-setup-realms=/memrealm206 cotmembershiptests-test206-create-setup-cots=/memrealm206,memcot206 cotmembershiptests-test206-use-verbose-option=false cotmembershiptests-test206-use-debug-option=false cotmembershiptests-test206-use-long-options=true cotmembershiptests-test206-create-description=Creates a idp metadata template with long options in sub realm with saml2 cotmembershiptests-test206-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test206-entityid=mementity206 cotmembershiptests-test206-metadatafile=/tmp/mm.xml cotmembershiptests-test206-extendeddatafile=/tmp/xx.xml cotmembershiptests-test206-create-midp=/memrealm206/idp cotmembershiptests-test206-create-msp= cotmembershiptests-test206-create-optionalattributes= cotmembershiptests-test206-spec=saml2 cotmembershiptests-test206-create-expected-exit-code=0 cotmembershiptests-test206-cot-realm=/memrealm206 cotmembershiptests-test206-cot-name=memcot206 cotmembershiptests-test206-importentity-description=Imports the idp metadata template to create a entity with long options in sub realm with saml2 cotmembershiptests-test206-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test206-importentity-expected-exit-code=0 cotmembershiptests-test206-deleteentity-extendedonly=false cotmembershiptests-test206-deleteentity-description=Deletes the entity with long options in sub realm of idp metadata with saml2 cotmembershiptests-test206-deleteentity-message-to-find=Descriptor was deleted for entity, mementity206. cotmembershiptests-test206-deleteentity-expected-exit-code=0 cotmembershiptests-test206-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test206-addcotmember-message-to-find=Entity, mementity206 was added to the circle of trust, memcot206, in realm /memrealm206. cotmembershiptests-test206-addcotmember-expected-exit-code=0 cotmembershiptests-test206-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test206-listcotmembers-message-to-find=mementity206 cotmembershiptests-test206-listcotmembers-expected-exit-code=0 cotmembershiptests-test206-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test206-removecotmember-message-to-find=Entity, mementity206 was removed from the circle of trust, memcot206. cotmembershiptests-test206-removecotmember-expected-exit-code=0 cotmembershiptests-test207-create-setup-realms=/memrealm207 cotmembershiptests-test207-create-setup-cots=/memrealm207,memcot207 cotmembershiptests-test207-use-verbose-option=false cotmembershiptests-test207-use-debug-option=false cotmembershiptests-test207-use-long-options=false cotmembershiptests-test207-create-description=Creates a sp metadata template in sub realm with saml2 cotmembershiptests-test207-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test207-entityid=mementity207 cotmembershiptests-test207-metadatafile=/tmp/mm.xml cotmembershiptests-test207-extendeddatafile=/tmp/xx.xml cotmembershiptests-test207-create-midp= cotmembershiptests-test207-create-msp=/memrealm207/sp cotmembershiptests-test207-create-optionalattributes= cotmembershiptests-test207-spec=saml2 cotmembershiptests-test207-create-expected-exit-code=0 cotmembershiptests-test207-cot-realm=/memrealm207 cotmembershiptests-test207-cot-name=memcot207 cotmembershiptests-test207-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 cotmembershiptests-test207-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test207-importentity-expected-exit-code=0 cotmembershiptests-test207-deleteentity-extendedonly=false cotmembershiptests-test207-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 cotmembershiptests-test207-deleteentity-message-to-find=Descriptor was deleted for entity, mementity207. cotmembershiptests-test207-deleteentity-expected-exit-code=0 cotmembershiptests-test207-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test207-addcotmember-message-to-find=Entity, mementity207 was added to the circle of trust, memcot207, in realm /memrealm207. cotmembershiptests-test207-addcotmember-expected-exit-code=0 cotmembershiptests-test207-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test207-listcotmembers-message-to-find=mementity207 cotmembershiptests-test207-listcotmembers-expected-exit-code=0 cotmembershiptests-test207-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test207-removecotmember-message-to-find=Entity, mementity207 was removed from the circle of trust, memcot207. cotmembershiptests-test207-removecotmember-expected-exit-code=0 cotmembershiptests-test208-create-setup-realms=/memrealm208 cotmembershiptests-test208-create-setup-cots=/memrealm208,memcot208 cotmembershiptests-test208-use-verbose-option=false cotmembershiptests-test208-use-debug-option=false cotmembershiptests-test208-use-long-options=true cotmembershiptests-test208-create-description=Creates a sp metadata template with long options in sub realm with saml2 cotmembershiptests-test208-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test208-entityid=mementity208 cotmembershiptests-test208-metadatafile=/tmp/mm.xml cotmembershiptests-test208-extendeddatafile=/tmp/xx.xml cotmembershiptests-test208-create-midp= cotmembershiptests-test208-create-msp=/memrealm208/sp cotmembershiptests-test208-create-optionalattributes= cotmembershiptests-test208-spec=saml2 cotmembershiptests-test208-create-expected-exit-code=0 cotmembershiptests-test208-cot-realm=/memrealm208 cotmembershiptests-test208-cot-name=memcot208 cotmembershiptests-test208-importentity-description=Imports the sp metadata template to create a entity with long options in sub realm with saml2 cotmembershiptests-test208-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test208-importentity-expected-exit-code=0 cotmembershiptests-test208-deleteentity-extendedonly=false cotmembershiptests-test208-deleteentity-description=Deletes the entity with long options in sub realm of sp metadata with saml2 cotmembershiptests-test208-deleteentity-message-to-find=Descriptor was deleted for entity, mementity208. cotmembershiptests-test208-deleteentity-expected-exit-code=0 cotmembershiptests-test208-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test208-addcotmember-message-to-find=Entity, mementity208 was added to the circle of trust, memcot208, in realm /memrealm208. cotmembershiptests-test208-addcotmember-expected-exit-code=0 cotmembershiptests-test208-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test208-listcotmembers-message-to-find=mementity208 cotmembershiptests-test208-listcotmembers-expected-exit-code=0 cotmembershiptests-test208-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test208-removecotmember-message-to-find=Entity, mementity208 was removed from the circle of trust, memcot208. cotmembershiptests-test208-removecotmember-expected-exit-code=0 cotmembershiptests-test209-create-setup-realms=/memrealm209 cotmembershiptests-test209-create-setup-cots=/memrealm209,memcot209 cotmembershiptests-test209-use-verbose-option=false cotmembershiptests-test209-use-debug-option=true cotmembershiptests-test209-use-long-options=false cotmembershiptests-test209-create-description=Creates a idp metadata template in sub realm with saml2 with debug option cotmembershiptests-test209-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test209-entityid=mementity209 cotmembershiptests-test209-metadatafile=/tmp/mm.xml cotmembershiptests-test209-extendeddatafile=/tmp/xx.xml cotmembershiptests-test209-create-midp=/memrealm209/idp cotmembershiptests-test209-create-msp= cotmembershiptests-test209-create-optionalattributes= cotmembershiptests-test209-spec=saml2 cotmembershiptests-test209-create-expected-exit-code=0 cotmembershiptests-test209-cot-realm=/memrealm209 cotmembershiptests-test209-cot-name=memcot209 cotmembershiptests-test209-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with debug option cotmembershiptests-test209-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test209-importentity-expected-exit-code=0 cotmembershiptests-test209-deleteentity-extendedonly=false cotmembershiptests-test209-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with debug option cotmembershiptests-test209-deleteentity-message-to-find=Descriptor was deleted for entity, mementity209. cotmembershiptests-test209-deleteentity-expected-exit-code=0 cotmembershiptests-test209-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test209-addcotmember-message-to-find=Entity, mementity209 was added to the circle of trust, memcot209, in realm /memrealm209. cotmembershiptests-test209-addcotmember-expected-exit-code=0 cotmembershiptests-test209-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test209-listcotmembers-message-to-find=mementity209 cotmembershiptests-test209-listcotmembers-expected-exit-code=0 cotmembershiptests-test209-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test209-removecotmember-message-to-find=Entity, mementity209 was removed from the circle of trust, memcot209. cotmembershiptests-test209-removecotmember-expected-exit-code=0 cotmembershiptests-test210-create-setup-realms=/memrealm210 cotmembershiptests-test210-create-setup-cots=/memrealm210,memcot210 cotmembershiptests-test210-use-verbose-option=false cotmembershiptests-test210-use-debug-option=true cotmembershiptests-test210-use-long-options=false cotmembershiptests-test210-create-description=Creates a sp metadata template in sub realm with saml2 with debug option cotmembershiptests-test210-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test210-entityid=mementity210 cotmembershiptests-test210-metadatafile=/tmp/mm.xml cotmembershiptests-test210-extendeddatafile=/tmp/xx.xml cotmembershiptests-test210-create-midp= cotmembershiptests-test210-create-msp=/memrealm210/sp cotmembershiptests-test210-create-optionalattributes= cotmembershiptests-test210-spec=saml2 cotmembershiptests-test210-create-expected-exit-code=0 cotmembershiptests-test210-cot-realm=/memrealm210 cotmembershiptests-test210-cot-name=memcot210 cotmembershiptests-test210-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with debug option cotmembershiptests-test210-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test210-importentity-expected-exit-code=0 cotmembershiptests-test210-deleteentity-extendedonly=false cotmembershiptests-test210-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with debug option cotmembershiptests-test210-deleteentity-message-to-find=Descriptor was deleted for entity, mementity210. cotmembershiptests-test210-deleteentity-expected-exit-code=0 cotmembershiptests-test210-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test210-addcotmember-message-to-find=Entity, mementity210 was added to the circle of trust, memcot210, in realm /memrealm210. cotmembershiptests-test210-addcotmember-expected-exit-code=0 cotmembershiptests-test210-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test210-listcotmembers-message-to-find=mementity210 cotmembershiptests-test210-listcotmembers-expected-exit-code=0 cotmembershiptests-test210-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test210-removecotmember-message-to-find=Entity, mementity210 was removed from the circle of trust, memcot210. cotmembershiptests-test210-removecotmember-expected-exit-code=0 cotmembershiptests-test211-create-setup-realms=/memrealm211 cotmembershiptests-test211-create-setup-cots=/memrealm211,memcot211 cotmembershiptests-test211-use-verbose-option=true cotmembershiptests-test211-use-debug-option=false cotmembershiptests-test211-use-long-options=false cotmembershiptests-test211-create-description=Creates a idp metadata template in sub realm with saml2 with verbose option cotmembershiptests-test211-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test211-entityid=mementity211 cotmembershiptests-test211-metadatafile=/tmp/mm.xml cotmembershiptests-test211-extendeddatafile=/tmp/xx.xml cotmembershiptests-test211-create-midp=/memrealm211/idp cotmembershiptests-test211-create-msp= cotmembershiptests-test211-create-optionalattributes= cotmembershiptests-test211-spec=saml2 cotmembershiptests-test211-create-expected-exit-code=0 cotmembershiptests-test211-cot-realm=/memrealm211 cotmembershiptests-test211-cot-name=memcot211 cotmembershiptests-test211-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with verbose option cotmembershiptests-test211-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test211-importentity-expected-exit-code=0 cotmembershiptests-test211-deleteentity-extendedonly=false cotmembershiptests-test211-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with verbose option cotmembershiptests-test211-deleteentity-message-to-find=Descriptor was deleted for entity, mementity211. cotmembershiptests-test211-deleteentity-expected-exit-code=0 cotmembershiptests-test211-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test211-addcotmember-message-to-find=Entity, mementity211 was added to the circle of trust, memcot211, in realm /memrealm211. cotmembershiptests-test211-addcotmember-expected-exit-code=0 cotmembershiptests-test211-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test211-listcotmembers-message-to-find=mementity211 cotmembershiptests-test211-listcotmembers-expected-exit-code=0 cotmembershiptests-test211-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test211-removecotmember-message-to-find=Entity, mementity211 was removed from the circle of trust, memcot211. cotmembershiptests-test211-removecotmember-expected-exit-code=0 cotmembershiptests-test212-create-setup-realms=/memrealm212 cotmembershiptests-test212-create-setup-cots=/memrealm212,memcot212 cotmembershiptests-test212-use-verbose-option=true cotmembershiptests-test212-use-debug-option=false cotmembershiptests-test212-use-long-options=false cotmembershiptests-test212-create-description=Creates a sp metadata template in sub realm with saml2 with verbose option cotmembershiptests-test212-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test212-entityid=mementity212 cotmembershiptests-test212-metadatafile=/tmp/mm.xml cotmembershiptests-test212-extendeddatafile=/tmp/xx.xml cotmembershiptests-test212-create-midp= cotmembershiptests-test212-create-msp=/memrealm212/sp cotmembershiptests-test212-create-optionalattributes= cotmembershiptests-test212-spec=saml2 cotmembershiptests-test212-create-expected-exit-code=0 cotmembershiptests-test212-cot-realm=/memrealm212 cotmembershiptests-test212-cot-name=memcot212 cotmembershiptests-test212-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with verbose option cotmembershiptests-test212-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test212-importentity-expected-exit-code=0 cotmembershiptests-test212-deleteentity-extendedonly=false cotmembershiptests-test212-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with verbose option cotmembershiptests-test212-deleteentity-message-to-find=Descriptor was deleted for entity, mementity212. cotmembershiptests-test212-deleteentity-expected-exit-code=0 cotmembershiptests-test212-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test212-addcotmember-message-to-find=Entity, mementity212 was added to the circle of trust, memcot212, in realm /memrealm212. cotmembershiptests-test212-addcotmember-expected-exit-code=0 cotmembershiptests-test212-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test212-listcotmembers-message-to-find=mementity212 cotmembershiptests-test212-listcotmembers-expected-exit-code=0 cotmembershiptests-test212-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test212-removecotmember-message-to-find=Entity, mementity212 was removed from the circle of trust, memcot212. cotmembershiptests-test212-removecotmember-expected-exit-code=0 cotmembershiptests-test213-create-setup-realms=/memrealm213 cotmembershiptests-test213-create-setup-cots=/memrealm213,memcot213 cotmembershiptests-test213-use-verbose-option=false cotmembershiptests-test213-use-debug-option=false cotmembershiptests-test213-use-long-options=false cotmembershiptests-test213-create-description=Creates a sp and idp metadata template in sub realm with saml2 cotmembershiptests-test213-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test213-entityid=mementity213 cotmembershiptests-test213-metadatafile=/tmp/mm.xml cotmembershiptests-test213-extendeddatafile=/tmp/xx.xml cotmembershiptests-test213-create-midp=/memrealm213/idp cotmembershiptests-test213-create-msp=/memrealm213/sp cotmembershiptests-test213-create-optionalattributes= cotmembershiptests-test213-spec=saml2 cotmembershiptests-test213-create-expected-exit-code=0 cotmembershiptests-test213-cot-realm=/memrealm213 cotmembershiptests-test213-cot-name=memcot213 cotmembershiptests-test213-importentity-description=Imports the sp and idp metadata template to create a entity in sub realm with saml2 cotmembershiptests-test213-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test213-importentity-expected-exit-code=0 cotmembershiptests-test213-deleteentity-extendedonly=false cotmembershiptests-test213-deleteentity-description=Deletes the entity in sub realm of sp and idp metadata with saml2 cotmembershiptests-test213-deleteentity-message-to-find=Descriptor was deleted for entity, mementity213. cotmembershiptests-test213-deleteentity-expected-exit-code=0 cotmembershiptests-test213-addcotmember-description=Adds the entity to the cot in sub realm of sp and idp metadata with saml2 cotmembershiptests-test213-addcotmember-message-to-find=Entity, mementity213 was added to the circle of trust, memcot213, in realm /memrealm213. cotmembershiptests-test213-addcotmember-expected-exit-code=0 cotmembershiptests-test213-listcotmembers-description=Lists the members of cot in sub realm of sp and idp metadata with saml2 cotmembershiptests-test213-listcotmembers-message-to-find=mementity213 cotmembershiptests-test213-listcotmembers-expected-exit-code=0 cotmembershiptests-test213-removecotmember-description=Removes the entity from the cot in sub realm of sp and idp metadata with saml2 cotmembershiptests-test213-removecotmember-message-to-find=Entity, mementity213 was removed from the circle of trust, memcot213. cotmembershiptests-test213-removecotmember-expected-exit-code=0 cotmembershiptests-test214-create-setup-realms=/memrealm214 cotmembershiptests-test214-create-setup-cots=/memrealm214,memcot214 cotmembershiptests-test214-use-verbose-option=false cotmembershiptests-test214-use-debug-option=false cotmembershiptests-test214-use-long-options=true cotmembershiptests-test214-create-description=Creates a sp and idp metadata template in sub realm with saml2 with long option cotmembershiptests-test214-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test214-entityid=mementity214 cotmembershiptests-test214-metadatafile=/tmp/mm.xml cotmembershiptests-test214-extendeddatafile=/tmp/xx.xml cotmembershiptests-test214-create-midp=/memrealm214/idp cotmembershiptests-test214-create-msp=/memrealm214/sp cotmembershiptests-test214-create-optionalattributes= cotmembershiptests-test214-spec=saml2 cotmembershiptests-test214-create-expected-exit-code=0 cotmembershiptests-test214-cot-realm=/memrealm214 cotmembershiptests-test214-cot-name=memcot214 cotmembershiptests-test214-importentity-description=Imports the sp and idp metadata template to create a entity in sub realm with saml2 with long option cotmembershiptests-test214-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test214-importentity-expected-exit-code=0 cotmembershiptests-test214-deleteentity-extendedonly=false cotmembershiptests-test214-deleteentity-description=Deletes the entity in sub realm of sp and idp metadata with saml2 with long option cotmembershiptests-test214-deleteentity-message-to-find=Descriptor was deleted for entity, mementity214. cotmembershiptests-test214-deleteentity-expected-exit-code=0 cotmembershiptests-test214-addcotmember-description=Adds the entity to the cot in sub realm of sp and idp metadata with saml2 with long option cotmembershiptests-test214-addcotmember-message-to-find=Entity, mementity214 was added to the circle of trust, memcot214, in realm /memrealm214. cotmembershiptests-test214-addcotmember-expected-exit-code=0 cotmembershiptests-test214-listcotmembers-description=Lists the members of cot in sub realm of sp and idp metadata with saml2 with long option cotmembershiptests-test214-listcotmembers-message-to-find=mementity214 cotmembershiptests-test214-listcotmembers-expected-exit-code=0 cotmembershiptests-test214-removecotmember-description=Removes the entity from the cot in sub realm of sp and idp metadata with saml2 with long option cotmembershiptests-test214-removecotmember-message-to-find=Entity, mementity214 was removed from the circle of trust, memcot214. cotmembershiptests-test214-removecotmember-expected-exit-code=0 cotmembershiptests-test215-create-setup-realms=/memrealm215 cotmembershiptests-test215-create-setup-cots=/memrealm215,memcot215 cotmembershiptests-test215-use-verbose-option=false cotmembershiptests-test215-use-debug-option=true cotmembershiptests-test215-use-long-options=false cotmembershiptests-test215-create-description=Creates a sp and idp metadata template in sub realm with saml2 with debug option cotmembershiptests-test215-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test215-entityid=mementity215 cotmembershiptests-test215-metadatafile=/tmp/mm.xml cotmembershiptests-test215-extendeddatafile=/tmp/xx.xml cotmembershiptests-test215-create-midp=/memrealm215/idp cotmembershiptests-test215-create-msp=/memrealm215/sp cotmembershiptests-test215-create-optionalattributes= cotmembershiptests-test215-spec=saml2 cotmembershiptests-test215-create-expected-exit-code=0 cotmembershiptests-test215-cot-realm=/memrealm215 cotmembershiptests-test215-cot-name=memcot215 cotmembershiptests-test215-importentity-description=Imports the sp and idp metadata template to create a entity in sub realm with saml2 with debug option cotmembershiptests-test215-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test215-importentity-expected-exit-code=0 cotmembershiptests-test215-deleteentity-extendedonly=false cotmembershiptests-test215-deleteentity-description=Deletes the entity in sub realm of sp and idp metadata with saml2 with debug option cotmembershiptests-test215-deleteentity-message-to-find=Descriptor was deleted for entity, mementity215. cotmembershiptests-test215-deleteentity-expected-exit-code=0 cotmembershiptests-test215-addcotmember-description=Adds the entity to the cot in sub realm of sp and idp metadata with saml2 with debug option cotmembershiptests-test215-addcotmember-message-to-find=Entity, mementity215 was added to the circle of trust, memcot215, in realm /memrealm215. cotmembershiptests-test215-addcotmember-expected-exit-code=0 cotmembershiptests-test215-listcotmembers-description=Lists the members of cot in sub realm of sp and idp metadata with saml2 with debug option cotmembershiptests-test215-listcotmembers-message-to-find=mementity215 cotmembershiptests-test215-listcotmembers-expected-exit-code=0 cotmembershiptests-test215-removecotmember-description=Removes the entity from the cot in sub realm of sp and idp metadata with saml2 with debug option cotmembershiptests-test215-removecotmember-message-to-find=Entity, mementity215 was removed from the circle of trust, memcot215. cotmembershiptests-test215-removecotmember-expected-exit-code=0 cotmembershiptests-test216-create-setup-realms=/memrealm216 cotmembershiptests-test216-create-setup-cots=/memrealm216,memcot216 cotmembershiptests-test216-use-verbose-option=true cotmembershiptests-test216-use-debug-option=false cotmembershiptests-test216-use-long-options=false cotmembershiptests-test216-create-description=Creates a sp and idp metadata template in sub realm with saml2 with verbose option cotmembershiptests-test216-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test216-entityid=mementity216 cotmembershiptests-test216-metadatafile=/tmp/mm.xml cotmembershiptests-test216-extendeddatafile=/tmp/xx.xml cotmembershiptests-test216-create-midp=/memrealm216/idp cotmembershiptests-test216-create-msp=/memrealm216/sp cotmembershiptests-test216-create-optionalattributes= cotmembershiptests-test216-spec=saml2 cotmembershiptests-test216-create-expected-exit-code=0 cotmembershiptests-test216-cot-realm=/memrealm216 cotmembershiptests-test216-cot-name=memcot216 cotmembershiptests-test216-importentity-description=Imports the sp and idp metadata template to create a entity in sub realm with saml2 with verbose option cotmembershiptests-test216-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test216-importentity-expected-exit-code=0 cotmembershiptests-test216-deleteentity-extendedonly=false cotmembershiptests-test216-deleteentity-description=Deletes the entity in sub realm of sp and idp metadata with saml2 with verbose option cotmembershiptests-test216-deleteentity-message-to-find=Descriptor was deleted for entity, mementity216. cotmembershiptests-test216-deleteentity-expected-exit-code=0 cotmembershiptests-test216-addcotmember-description=Adds the entity to the cot in sub realm of sp and idp metadata with saml2 with verbose option cotmembershiptests-test216-addcotmember-message-to-find=Entity, mementity216 was added to the circle of trust, memcot216, in realm /memrealm216. cotmembershiptests-test216-addcotmember-expected-exit-code=0 cotmembershiptests-test216-listcotmembers-description=Lists the members of cot in sub realm of sp and idp metadata with saml2 with verbose option cotmembershiptests-test216-listcotmembers-message-to-find=mementity216 cotmembershiptests-test216-listcotmembers-expected-exit-code=0 cotmembershiptests-test216-removecotmember-description=Removes the entity from the cot in sub realm of sp and idp metadata with saml2 with verbose option cotmembershiptests-test216-removecotmember-message-to-find=Entity, mementity216 was removed from the circle of trust, memcot216. cotmembershiptests-test216-removecotmember-expected-exit-code=0 # signing and encryption testcases of IDP in sub realm cotmembershiptests-test217-create-setup-realms=/memrealm217 cotmembershiptests-test217-create-setup-cots=/memrealm217,memcot217 cotmembershiptests-test217-use-verbose-option=false cotmembershiptests-test217-use-debug-option=false cotmembershiptests-test217-use-long-options=false cotmembershiptests-test217-create-description=Creates a idp metadata template in sub realm with saml2 with signing enabled cotmembershiptests-test217-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test217-entityid=mementity217 cotmembershiptests-test217-metadatafile=/tmp/mm.xml cotmembershiptests-test217-extendeddatafile=/tmp/xx.xml cotmembershiptests-test217-create-midp=/memrealm217/idp cotmembershiptests-test217-create-msp= cotmembershiptests-test217-create-optionalattributes=-b=test cotmembershiptests-test217-spec=saml2 cotmembershiptests-test217-create-expected-exit-code=0 cotmembershiptests-test217-cot-realm=/memrealm217 cotmembershiptests-test217-cot-name=memcot217 cotmembershiptests-test217-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with signing enabled cotmembershiptests-test217-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test217-importentity-expected-exit-code=0 cotmembershiptests-test217-deleteentity-extendedonly=false cotmembershiptests-test217-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with signing enabled cotmembershiptests-test217-deleteentity-message-to-find=Descriptor was deleted for entity, mementity217. cotmembershiptests-test217-deleteentity-expected-exit-code=0 cotmembershiptests-test217-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test217-addcotmember-message-to-find=Entity, mementity217 was added to the circle of trust, memcot217, in realm /memrealm217. cotmembershiptests-test217-addcotmember-expected-exit-code=0 cotmembershiptests-test217-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test217-listcotmembers-message-to-find=mementity217 cotmembershiptests-test217-listcotmembers-expected-exit-code=0 cotmembershiptests-test217-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test217-removecotmember-message-to-find=Entity, mementity217 was removed from the circle of trust, memcot217. cotmembershiptests-test217-removecotmember-expected-exit-code=0 cotmembershiptests-test218-create-setup-realms=/memrealm218 cotmembershiptests-test218-create-setup-cots=/memrealm218,memcot218 cotmembershiptests-test218-use-verbose-option=false cotmembershiptests-test218-use-debug-option=false cotmembershiptests-test218-use-long-options=false cotmembershiptests-test218-create-description=Creates a idp metadata template in sub realm with saml2 with encryption enabled cotmembershiptests-test218-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test218-entityid=mementity218 cotmembershiptests-test218-metadatafile=/tmp/mm.xml cotmembershiptests-test218-extendeddatafile=/tmp/xx.xml cotmembershiptests-test218-create-midp=/memrealm218/idp cotmembershiptests-test218-create-msp= cotmembershiptests-test218-create-optionalattributes=-g=test cotmembershiptests-test218-spec=saml2 cotmembershiptests-test218-create-expected-exit-code=0 cotmembershiptests-test218-cot-realm=/memrealm218 cotmembershiptests-test218-cot-name=memcot218 cotmembershiptests-test218-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with encryption enabled cotmembershiptests-test218-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test218-importentity-expected-exit-code=0 cotmembershiptests-test218-deleteentity-extendedonly=false cotmembershiptests-test218-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with encryption enabled cotmembershiptests-test218-deleteentity-message-to-find=Descriptor was deleted for entity, mementity218. cotmembershiptests-test218-deleteentity-expected-exit-code=0 cotmembershiptests-test218-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test218-addcotmember-message-to-find=Entity, mementity218 was added to the circle of trust, memcot218, in realm /memrealm218. cotmembershiptests-test218-addcotmember-expected-exit-code=0 cotmembershiptests-test218-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test218-listcotmembers-message-to-find=mementity218 cotmembershiptests-test218-listcotmembers-expected-exit-code=0 cotmembershiptests-test218-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test218-removecotmember-message-to-find=Entity, mementity218 was removed from the circle of trust, memcot218. cotmembershiptests-test218-removecotmember-expected-exit-code=0 cotmembershiptests-test219-create-setup-realms=/memrealm219 cotmembershiptests-test219-create-setup-cots=/memrealm219,memcot219 cotmembershiptests-test219-use-verbose-option=false cotmembershiptests-test219-use-debug-option=false cotmembershiptests-test219-use-long-options=false cotmembershiptests-test219-create-description=Creates a idp metadata template in sub realm with saml2 with signing and encryption enabled cotmembershiptests-test219-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test219-entityid=mementity219 cotmembershiptests-test219-metadatafile=/tmp/mm.xml cotmembershiptests-test219-extendeddatafile=/tmp/xx.xml cotmembershiptests-test219-create-midp=/memrealm219/idp cotmembershiptests-test219-create-msp= cotmembershiptests-test219-create-optionalattributes=-b=test,-g=test cotmembershiptests-test219-spec=saml2 cotmembershiptests-test219-create-expected-exit-code=0 cotmembershiptests-test219-cot-realm=/memrealm219 cotmembershiptests-test219-cot-name=memcot219 cotmembershiptests-test219-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with signing and encryption enabled cotmembershiptests-test219-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test219-importentity-expected-exit-code=0 cotmembershiptests-test219-deleteentity-extendedonly=false cotmembershiptests-test219-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with signing and encryption enabled cotmembershiptests-test219-deleteentity-message-to-find=Descriptor was deleted for entity, mementity219. cotmembershiptests-test219-deleteentity-expected-exit-code=0 cotmembershiptests-test219-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test219-addcotmember-message-to-find=Entity, mementity219 was added to the circle of trust, memcot219, in realm /memrealm219. cotmembershiptests-test219-addcotmember-expected-exit-code=0 cotmembershiptests-test219-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test219-listcotmembers-message-to-find=mementity219 cotmembershiptests-test219-listcotmembers-expected-exit-code=0 cotmembershiptests-test219-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test219-removecotmember-message-to-find=Entity, mementity219 was removed from the circle of trust, memcot219. cotmembershiptests-test219-removecotmember-expected-exit-code=0 cotmembershiptests-test220-create-setup-realms=/memrealm220 cotmembershiptests-test220-create-setup-cots=/memrealm220,memcot220 cotmembershiptests-test220-use-verbose-option=false cotmembershiptests-test220-use-debug-option=false cotmembershiptests-test220-use-long-options=true cotmembershiptests-test220-create-description=Creates a idp metadata template in sub realm with saml2 with signing enabled and long option cotmembershiptests-test220-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test220-entityid=mementity220 cotmembershiptests-test220-metadatafile=/tmp/mm.xml cotmembershiptests-test220-extendeddatafile=/tmp/xx.xml cotmembershiptests-test220-create-midp=/memrealm220/idp cotmembershiptests-test220-create-msp= cotmembershiptests-test220-create-optionalattributes=--idpscertalias=test cotmembershiptests-test220-spec=saml2 cotmembershiptests-test220-create-expected-exit-code=0 cotmembershiptests-test220-cot-realm=/memrealm220 cotmembershiptests-test220-cot-name=memcot220 cotmembershiptests-test220-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with signing enabled and long option cotmembershiptests-test220-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test220-importentity-expected-exit-code=0 cotmembershiptests-test220-deleteentity-extendedonly=false cotmembershiptests-test220-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with signing enabled and long option cotmembershiptests-test220-deleteentity-message-to-find=Descriptor was deleted for entity, mementity220. cotmembershiptests-test220-deleteentity-expected-exit-code=0 cotmembershiptests-test220-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test220-addcotmember-message-to-find=Entity, mementity220 was added to the circle of trust, memcot220, in realm /memrealm220. cotmembershiptests-test220-addcotmember-expected-exit-code=0 cotmembershiptests-test220-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test220-listcotmembers-message-to-find=mementity220 cotmembershiptests-test220-listcotmembers-expected-exit-code=0 cotmembershiptests-test220-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test220-removecotmember-message-to-find=Entity, mementity220 was removed from the circle of trust, memcot220. cotmembershiptests-test220-removecotmember-expected-exit-code=0 cotmembershiptests-test221-create-setup-realms=/memrealm221 cotmembershiptests-test221-create-setup-cots=/memrealm221,memcot221 cotmembershiptests-test221-use-verbose-option=false cotmembershiptests-test221-use-debug-option=false cotmembershiptests-test221-use-long-options=true cotmembershiptests-test221-create-description=Creates a idp metadata template in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test221-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test221-entityid=mementity221 cotmembershiptests-test221-metadatafile=/tmp/mm.xml cotmembershiptests-test221-extendeddatafile=/tmp/xx.xml cotmembershiptests-test221-create-midp=/memrealm221/idp cotmembershiptests-test221-create-msp= cotmembershiptests-test221-create-optionalattributes=--idpecertalias=test cotmembershiptests-test221-spec=saml2 cotmembershiptests-test221-create-expected-exit-code=0 cotmembershiptests-test221-cot-realm=/memrealm221 cotmembershiptests-test221-cot-name=memcot221 cotmembershiptests-test221-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test221-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test221-importentity-expected-exit-code=0 cotmembershiptests-test221-deleteentity-extendedonly=false cotmembershiptests-test221-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with encryption enabled and long option cotmembershiptests-test221-deleteentity-message-to-find=Descriptor was deleted for entity, mementity221. cotmembershiptests-test221-deleteentity-expected-exit-code=0 cotmembershiptests-test221-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test221-addcotmember-message-to-find=Entity, mementity221 was added to the circle of trust, memcot221, in realm /memrealm221. cotmembershiptests-test221-addcotmember-expected-exit-code=0 cotmembershiptests-test221-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test221-listcotmembers-message-to-find=mementity221 cotmembershiptests-test221-listcotmembers-expected-exit-code=0 cotmembershiptests-test221-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test221-removecotmember-message-to-find=Entity, mementity221 was removed from the circle of trust, memcot221. cotmembershiptests-test221-removecotmember-expected-exit-code=0 cotmembershiptests-test222-create-setup-realms=/memrealm222 cotmembershiptests-test222-create-setup-cots=/memrealm222,memcot222 cotmembershiptests-test222-use-verbose-option=false cotmembershiptests-test222-use-debug-option=false cotmembershiptests-test222-use-long-options=true cotmembershiptests-test222-create-description=Creates a idp metadata template in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test222-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test222-entityid=mementity222 cotmembershiptests-test222-metadatafile=/tmp/mm.xml cotmembershiptests-test222-extendeddatafile=/tmp/xx.xml cotmembershiptests-test222-create-midp=/memrealm222/idp cotmembershiptests-test222-create-msp= cotmembershiptests-test222-create-optionalattributes=--idpscertalias=test,--idpecertalias=test cotmembershiptests-test222-spec=saml2 cotmembershiptests-test222-create-expected-exit-code=0 cotmembershiptests-test222-cot-realm=/memrealm222 cotmembershiptests-test222-cot-name=memcot222 cotmembershiptests-test222-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test222-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test222-importentity-expected-exit-code=0 cotmembershiptests-test222-deleteentity-extendedonly=false cotmembershiptests-test222-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with signing and encryption enabled and long option cotmembershiptests-test222-deleteentity-message-to-find=Descriptor was deleted for entity, mementity222. cotmembershiptests-test222-deleteentity-expected-exit-code=0 cotmembershiptests-test222-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test222-addcotmember-message-to-find=Entity, mementity222 was added to the circle of trust, memcot222, in realm /memrealm222. cotmembershiptests-test222-addcotmember-expected-exit-code=0 cotmembershiptests-test222-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test222-listcotmembers-message-to-find=mementity222 cotmembershiptests-test222-listcotmembers-expected-exit-code=0 cotmembershiptests-test222-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test222-removecotmember-message-to-find=Entity, mementity222 was removed from the circle of trust, memcot222. cotmembershiptests-test222-removecotmember-expected-exit-code=0 cotmembershiptests-test223-create-setup-realms=/memrealm223 cotmembershiptests-test223-create-setup-cots=/memrealm223,memcot223 cotmembershiptests-test223-use-verbose-option=false cotmembershiptests-test223-use-debug-option=true cotmembershiptests-test223-use-long-options=false cotmembershiptests-test223-create-description=Creates a idp metadata template in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test223-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test223-entityid=mementity223 cotmembershiptests-test223-metadatafile=/tmp/mm.xml cotmembershiptests-test223-extendeddatafile=/tmp/xx.xml cotmembershiptests-test223-create-midp=/memrealm223/idp cotmembershiptests-test223-create-msp= cotmembershiptests-test223-create-optionalattributes=-b=test cotmembershiptests-test223-spec=saml2 cotmembershiptests-test223-create-expected-exit-code=0 cotmembershiptests-test223-cot-realm=/memrealm223 cotmembershiptests-test223-cot-name=memcot223 cotmembershiptests-test223-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test223-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test223-importentity-expected-exit-code=0 cotmembershiptests-test223-deleteentity-extendedonly=false cotmembershiptests-test223-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with signing enabled and debug option cotmembershiptests-test223-deleteentity-message-to-find=Descriptor was deleted for entity, mementity223. cotmembershiptests-test223-deleteentity-expected-exit-code=0 cotmembershiptests-test223-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test223-addcotmember-message-to-find=Entity, mementity223 was added to the circle of trust, memcot223, in realm /memrealm223. cotmembershiptests-test223-addcotmember-expected-exit-code=0 cotmembershiptests-test223-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test223-listcotmembers-message-to-find=mementity223 cotmembershiptests-test223-listcotmembers-expected-exit-code=0 cotmembershiptests-test223-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test223-removecotmember-message-to-find=Entity, mementity223 was removed from the circle of trust, memcot223. cotmembershiptests-test223-removecotmember-expected-exit-code=0 cotmembershiptests-test224-create-setup-realms=/memrealm224 cotmembershiptests-test224-create-setup-cots=/memrealm224,memcot224 cotmembershiptests-test224-use-verbose-option=false cotmembershiptests-test224-use-debug-option=true cotmembershiptests-test224-use-long-options=false cotmembershiptests-test224-create-description=Creates a idp metadata template in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test224-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test224-entityid=mementity224 cotmembershiptests-test224-metadatafile=/tmp/mm.xml cotmembershiptests-test224-extendeddatafile=/tmp/xx.xml cotmembershiptests-test224-create-midp=/memrealm224/idp cotmembershiptests-test224-create-msp= cotmembershiptests-test224-create-optionalattributes=-g=test cotmembershiptests-test224-spec=saml2 cotmembershiptests-test224-create-expected-exit-code=0 cotmembershiptests-test224-cot-realm=/memrealm224 cotmembershiptests-test224-cot-name=memcot224 cotmembershiptests-test224-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test224-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test224-importentity-expected-exit-code=0 cotmembershiptests-test224-deleteentity-extendedonly=false cotmembershiptests-test224-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with encryption enabled and debug option cotmembershiptests-test224-deleteentity-message-to-find=Descriptor was deleted for entity, mementity224. cotmembershiptests-test224-deleteentity-expected-exit-code=0 cotmembershiptests-test224-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test224-addcotmember-message-to-find=Entity, mementity224 was added to the circle of trust, memcot224, in realm /memrealm224. cotmembershiptests-test224-addcotmember-expected-exit-code=0 cotmembershiptests-test224-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test224-listcotmembers-message-to-find=mementity224 cotmembershiptests-test224-listcotmembers-expected-exit-code=0 cotmembershiptests-test224-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test224-removecotmember-message-to-find=Entity, mementity224 was removed from the circle of trust, memcot224. cotmembershiptests-test224-removecotmember-expected-exit-code=0 cotmembershiptests-test225-create-setup-realms=/memrealm225 cotmembershiptests-test225-create-setup-cots=/memrealm225,memcot225 cotmembershiptests-test225-use-verbose-option=false cotmembershiptests-test225-use-debug-option=true cotmembershiptests-test225-use-long-options=false cotmembershiptests-test225-create-description=Creates a idp metadata template in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test225-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test225-entityid=mementity225 cotmembershiptests-test225-metadatafile=/tmp/mm.xml cotmembershiptests-test225-extendeddatafile=/tmp/xx.xml cotmembershiptests-test225-create-midp=/memrealm225/idp cotmembershiptests-test225-create-msp= cotmembershiptests-test225-create-optionalattributes=-b=test,-g=test cotmembershiptests-test225-spec=saml2 cotmembershiptests-test225-create-expected-exit-code=0 cotmembershiptests-test225-cot-realm=/memrealm225 cotmembershiptests-test225-cot-name=memcot225 cotmembershiptests-test225-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test225-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test225-importentity-expected-exit-code=0 cotmembershiptests-test225-deleteentity-extendedonly=false cotmembershiptests-test225-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with signing and encryption enabled and debug option cotmembershiptests-test225-deleteentity-message-to-find=Descriptor was deleted for entity, mementity225. cotmembershiptests-test225-deleteentity-expected-exit-code=0 cotmembershiptests-test225-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test225-addcotmember-message-to-find=Entity, mementity225 was added to the circle of trust, memcot225, in realm /memrealm225. cotmembershiptests-test225-addcotmember-expected-exit-code=0 cotmembershiptests-test225-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test225-listcotmembers-message-to-find=mementity225 cotmembershiptests-test225-listcotmembers-expected-exit-code=0 cotmembershiptests-test225-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test225-removecotmember-message-to-find=Entity, mementity225 was removed from the circle of trust, memcot225. cotmembershiptests-test225-removecotmember-expected-exit-code=0 cotmembershiptests-test226-create-setup-realms=/memrealm226 cotmembershiptests-test226-create-setup-cots=/memrealm226,memcot226 cotmembershiptests-test226-use-verbose-option=true cotmembershiptests-test226-use-debug-option=false cotmembershiptests-test226-use-long-options=false cotmembershiptests-test226-create-description=Creates a idp metadata template in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test226-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test226-entityid=mementity226 cotmembershiptests-test226-metadatafile=/tmp/mm.xml cotmembershiptests-test226-extendeddatafile=/tmp/xx.xml cotmembershiptests-test226-create-midp=/memrealm226/idp cotmembershiptests-test226-create-msp= cotmembershiptests-test226-create-optionalattributes=-b=test cotmembershiptests-test226-spec=saml2 cotmembershiptests-test226-create-expected-exit-code=0 cotmembershiptests-test226-cot-realm=/memrealm226 cotmembershiptests-test226-cot-name=memcot226 cotmembershiptests-test226-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test226-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test226-importentity-expected-exit-code=0 cotmembershiptests-test226-deleteentity-extendedonly=false cotmembershiptests-test226-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with signing enabled and verbose option cotmembershiptests-test226-deleteentity-message-to-find=Descriptor was deleted for entity, mementity226. cotmembershiptests-test226-deleteentity-expected-exit-code=0 cotmembershiptests-test226-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test226-addcotmember-message-to-find=Entity, mementity226 was added to the circle of trust, memcot226, in realm /memrealm226. cotmembershiptests-test226-addcotmember-expected-exit-code=0 cotmembershiptests-test226-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test226-listcotmembers-message-to-find=mementity226 cotmembershiptests-test226-listcotmembers-expected-exit-code=0 cotmembershiptests-test226-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test226-removecotmember-message-to-find=Entity, mementity226 was removed from the circle of trust, memcot226. cotmembershiptests-test226-removecotmember-expected-exit-code=0 cotmembershiptests-test227-create-setup-realms=/memrealm227 cotmembershiptests-test227-create-setup-cots=/memrealm227,memcot227 cotmembershiptests-test227-use-verbose-option=true cotmembershiptests-test227-use-debug-option=false cotmembershiptests-test227-use-long-options=false cotmembershiptests-test227-create-description=Creates a idp metadata template in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test227-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test227-entityid=mementity227 cotmembershiptests-test227-metadatafile=/tmp/mm.xml cotmembershiptests-test227-extendeddatafile=/tmp/xx.xml cotmembershiptests-test227-create-midp=/memrealm227/idp cotmembershiptests-test227-create-msp= cotmembershiptests-test227-create-optionalattributes=-g=test cotmembershiptests-test227-spec=saml2 cotmembershiptests-test227-create-expected-exit-code=0 cotmembershiptests-test227-cot-realm=/memrealm227 cotmembershiptests-test227-cot-name=memcot227 cotmembershiptests-test227-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test227-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test227-importentity-expected-exit-code=0 cotmembershiptests-test227-deleteentity-extendedonly=false cotmembershiptests-test227-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with encryption enabled and verbose option cotmembershiptests-test227-deleteentity-message-to-find=Descriptor was deleted for entity, mementity227. cotmembershiptests-test227-deleteentity-expected-exit-code=0 cotmembershiptests-test227-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test227-addcotmember-message-to-find=Entity, mementity227 was added to the circle of trust, memcot227, in realm /memrealm227. cotmembershiptests-test227-addcotmember-expected-exit-code=0 cotmembershiptests-test227-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test227-listcotmembers-message-to-find=mementity227 cotmembershiptests-test227-listcotmembers-expected-exit-code=0 cotmembershiptests-test227-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test227-removecotmember-message-to-find=Entity, mementity227 was removed from the circle of trust, memcot227. cotmembershiptests-test227-removecotmember-expected-exit-code=0 cotmembershiptests-test228-create-setup-realms=/memrealm228 cotmembershiptests-test228-create-setup-cots=/memrealm228,memcot228 cotmembershiptests-test228-use-verbose-option=true cotmembershiptests-test228-use-debug-option=false cotmembershiptests-test228-use-long-options=false cotmembershiptests-test228-create-description=Creates a idp metadata template in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test228-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test228-entityid=mementity228 cotmembershiptests-test228-metadatafile=/tmp/mm.xml cotmembershiptests-test228-extendeddatafile=/tmp/xx.xml cotmembershiptests-test228-create-midp=/memrealm228/idp cotmembershiptests-test228-create-msp= cotmembershiptests-test228-create-optionalattributes=-b=test,-g=test cotmembershiptests-test228-spec=saml2 cotmembershiptests-test228-create-expected-exit-code=0 cotmembershiptests-test228-cot-realm=/memrealm228 cotmembershiptests-test228-cot-name=memcot228 cotmembershiptests-test228-importentity-description=Imports the idp metadata template to create a entity in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test228-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test228-importentity-expected-exit-code=0 cotmembershiptests-test228-deleteentity-extendedonly=false cotmembershiptests-test228-deleteentity-description=Deletes the entity in sub realm of idp metadata with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test228-deleteentity-message-to-find=Descriptor was deleted for entity, mementity228. cotmembershiptests-test228-deleteentity-expected-exit-code=0 cotmembershiptests-test228-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 cotmembershiptests-test228-addcotmember-message-to-find=Entity, mementity228 was added to the circle of trust, memcot228, in realm /memrealm228. cotmembershiptests-test228-addcotmember-expected-exit-code=0 cotmembershiptests-test228-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 cotmembershiptests-test228-listcotmembers-message-to-find=mementity228 cotmembershiptests-test228-listcotmembers-expected-exit-code=0 cotmembershiptests-test228-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 cotmembershiptests-test228-removecotmember-message-to-find=Entity, mementity228 was removed from the circle of trust, memcot228. cotmembershiptests-test228-removecotmember-expected-exit-code=0 # signing and encryption testcases of SP in sub realm cotmembershiptests-test229-create-setup-realms=/memrealm229 cotmembershiptests-test229-create-setup-cots=/memrealm229,memcot229 cotmembershiptests-test229-use-verbose-option=false cotmembershiptests-test229-use-debug-option=false cotmembershiptests-test229-use-long-options=false cotmembershiptests-test229-create-description=Creates a sp metadata template in sub realm with saml2 with signing enabled cotmembershiptests-test229-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test229-entityid=mementity229 cotmembershiptests-test229-metadatafile=/tmp/mm.xml cotmembershiptests-test229-extendeddatafile=/tmp/xx.xml cotmembershiptests-test229-create-midp= cotmembershiptests-test229-create-msp=/memrealm229/sp cotmembershiptests-test229-create-optionalattributes=-a=test cotmembershiptests-test229-spec=saml2 cotmembershiptests-test229-create-expected-exit-code=0 cotmembershiptests-test229-cot-realm=/memrealm229 cotmembershiptests-test229-cot-name=memcot229 cotmembershiptests-test229-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with signing enabled cotmembershiptests-test229-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test229-importentity-expected-exit-code=0 cotmembershiptests-test229-deleteentity-extendedonly=false cotmembershiptests-test229-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with signing enabled cotmembershiptests-test229-deleteentity-message-to-find=Descriptor was deleted for entity, mementity229. cotmembershiptests-test229-deleteentity-expected-exit-code=0 cotmembershiptests-test229-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test229-addcotmember-message-to-find=Entity, mementity229 was added to the circle of trust, memcot229, in realm /memrealm229. cotmembershiptests-test229-addcotmember-expected-exit-code=0 cotmembershiptests-test229-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test229-listcotmembers-message-to-find=mementity229 cotmembershiptests-test229-listcotmembers-expected-exit-code=0 cotmembershiptests-test229-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test229-removecotmember-message-to-find=Entity, mementity229 was removed from the circle of trust, memcot229. cotmembershiptests-test229-removecotmember-expected-exit-code=0 cotmembershiptests-test230-create-setup-realms=/memrealm230 cotmembershiptests-test230-create-setup-cots=/memrealm230,memcot230 cotmembershiptests-test230-use-verbose-option=false cotmembershiptests-test230-use-debug-option=false cotmembershiptests-test230-use-long-options=false cotmembershiptests-test230-create-description=Creates a sp metadata template in sub realm with saml2 with encryption enabled cotmembershiptests-test230-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test230-entityid=mementity230 cotmembershiptests-test230-metadatafile=/tmp/mm.xml cotmembershiptests-test230-extendeddatafile=/tmp/xx.xml cotmembershiptests-test230-create-midp= cotmembershiptests-test230-create-msp=/memrealm230/sp cotmembershiptests-test230-create-optionalattributes=-r=test cotmembershiptests-test230-spec=saml2 cotmembershiptests-test230-create-expected-exit-code=0 cotmembershiptests-test230-cot-realm=/memrealm230 cotmembershiptests-test230-cot-name=memcot230 cotmembershiptests-test230-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with encryption enabled cotmembershiptests-test230-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test230-importentity-expected-exit-code=0 cotmembershiptests-test230-deleteentity-extendedonly=false cotmembershiptests-test230-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with encryption enabled cotmembershiptests-test230-deleteentity-message-to-find=Descriptor was deleted for entity, mementity230. cotmembershiptests-test230-deleteentity-expected-exit-code=0 cotmembershiptests-test230-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test230-addcotmember-message-to-find=Entity, mementity230 was added to the circle of trust, memcot230, in realm /memrealm230. cotmembershiptests-test230-addcotmember-expected-exit-code=0 cotmembershiptests-test230-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test230-listcotmembers-message-to-find=mementity230 cotmembershiptests-test230-listcotmembers-expected-exit-code=0 cotmembershiptests-test230-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test230-removecotmember-message-to-find=Entity, mementity230 was removed from the circle of trust, memcot230. cotmembershiptests-test230-removecotmember-expected-exit-code=0 cotmembershiptests-test231-create-setup-realms=/memrealm231 cotmembershiptests-test231-create-setup-cots=/memrealm231,memcot231 cotmembershiptests-test231-use-verbose-option=false cotmembershiptests-test231-use-debug-option=false cotmembershiptests-test231-use-long-options=false cotmembershiptests-test231-create-description=Creates a sp metadata template in sub realm with saml2 with signing and encryption enabled cotmembershiptests-test231-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test231-entityid=mementity231 cotmembershiptests-test231-metadatafile=/tmp/mm.xml cotmembershiptests-test231-extendeddatafile=/tmp/xx.xml cotmembershiptests-test231-create-midp= cotmembershiptests-test231-create-msp=/memrealm231/sp cotmembershiptests-test231-create-optionalattributes=-a=test,-r=test cotmembershiptests-test231-spec=saml2 cotmembershiptests-test231-create-expected-exit-code=0 cotmembershiptests-test231-cot-realm=/memrealm231 cotmembershiptests-test231-cot-name=memcot231 cotmembershiptests-test231-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with signing and encryption enabled cotmembershiptests-test231-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test231-importentity-expected-exit-code=0 cotmembershiptests-test231-deleteentity-extendedonly=false cotmembershiptests-test231-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with signing and encryption enabled cotmembershiptests-test231-deleteentity-message-to-find=Descriptor was deleted for entity, mementity231. cotmembershiptests-test231-deleteentity-expected-exit-code=0 cotmembershiptests-test231-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test231-addcotmember-message-to-find=Entity, mementity231 was added to the circle of trust, memcot231, in realm /memrealm231. cotmembershiptests-test231-addcotmember-expected-exit-code=0 cotmembershiptests-test231-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test231-listcotmembers-message-to-find=mementity231 cotmembershiptests-test231-listcotmembers-expected-exit-code=0 cotmembershiptests-test231-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test231-removecotmember-message-to-find=Entity, mementity231 was removed from the circle of trust, memcot231. cotmembershiptests-test231-removecotmember-expected-exit-code=0 cotmembershiptests-test232-create-setup-realms=/memrealm232 cotmembershiptests-test232-create-setup-cots=/memrealm232,memcot232 cotmembershiptests-test232-use-verbose-option=false cotmembershiptests-test232-use-debug-option=false cotmembershiptests-test232-use-long-options=true cotmembershiptests-test232-create-description=Creates a sp metadata template in sub realm with saml2 with signing enabled and long option cotmembershiptests-test232-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test232-entityid=mementity232 cotmembershiptests-test232-metadatafile=/tmp/mm.xml cotmembershiptests-test232-extendeddatafile=/tmp/xx.xml cotmembershiptests-test232-create-midp= cotmembershiptests-test232-create-msp=/memrealm232/sp cotmembershiptests-test232-create-optionalattributes=--spscertalias=test cotmembershiptests-test232-spec=saml2 cotmembershiptests-test232-create-expected-exit-code=0 cotmembershiptests-test232-cot-realm=/memrealm232 cotmembershiptests-test232-cot-name=memcot232 cotmembershiptests-test232-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with signing enabled and long option cotmembershiptests-test232-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test232-importentity-expected-exit-code=0 cotmembershiptests-test232-deleteentity-extendedonly=false cotmembershiptests-test232-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with signing enabled and long option cotmembershiptests-test232-deleteentity-message-to-find=Descriptor was deleted for entity, mementity232. cotmembershiptests-test232-deleteentity-expected-exit-code=0 cotmembershiptests-test232-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test232-addcotmember-message-to-find=Entity, mementity232 was added to the circle of trust, memcot232, in realm /memrealm232. cotmembershiptests-test232-addcotmember-expected-exit-code=0 cotmembershiptests-test232-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test232-listcotmembers-message-to-find=mementity232 cotmembershiptests-test232-listcotmembers-expected-exit-code=0 cotmembershiptests-test232-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test232-removecotmember-message-to-find=Entity, mementity232 was removed from the circle of trust, memcot232. cotmembershiptests-test232-removecotmember-expected-exit-code=0 cotmembershiptests-test233-create-setup-realms=/memrealm233 cotmembershiptests-test233-create-setup-cots=/memrealm233,memcot233 cotmembershiptests-test233-use-verbose-option=false cotmembershiptests-test233-use-debug-option=false cotmembershiptests-test233-use-long-options=true cotmembershiptests-test233-create-description=Creates a sp metadata template in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test233-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test233-entityid=mementity233 cotmembershiptests-test233-metadatafile=/tmp/mm.xml cotmembershiptests-test233-extendeddatafile=/tmp/xx.xml cotmembershiptests-test233-create-midp= cotmembershiptests-test233-create-msp=/memrealm233/sp cotmembershiptests-test233-create-optionalattributes=--specertalias=test cotmembershiptests-test233-spec=saml2 cotmembershiptests-test233-create-expected-exit-code=0 cotmembershiptests-test233-cot-realm=/memrealm233 cotmembershiptests-test233-cot-name=memcot233 cotmembershiptests-test233-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test233-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test233-importentity-expected-exit-code=0 cotmembershiptests-test233-deleteentity-extendedonly=false cotmembershiptests-test233-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with encryption enabled and long option cotmembershiptests-test233-deleteentity-message-to-find=Descriptor was deleted for entity, mementity233. cotmembershiptests-test233-deleteentity-expected-exit-code=0 cotmembershiptests-test233-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test233-addcotmember-message-to-find=Entity, mementity233 was added to the circle of trust, memcot233, in realm /memrealm233. cotmembershiptests-test233-addcotmember-expected-exit-code=0 cotmembershiptests-test233-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test233-listcotmembers-message-to-find=mementity233 cotmembershiptests-test233-listcotmembers-expected-exit-code=0 cotmembershiptests-test233-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test233-removecotmember-message-to-find=Entity, mementity233 was removed from the circle of trust, memcot233. cotmembershiptests-test233-removecotmember-expected-exit-code=0 cotmembershiptests-test234-create-setup-realms=/memrealm234 cotmembershiptests-test234-create-setup-cots=/memrealm234,memcot234 cotmembershiptests-test234-use-verbose-option=false cotmembershiptests-test234-use-debug-option=false cotmembershiptests-test234-use-long-options=true cotmembershiptests-test234-create-description=Creates a sp metadata template in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test234-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test234-entityid=mementity234 cotmembershiptests-test234-metadatafile=/tmp/mm.xml cotmembershiptests-test234-extendeddatafile=/tmp/xx.xml cotmembershiptests-test234-create-midp= cotmembershiptests-test234-create-msp=/memrealm234/sp cotmembershiptests-test234-create-optionalattributes=--spscertalias=test,--specertalias=test cotmembershiptests-test234-spec=saml2 cotmembershiptests-test234-create-expected-exit-code=0 cotmembershiptests-test234-cot-realm=/memrealm234 cotmembershiptests-test234-cot-name=memcot234 cotmembershiptests-test234-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test234-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test234-importentity-expected-exit-code=0 cotmembershiptests-test234-deleteentity-extendedonly=false cotmembershiptests-test234-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with signing and encryption enabled and long option cotmembershiptests-test234-deleteentity-message-to-find=Descriptor was deleted for entity, mementity234. cotmembershiptests-test234-deleteentity-expected-exit-code=0 cotmembershiptests-test234-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test234-addcotmember-message-to-find=Entity, mementity234 was added to the circle of trust, memcot234, in realm /memrealm234. cotmembershiptests-test234-addcotmember-expected-exit-code=0 cotmembershiptests-test234-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test234-listcotmembers-message-to-find=mementity234 cotmembershiptests-test234-listcotmembers-expected-exit-code=0 cotmembershiptests-test234-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test234-removecotmember-message-to-find=Entity, mementity234 was removed from the circle of trust, memcot234. cotmembershiptests-test234-removecotmember-expected-exit-code=0 cotmembershiptests-test235-create-setup-realms=/memrealm235 cotmembershiptests-test235-create-setup-cots=/memrealm235,memcot235 cotmembershiptests-test235-use-verbose-option=false cotmembershiptests-test235-use-debug-option=true cotmembershiptests-test235-use-long-options=false cotmembershiptests-test235-create-description=Creates a sp metadata template in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test235-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test235-entityid=mementity235 cotmembershiptests-test235-metadatafile=/tmp/mm.xml cotmembershiptests-test235-extendeddatafile=/tmp/xx.xml cotmembershiptests-test235-create-midp= cotmembershiptests-test235-create-msp=/memrealm235/sp cotmembershiptests-test235-create-optionalattributes=-a=test cotmembershiptests-test235-spec=saml2 cotmembershiptests-test235-create-expected-exit-code=0 cotmembershiptests-test235-cot-realm=/memrealm235 cotmembershiptests-test235-cot-name=memcot235 cotmembershiptests-test235-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test235-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test235-importentity-expected-exit-code=0 cotmembershiptests-test235-deleteentity-extendedonly=false cotmembershiptests-test235-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with signing enabled and debug option cotmembershiptests-test235-deleteentity-message-to-find=Descriptor was deleted for entity, mementity235. cotmembershiptests-test235-deleteentity-expected-exit-code=0 cotmembershiptests-test235-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test235-addcotmember-message-to-find=Entity, mementity235 was added to the circle of trust, memcot235, in realm /memrealm235. cotmembershiptests-test235-addcotmember-expected-exit-code=0 cotmembershiptests-test235-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test235-listcotmembers-message-to-find=mementity235 cotmembershiptests-test235-listcotmembers-expected-exit-code=0 cotmembershiptests-test235-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test235-removecotmember-message-to-find=Entity, mementity235 was removed from the circle of trust, memcot235. cotmembershiptests-test235-removecotmember-expected-exit-code=0 cotmembershiptests-test236-create-setup-realms=/memrealm236 cotmembershiptests-test236-create-setup-cots=/memrealm236,memcot236 cotmembershiptests-test236-use-verbose-option=false cotmembershiptests-test236-use-debug-option=true cotmembershiptests-test236-use-long-options=false cotmembershiptests-test236-create-description=Creates a sp metadata template in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test236-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test236-entityid=mementity236 cotmembershiptests-test236-metadatafile=/tmp/mm.xml cotmembershiptests-test236-extendeddatafile=/tmp/xx.xml cotmembershiptests-test236-create-midp= cotmembershiptests-test236-create-msp=/memrealm236/sp cotmembershiptests-test236-create-optionalattributes=-r=test cotmembershiptests-test236-spec=saml2 cotmembershiptests-test236-create-expected-exit-code=0 cotmembershiptests-test236-cot-realm=/memrealm236 cotmembershiptests-test236-cot-name=memcot236 cotmembershiptests-test236-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test236-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test236-importentity-expected-exit-code=0 cotmembershiptests-test236-deleteentity-extendedonly=false cotmembershiptests-test236-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with encryption enabled and debug option cotmembershiptests-test236-deleteentity-message-to-find=Descriptor was deleted for entity, mementity236. cotmembershiptests-test236-deleteentity-expected-exit-code=0 cotmembershiptests-test236-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test236-addcotmember-message-to-find=Entity, mementity236 was added to the circle of trust, memcot236, in realm /memrealm236. cotmembershiptests-test236-addcotmember-expected-exit-code=0 cotmembershiptests-test236-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test236-listcotmembers-message-to-find=mementity236 cotmembershiptests-test236-listcotmembers-expected-exit-code=0 cotmembershiptests-test236-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test236-removecotmember-message-to-find=Entity, mementity236 was removed from the circle of trust, memcot236. cotmembershiptests-test236-removecotmember-expected-exit-code=0 cotmembershiptests-test237-create-setup-realms=/memrealm237 cotmembershiptests-test237-create-setup-cots=/memrealm237,memcot237 cotmembershiptests-test237-use-verbose-option=false cotmembershiptests-test237-use-debug-option=true cotmembershiptests-test237-use-long-options=false cotmembershiptests-test237-create-description=Creates a sp metadata template in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test237-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test237-entityid=mementity237 cotmembershiptests-test237-metadatafile=/tmp/mm.xml cotmembershiptests-test237-extendeddatafile=/tmp/xx.xml cotmembershiptests-test237-create-midp= cotmembershiptests-test237-create-msp=/memrealm237/sp cotmembershiptests-test237-create-optionalattributes=-a=test,-r=test cotmembershiptests-test237-spec=saml2 cotmembershiptests-test237-create-expected-exit-code=0 cotmembershiptests-test237-cot-realm=/memrealm237 cotmembershiptests-test237-cot-name=memcot237 cotmembershiptests-test237-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test237-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test237-importentity-expected-exit-code=0 cotmembershiptests-test237-deleteentity-extendedonly=false cotmembershiptests-test237-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with signing and encryption enabled and debug option cotmembershiptests-test237-deleteentity-message-to-find=Descriptor was deleted for entity, mementity237. cotmembershiptests-test237-deleteentity-expected-exit-code=0 cotmembershiptests-test237-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test237-addcotmember-message-to-find=Entity, mementity237 was added to the circle of trust, memcot237, in realm /memrealm237. cotmembershiptests-test237-addcotmember-expected-exit-code=0 cotmembershiptests-test237-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test237-listcotmembers-message-to-find=mementity237 cotmembershiptests-test237-listcotmembers-expected-exit-code=0 cotmembershiptests-test237-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test237-removecotmember-message-to-find=Entity, mementity237 was removed from the circle of trust, memcot237. cotmembershiptests-test237-removecotmember-expected-exit-code=0 cotmembershiptests-test238-create-setup-realms=/memrealm238 cotmembershiptests-test238-create-setup-cots=/memrealm238,memcot238 cotmembershiptests-test238-use-verbose-option=true cotmembershiptests-test238-use-debug-option=false cotmembershiptests-test238-use-long-options=false cotmembershiptests-test238-create-description=Creates a sp metadata template in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test238-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test238-entityid=mementity238 cotmembershiptests-test238-metadatafile=/tmp/mm.xml cotmembershiptests-test238-extendeddatafile=/tmp/xx.xml cotmembershiptests-test238-create-midp= cotmembershiptests-test238-create-msp=/memrealm238/sp cotmembershiptests-test238-create-optionalattributes=-a=test cotmembershiptests-test238-spec=saml2 cotmembershiptests-test238-create-expected-exit-code=0 cotmembershiptests-test238-cot-realm=/memrealm238 cotmembershiptests-test238-cot-name=memcot238 cotmembershiptests-test238-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test238-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test238-importentity-expected-exit-code=0 cotmembershiptests-test238-deleteentity-extendedonly=false cotmembershiptests-test238-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with signing enabled and verbose option cotmembershiptests-test238-deleteentity-message-to-find=Descriptor was deleted for entity, mementity238. cotmembershiptests-test238-deleteentity-expected-exit-code=0 cotmembershiptests-test238-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test238-addcotmember-message-to-find=Entity, mementity238 was added to the circle of trust, memcot238, in realm /memrealm238. cotmembershiptests-test238-addcotmember-expected-exit-code=0 cotmembershiptests-test238-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test238-listcotmembers-message-to-find=mementity238 cotmembershiptests-test238-listcotmembers-expected-exit-code=0 cotmembershiptests-test238-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test238-removecotmember-message-to-find=Entity, mementity238 was removed from the circle of trust, memcot238. cotmembershiptests-test238-removecotmember-expected-exit-code=0 cotmembershiptests-test239-create-setup-realms=/memrealm239 cotmembershiptests-test239-create-setup-cots=/memrealm239,memcot239 cotmembershiptests-test239-use-verbose-option=true cotmembershiptests-test239-use-debug-option=false cotmembershiptests-test239-use-long-options=false cotmembershiptests-test239-create-description=Creates a sp metadata template in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test239-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test239-entityid=mementity239 cotmembershiptests-test239-metadatafile=/tmp/mm.xml cotmembershiptests-test239-extendeddatafile=/tmp/xx.xml cotmembershiptests-test239-create-midp= cotmembershiptests-test239-create-msp=/memrealm239/sp cotmembershiptests-test239-create-optionalattributes=-r=test cotmembershiptests-test239-spec=saml2 cotmembershiptests-test239-create-expected-exit-code=0 cotmembershiptests-test239-cot-realm=/memrealm239 cotmembershiptests-test239-cot-name=memcot239 cotmembershiptests-test239-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test239-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test239-importentity-expected-exit-code=0 cotmembershiptests-test239-deleteentity-extendedonly=false cotmembershiptests-test239-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with encryption enabled and verbose option cotmembershiptests-test239-deleteentity-message-to-find=Descriptor was deleted for entity, mementity239. cotmembershiptests-test239-deleteentity-expected-exit-code=0 cotmembershiptests-test239-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test239-addcotmember-message-to-find=Entity, mementity239 was added to the circle of trust, memcot239, in realm /memrealm239. cotmembershiptests-test239-addcotmember-expected-exit-code=0 cotmembershiptests-test239-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test239-listcotmembers-message-to-find=mementity239 cotmembershiptests-test239-listcotmembers-expected-exit-code=0 cotmembershiptests-test239-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test239-removecotmember-message-to-find=Entity, mementity239 was removed from the circle of trust, memcot239. cotmembershiptests-test239-removecotmember-expected-exit-code=0 cotmembershiptests-test240-create-setup-realms=/memrealm240 cotmembershiptests-test240-create-setup-cots=/memrealm240,memcot240 cotmembershiptests-test240-use-verbose-option=true cotmembershiptests-test240-use-debug-option=false cotmembershiptests-test240-use-long-options=false cotmembershiptests-test240-create-description=Creates a sp metadata template in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test240-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test240-entityid=mementity240 cotmembershiptests-test240-metadatafile=/tmp/mm.xml cotmembershiptests-test240-extendeddatafile=/tmp/xx.xml cotmembershiptests-test240-create-midp= cotmembershiptests-test240-create-msp=/memrealm240/sp cotmembershiptests-test240-create-optionalattributes=-a=test,-r=test cotmembershiptests-test240-spec=saml2 cotmembershiptests-test240-create-expected-exit-code=0 cotmembershiptests-test240-cot-realm=/memrealm240 cotmembershiptests-test240-cot-name=memcot240 cotmembershiptests-test240-importentity-description=Imports the sp metadata template to create a entity in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test240-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test240-importentity-expected-exit-code=0 cotmembershiptests-test240-deleteentity-extendedonly=false cotmembershiptests-test240-deleteentity-description=Deletes the entity in sub realm of sp metadata with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test240-deleteentity-message-to-find=Descriptor was deleted for entity, mementity240. cotmembershiptests-test240-deleteentity-expected-exit-code=0 cotmembershiptests-test240-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with saml2 cotmembershiptests-test240-addcotmember-message-to-find=Entity, mementity240 was added to the circle of trust, memcot240, in realm /memrealm240. cotmembershiptests-test240-addcotmember-expected-exit-code=0 cotmembershiptests-test240-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with saml2 cotmembershiptests-test240-listcotmembers-message-to-find=mementity240 cotmembershiptests-test240-listcotmembers-expected-exit-code=0 cotmembershiptests-test240-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with saml2 cotmembershiptests-test240-removecotmember-message-to-find=Entity, mementity240 was removed from the circle of trust, memcot240. cotmembershiptests-test240-removecotmember-expected-exit-code=0 # signing and encryption testcases of ATTRIBUTE QUERY with IDP in sub realm cotmembershiptests-test241-create-setup-realms=/memrealm241 cotmembershiptests-test241-create-setup-cots=/memrealm241,memcot241 cotmembershiptests-test241-use-verbose-option=false cotmembershiptests-test241-use-debug-option=false cotmembershiptests-test241-use-long-options=true cotmembershiptests-test241-create-description=Creates a idp metadata template with attribute query in sub realm with saml2 with signing enabled and long option cotmembershiptests-test241-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test241-entityid=mementity241 cotmembershiptests-test241-metadatafile=/tmp/mm.xml cotmembershiptests-test241-extendeddatafile=/tmp/xx.xml cotmembershiptests-test241-create-midp=/memrealm241/idp cotmembershiptests-test241-create-msp= cotmembershiptests-test241-create-optionalattributes=--idpscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test cotmembershiptests-test241-spec=saml2 cotmembershiptests-test241-create-expected-exit-code=0 cotmembershiptests-test241-cot-realm=/memrealm241 cotmembershiptests-test241-cot-name=memcot241 cotmembershiptests-test241-importentity-description=Imports the idp metadata template with attribute query to create a entity in sub realm with saml2 with signing enabled and long option cotmembershiptests-test241-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test241-importentity-expected-exit-code=0 cotmembershiptests-test241-deleteentity-extendedonly=false cotmembershiptests-test241-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute query in saml2 with signing enabled and long option cotmembershiptests-test241-deleteentity-message-to-find=Descriptor was deleted for entity, mementity241. cotmembershiptests-test241-deleteentity-expected-exit-code=0 cotmembershiptests-test241-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test241-addcotmember-message-to-find=Entity, mementity241 was added to the circle of trust, memcot241, in realm /memrealm241. cotmembershiptests-test241-addcotmember-expected-exit-code=0 cotmembershiptests-test241-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test241-listcotmembers-message-to-find=mementity241 cotmembershiptests-test241-listcotmembers-expected-exit-code=0 cotmembershiptests-test241-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test241-removecotmember-message-to-find=Entity, mementity241 was removed from the circle of trust, memcot241. cotmembershiptests-test241-removecotmember-expected-exit-code=0 cotmembershiptests-test242-create-setup-realms=/memrealm242 cotmembershiptests-test242-create-setup-cots=/memrealm242,memcot242 cotmembershiptests-test242-use-verbose-option=false cotmembershiptests-test242-use-debug-option=false cotmembershiptests-test242-use-long-options=true cotmembershiptests-test242-create-description=Creates a idp metadata template with attribute query in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test242-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test242-entityid=mementity242 cotmembershiptests-test242-metadatafile=/tmp/mm.xml cotmembershiptests-test242-extendeddatafile=/tmp/xx.xml cotmembershiptests-test242-create-midp=/memrealm242/idp cotmembershiptests-test242-create-msp= cotmembershiptests-test242-create-optionalattributes=--idpecertalias=test,--attrqueryprovider=attrq,--attrqecertalias=test cotmembershiptests-test242-spec=saml2 cotmembershiptests-test242-create-expected-exit-code=0 cotmembershiptests-test242-cot-realm=/memrealm242 cotmembershiptests-test242-cot-name=memcot242 cotmembershiptests-test242-importentity-description=Imports the idp metadata template with attribute query to create a entity in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test242-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test242-importentity-expected-exit-code=0 cotmembershiptests-test242-deleteentity-extendedonly=false cotmembershiptests-test242-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute query in saml2 with encryption enabled and long option cotmembershiptests-test242-deleteentity-message-to-find=Descriptor was deleted for entity, mementity242. cotmembershiptests-test242-deleteentity-expected-exit-code=0 cotmembershiptests-test242-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test242-addcotmember-message-to-find=Entity, mementity242 was added to the circle of trust, memcot242, in realm /memrealm242. cotmembershiptests-test242-addcotmember-expected-exit-code=0 cotmembershiptests-test242-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test242-listcotmembers-message-to-find=mementity242 cotmembershiptests-test242-listcotmembers-expected-exit-code=0 cotmembershiptests-test242-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test242-removecotmember-message-to-find=Entity, mementity242 was removed from the circle of trust, memcot242. cotmembershiptests-test242-removecotmember-expected-exit-code=0 cotmembershiptests-test243-create-setup-realms=/memrealm243 cotmembershiptests-test243-create-setup-cots=/memrealm243,memcot243 cotmembershiptests-test243-use-verbose-option=false cotmembershiptests-test243-use-debug-option=false cotmembershiptests-test243-use-long-options=true cotmembershiptests-test243-create-description=Creates a idp metadata template with attribute query in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test243-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test243-entityid=mementity243 cotmembershiptests-test243-metadatafile=/tmp/mm.xml cotmembershiptests-test243-extendeddatafile=/tmp/xx.xml cotmembershiptests-test243-create-midp=/memrealm243/idp cotmembershiptests-test243-create-msp= cotmembershiptests-test243-create-optionalattributes=--idpscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test,--attrqecertalias=test,--idpecertalias=test cotmembershiptests-test243-spec=saml2 cotmembershiptests-test243-create-expected-exit-code=0 cotmembershiptests-test243-cot-realm=/memrealm243 cotmembershiptests-test243-cot-name=memcot243 cotmembershiptests-test243-importentity-description=Imports the idp metadata template with attribute query to create a entity in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test243-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test243-importentity-expected-exit-code=0 cotmembershiptests-test243-deleteentity-extendedonly=false cotmembershiptests-test243-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute query in saml2 with signing and encryption enabled and long option cotmembershiptests-test243-deleteentity-message-to-find=Descriptor was deleted for entity, mementity243. cotmembershiptests-test243-deleteentity-expected-exit-code=0 cotmembershiptests-test243-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test243-addcotmember-message-to-find=Entity, mementity243 was added to the circle of trust, memcot243, in realm /memrealm243. cotmembershiptests-test243-addcotmember-expected-exit-code=0 cotmembershiptests-test243-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test243-listcotmembers-message-to-find=mementity243 cotmembershiptests-test243-listcotmembers-expected-exit-code=0 cotmembershiptests-test243-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test243-removecotmember-message-to-find=Entity, mementity243 was removed from the circle of trust, memcot243. cotmembershiptests-test243-removecotmember-expected-exit-code=0 cotmembershiptests-test244-create-setup-realms=/memrealm244 cotmembershiptests-test244-create-setup-cots=/memrealm244,memcot244 cotmembershiptests-test244-use-verbose-option=false cotmembershiptests-test244-use-debug-option=true cotmembershiptests-test244-use-long-options=false cotmembershiptests-test244-create-description=Creates a idp metadata template with attribute query in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test244-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test244-entityid=mementity244 cotmembershiptests-test244-metadatafile=/tmp/mm.xml cotmembershiptests-test244-extendeddatafile=/tmp/xx.xml cotmembershiptests-test244-create-midp=/memrealm244/idp cotmembershiptests-test244-create-msp= cotmembershiptests-test244-create-optionalattributes=-b=test,-S=attrq,-A=test cotmembershiptests-test244-spec=saml2 cotmembershiptests-test244-create-expected-exit-code=0 cotmembershiptests-test244-cot-realm=/memrealm244 cotmembershiptests-test244-cot-name=memcot244 cotmembershiptests-test244-importentity-description=Imports the idp metadata template with attribute query to create a entity in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test244-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test244-importentity-expected-exit-code=0 cotmembershiptests-test244-deleteentity-extendedonly=false cotmembershiptests-test244-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute query in saml2 with signing enabled and debug option cotmembershiptests-test244-deleteentity-message-to-find=Descriptor was deleted for entity, mementity244. cotmembershiptests-test244-deleteentity-expected-exit-code=0 cotmembershiptests-test244-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test244-addcotmember-message-to-find=Entity, mementity244 was added to the circle of trust, memcot244, in realm /memrealm244. cotmembershiptests-test244-addcotmember-expected-exit-code=0 cotmembershiptests-test244-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test244-listcotmembers-message-to-find=mementity244 cotmembershiptests-test244-listcotmembers-expected-exit-code=0 cotmembershiptests-test244-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test244-removecotmember-message-to-find=Entity, mementity244 was removed from the circle of trust, memcot244. cotmembershiptests-test244-removecotmember-expected-exit-code=0 cotmembershiptests-test245-create-setup-realms=/memrealm245 cotmembershiptests-test245-create-setup-cots=/memrealm245,memcot245 cotmembershiptests-test245-use-verbose-option=false cotmembershiptests-test245-use-debug-option=true cotmembershiptests-test245-use-long-options=false cotmembershiptests-test245-create-description=Creates a idp metadata template with attribute query in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test245-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test245-entityid=mementity245 cotmembershiptests-test245-metadatafile=/tmp/mm.xml cotmembershiptests-test245-extendeddatafile=/tmp/xx.xml cotmembershiptests-test245-create-midp=/memrealm245/idp cotmembershiptests-test245-create-msp= cotmembershiptests-test245-create-optionalattributes=-g=test,-S=attrq,-R=test cotmembershiptests-test245-spec=saml2 cotmembershiptests-test245-create-expected-exit-code=0 cotmembershiptests-test245-cot-realm=/memrealm245 cotmembershiptests-test245-cot-name=memcot245 cotmembershiptests-test245-importentity-description=Imports the idp metadata template with attribute query to create a entity in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test245-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test245-importentity-expected-exit-code=0 cotmembershiptests-test245-deleteentity-extendedonly=false cotmembershiptests-test245-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute query in saml2 with encryption enabled and debug option cotmembershiptests-test245-deleteentity-message-to-find=Descriptor was deleted for entity, mementity245. cotmembershiptests-test245-deleteentity-expected-exit-code=0 cotmembershiptests-test245-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test245-addcotmember-message-to-find=Entity, mementity245 was added to the circle of trust, memcot245, in realm /memrealm245. cotmembershiptests-test245-addcotmember-expected-exit-code=0 cotmembershiptests-test245-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test245-listcotmembers-message-to-find=mementity245 cotmembershiptests-test245-listcotmembers-expected-exit-code=0 cotmembershiptests-test245-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test245-removecotmember-message-to-find=Entity, mementity245 was removed from the circle of trust, memcot245. cotmembershiptests-test245-removecotmember-expected-exit-code=0 cotmembershiptests-test246-create-setup-realms=/memrealm246 cotmembershiptests-test246-create-setup-cots=/memrealm246,memcot246 cotmembershiptests-test246-use-verbose-option=false cotmembershiptests-test246-use-debug-option=true cotmembershiptests-test246-use-long-options=false cotmembershiptests-test246-create-description=Creates a idp metadata template with attribute query in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test246-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test246-entityid=mementity246 cotmembershiptests-test246-metadatafile=/tmp/mm.xml cotmembershiptests-test246-extendeddatafile=/tmp/xx.xml cotmembershiptests-test246-create-midp=/memrealm246/idp cotmembershiptests-test246-create-msp= cotmembershiptests-test246-create-optionalattributes=-b=test,-S=attrq,-A=test,-R=test,-g=test cotmembershiptests-test246-spec=saml2 cotmembershiptests-test246-create-expected-exit-code=0 cotmembershiptests-test246-cot-realm=/memrealm246 cotmembershiptests-test246-cot-name=memcot246 cotmembershiptests-test246-importentity-description=Imports the idp metadata template with attribute query to create a entity in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test246-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test246-importentity-expected-exit-code=0 cotmembershiptests-test246-deleteentity-extendedonly=false cotmembershiptests-test246-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute query in saml2 with signing and encryption enabled and debug option cotmembershiptests-test246-deleteentity-message-to-find=Descriptor was deleted for entity, mementity246. cotmembershiptests-test246-deleteentity-expected-exit-code=0 cotmembershiptests-test246-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test246-addcotmember-message-to-find=Entity, mementity246 was added to the circle of trust, memcot246, in realm /memrealm246. cotmembershiptests-test246-addcotmember-expected-exit-code=0 cotmembershiptests-test246-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test246-listcotmembers-message-to-find=mementity246 cotmembershiptests-test246-listcotmembers-expected-exit-code=0 cotmembershiptests-test246-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test246-removecotmember-message-to-find=Entity, mementity246 was removed from the circle of trust, memcot246. cotmembershiptests-test246-removecotmember-expected-exit-code=0 cotmembershiptests-test247-create-setup-realms=/memrealm247 cotmembershiptests-test247-create-setup-cots=/memrealm247,memcot247 cotmembershiptests-test247-use-verbose-option=true cotmembershiptests-test247-use-debug-option=false cotmembershiptests-test247-use-long-options=false cotmembershiptests-test247-create-description=Creates a idp metadata template with attribute query in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test247-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test247-entityid=mementity247 cotmembershiptests-test247-metadatafile=/tmp/mm.xml cotmembershiptests-test247-extendeddatafile=/tmp/xx.xml cotmembershiptests-test247-create-midp=/memrealm247/idp cotmembershiptests-test247-create-msp= cotmembershiptests-test247-create-optionalattributes=-b=test,-S=attrq,-A=test cotmembershiptests-test247-spec=saml2 cotmembershiptests-test247-create-expected-exit-code=0 cotmembershiptests-test247-cot-realm=/memrealm247 cotmembershiptests-test247-cot-name=memcot247 cotmembershiptests-test247-importentity-description=Imports the idp metadata template with attribute query to create a entity in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test247-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test247-importentity-expected-exit-code=0 cotmembershiptests-test247-deleteentity-extendedonly=false cotmembershiptests-test247-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute query in saml2 with signing enabled and verbose option cotmembershiptests-test247-deleteentity-message-to-find=Descriptor was deleted for entity, mementity247. cotmembershiptests-test247-deleteentity-expected-exit-code=0 cotmembershiptests-test247-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test247-addcotmember-message-to-find=Entity, mementity247 was added to the circle of trust, memcot247, in realm /memrealm247. cotmembershiptests-test247-addcotmember-expected-exit-code=0 cotmembershiptests-test247-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test247-listcotmembers-message-to-find=mementity247 cotmembershiptests-test247-listcotmembers-expected-exit-code=0 cotmembershiptests-test247-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test247-removecotmember-message-to-find=Entity, mementity247 was removed from the circle of trust, memcot247. cotmembershiptests-test247-removecotmember-expected-exit-code=0 cotmembershiptests-test248-create-setup-realms=/memrealm248 cotmembershiptests-test248-create-setup-cots=/memrealm248,memcot248 cotmembershiptests-test248-use-verbose-option=true cotmembershiptests-test248-use-debug-option=false cotmembershiptests-test248-use-long-options=false cotmembershiptests-test248-create-description=Creates a idp metadata template with attribute query in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test248-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test248-entityid=mementity248 cotmembershiptests-test248-metadatafile=/tmp/mm.xml cotmembershiptests-test248-extendeddatafile=/tmp/xx.xml cotmembershiptests-test248-create-midp=/memrealm248/idp cotmembershiptests-test248-create-msp= cotmembershiptests-test248-create-optionalattributes=-g=test,-S=attrq,-R=test cotmembershiptests-test248-spec=saml2 cotmembershiptests-test248-create-expected-exit-code=0 cotmembershiptests-test248-cot-realm=/memrealm248 cotmembershiptests-test248-cot-name=memcot248 cotmembershiptests-test248-importentity-description=Imports the idp metadata template with attribute query to create a entity in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test248-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test248-importentity-expected-exit-code=0 cotmembershiptests-test248-deleteentity-extendedonly=false cotmembershiptests-test248-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute query in saml2 with encryption enabled and verbose option cotmembershiptests-test248-deleteentity-message-to-find=Descriptor was deleted for entity, mementity248. cotmembershiptests-test248-deleteentity-expected-exit-code=0 cotmembershiptests-test248-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test248-addcotmember-message-to-find=Entity, mementity248 was added to the circle of trust, memcot248, in realm /memrealm248. cotmembershiptests-test248-addcotmember-expected-exit-code=0 cotmembershiptests-test248-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test248-listcotmembers-message-to-find=mementity248 cotmembershiptests-test248-listcotmembers-expected-exit-code=0 cotmembershiptests-test248-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test248-removecotmember-message-to-find=Entity, mementity248 was removed from the circle of trust, memcot248. cotmembershiptests-test248-removecotmember-expected-exit-code=0 cotmembershiptests-test249-create-setup-realms=/memrealm249 cotmembershiptests-test249-create-setup-cots=/memrealm249,memcot249 cotmembershiptests-test249-use-verbose-option=true cotmembershiptests-test249-use-debug-option=false cotmembershiptests-test249-use-long-options=false cotmembershiptests-test249-create-description=Creates a idp metadata template with attribute query in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test249-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test249-entityid=mementity249 cotmembershiptests-test249-metadatafile=/tmp/mm.xml cotmembershiptests-test249-extendeddatafile=/tmp/xx.xml cotmembershiptests-test249-create-midp=/memrealm249/idp cotmembershiptests-test249-create-msp= cotmembershiptests-test249-create-optionalattributes=-b=test,-S=attrq,-A=test,-R=test,-g=test cotmembershiptests-test249-spec=saml2 cotmembershiptests-test249-create-expected-exit-code=0 cotmembershiptests-test249-cot-realm=/memrealm249 cotmembershiptests-test249-cot-name=memcot249 cotmembershiptests-test249-importentity-description=Imports the idp metadata template with attribute query to create a entity in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test249-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test249-importentity-expected-exit-code=0 cotmembershiptests-test249-deleteentity-extendedonly=false cotmembershiptests-test249-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute query in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test249-deleteentity-message-to-find=Descriptor was deleted for entity, mementity249. cotmembershiptests-test249-deleteentity-expected-exit-code=0 cotmembershiptests-test249-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test249-addcotmember-message-to-find=Entity, mementity249 was added to the circle of trust, memcot249, in realm /memrealm249. cotmembershiptests-test249-addcotmember-expected-exit-code=0 cotmembershiptests-test249-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test249-listcotmembers-message-to-find=mementity249 cotmembershiptests-test249-listcotmembers-expected-exit-code=0 cotmembershiptests-test249-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute query in saml2 cotmembershiptests-test249-removecotmember-message-to-find=Entity, mementity249 was removed from the circle of trust, memcot249. cotmembershiptests-test249-removecotmember-expected-exit-code=0 # signing and encryption testcases of ATTRIBUTE QUERY with SP in sub realm cotmembershiptests-test250-create-setup-realms=/memrealm250 cotmembershiptests-test250-create-setup-cots=/memrealm250,memcot250 cotmembershiptests-test250-use-verbose-option=false cotmembershiptests-test250-use-debug-option=false cotmembershiptests-test250-use-long-options=true cotmembershiptests-test250-create-description=Creates a sp metadata template with attribute query in sub realm with saml2 with signing enabled and long option cotmembershiptests-test250-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test250-entityid=mementity250 cotmembershiptests-test250-metadatafile=/tmp/mm.xml cotmembershiptests-test250-extendeddatafile=/tmp/xx.xml cotmembershiptests-test250-create-midp= cotmembershiptests-test250-create-msp=/memrealm250/sp cotmembershiptests-test250-create-optionalattributes=--spscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test cotmembershiptests-test250-spec=saml2 cotmembershiptests-test250-create-expected-exit-code=0 cotmembershiptests-test250-cot-realm=/memrealm250 cotmembershiptests-test250-cot-name=memcot250 cotmembershiptests-test250-importentity-description=Imports the sp metadata template with attribute query to create a entity in sub realm with saml2 with signing enabled and long option cotmembershiptests-test250-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test250-importentity-expected-exit-code=0 cotmembershiptests-test250-deleteentity-extendedonly=false cotmembershiptests-test250-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute query in saml2 with signing enabled and long option cotmembershiptests-test250-deleteentity-message-to-find=Descriptor was deleted for entity, mementity250. cotmembershiptests-test250-deleteentity-expected-exit-code=0 cotmembershiptests-test250-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test250-addcotmember-message-to-find=Entity, mementity250 was added to the circle of trust, memcot250, in realm /memrealm250. cotmembershiptests-test250-addcotmember-expected-exit-code=0 cotmembershiptests-test250-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test250-listcotmembers-message-to-find=mementity250 cotmembershiptests-test250-listcotmembers-expected-exit-code=0 cotmembershiptests-test250-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test250-removecotmember-message-to-find=Entity, mementity250 was removed from the circle of trust, memcot250. cotmembershiptests-test250-removecotmember-expected-exit-code=0 cotmembershiptests-test251-create-setup-realms=/memrealm251 cotmembershiptests-test251-create-setup-cots=/memrealm251,memcot251 cotmembershiptests-test251-use-verbose-option=false cotmembershiptests-test251-use-debug-option=false cotmembershiptests-test251-use-long-options=true cotmembershiptests-test251-create-description=Creates a sp metadata template with attribute query in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test251-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test251-entityid=mementity251 cotmembershiptests-test251-metadatafile=/tmp/mm.xml cotmembershiptests-test251-extendeddatafile=/tmp/xx.xml cotmembershiptests-test251-create-midp= cotmembershiptests-test251-create-msp=/memrealm251/sp cotmembershiptests-test251-create-optionalattributes=--specertalias=test,--attrqueryprovider=attrq,--attrqecertalias=test cotmembershiptests-test251-spec=saml2 cotmembershiptests-test251-create-expected-exit-code=0 cotmembershiptests-test251-cot-realm=/memrealm251 cotmembershiptests-test251-cot-name=memcot251 cotmembershiptests-test251-importentity-description=Imports the sp metadata template with attribute query to create a entity in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test251-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test251-importentity-expected-exit-code=0 cotmembershiptests-test251-deleteentity-extendedonly=false cotmembershiptests-test251-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute query in saml2 with encryption enabled and long option cotmembershiptests-test251-deleteentity-message-to-find=Descriptor was deleted for entity, mementity251. cotmembershiptests-test251-deleteentity-expected-exit-code=0 cotmembershiptests-test251-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test251-addcotmember-message-to-find=Entity, mementity251 was added to the circle of trust, memcot251, in realm /memrealm251. cotmembershiptests-test251-addcotmember-expected-exit-code=0 cotmembershiptests-test251-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test251-listcotmembers-message-to-find=mementity251 cotmembershiptests-test251-listcotmembers-expected-exit-code=0 cotmembershiptests-test251-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test251-removecotmember-message-to-find=Entity, mementity251 was removed from the circle of trust, memcot251. cotmembershiptests-test251-removecotmember-expected-exit-code=0 cotmembershiptests-test252-create-setup-realms=/memrealm252 cotmembershiptests-test252-create-setup-cots=/memrealm252,memcot252 cotmembershiptests-test252-use-verbose-option=false cotmembershiptests-test252-use-debug-option=false cotmembershiptests-test252-use-long-options=true cotmembershiptests-test252-create-description=Creates a sp metadata template with attribute query in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test252-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test252-entityid=mementity252 cotmembershiptests-test252-metadatafile=/tmp/mm.xml cotmembershiptests-test252-extendeddatafile=/tmp/xx.xml cotmembershiptests-test252-create-midp= cotmembershiptests-test252-create-msp=/memrealm252/sp cotmembershiptests-test252-create-optionalattributes=--spscertalias=test,--attrqueryprovider=attrq,--attrqscertalias=test,--attrqecertalias=test,--specertalias=test cotmembershiptests-test252-spec=saml2 cotmembershiptests-test252-create-expected-exit-code=0 cotmembershiptests-test252-cot-realm=/memrealm252 cotmembershiptests-test252-cot-name=memcot252 cotmembershiptests-test252-importentity-description=Imports the sp metadata template with attribute query to create a entity in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test252-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test252-importentity-expected-exit-code=0 cotmembershiptests-test252-deleteentity-extendedonly=false cotmembershiptests-test252-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute query in saml2 with signing and encryption enabled and long option cotmembershiptests-test252-deleteentity-message-to-find=Descriptor was deleted for entity, mementity252. cotmembershiptests-test252-deleteentity-expected-exit-code=0 cotmembershiptests-test252-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test252-addcotmember-message-to-find=Entity, mementity252 was added to the circle of trust, memcot252, in realm /memrealm252. cotmembershiptests-test252-addcotmember-expected-exit-code=0 cotmembershiptests-test252-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test252-listcotmembers-message-to-find=mementity252 cotmembershiptests-test252-listcotmembers-expected-exit-code=0 cotmembershiptests-test252-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test252-removecotmember-message-to-find=Entity, mementity252 was removed from the circle of trust, memcot252. cotmembershiptests-test252-removecotmember-expected-exit-code=0 cotmembershiptests-test253-create-setup-realms=/memrealm253 cotmembershiptests-test253-create-setup-cots=/memrealm253,memcot253 cotmembershiptests-test253-use-verbose-option=false cotmembershiptests-test253-use-debug-option=true cotmembershiptests-test253-use-long-options=false cotmembershiptests-test253-create-description=Creates a sp metadata template with attribute query in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test253-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test253-entityid=mementity253 cotmembershiptests-test253-metadatafile=/tmp/mm.xml cotmembershiptests-test253-extendeddatafile=/tmp/xx.xml cotmembershiptests-test253-create-midp= cotmembershiptests-test253-create-msp=/memrealm253/sp cotmembershiptests-test253-create-optionalattributes=-a=test,-S=attrq,-A=test cotmembershiptests-test253-spec=saml2 cotmembershiptests-test253-create-expected-exit-code=0 cotmembershiptests-test253-cot-realm=/memrealm253 cotmembershiptests-test253-cot-name=memcot253 cotmembershiptests-test253-importentity-description=Imports the sp metadata template with attribute query to create a entity in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test253-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test253-importentity-expected-exit-code=0 cotmembershiptests-test253-deleteentity-extendedonly=false cotmembershiptests-test253-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute query in saml2 with signing enabled and debug option cotmembershiptests-test253-deleteentity-message-to-find=Descriptor was deleted for entity, mementity253. cotmembershiptests-test253-deleteentity-expected-exit-code=0 cotmembershiptests-test253-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test253-addcotmember-message-to-find=Entity, mementity253 was added to the circle of trust, memcot253, in realm /memrealm253. cotmembershiptests-test253-addcotmember-expected-exit-code=0 cotmembershiptests-test253-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test253-listcotmembers-message-to-find=mementity253 cotmembershiptests-test253-listcotmembers-expected-exit-code=0 cotmembershiptests-test253-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test253-removecotmember-message-to-find=Entity, mementity253 was removed from the circle of trust, memcot253. cotmembershiptests-test253-removecotmember-expected-exit-code=0 cotmembershiptests-test254-create-setup-realms=/memrealm254 cotmembershiptests-test254-create-setup-cots=/memrealm254,memcot254 cotmembershiptests-test254-use-verbose-option=false cotmembershiptests-test254-use-debug-option=true cotmembershiptests-test254-use-long-options=false cotmembershiptests-test254-create-description=Creates a sp metadata template with attribute query in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test254-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test254-entityid=mementity254 cotmembershiptests-test254-metadatafile=/tmp/mm.xml cotmembershiptests-test254-extendeddatafile=/tmp/xx.xml cotmembershiptests-test254-create-midp= cotmembershiptests-test254-create-msp=/memrealm254/sp cotmembershiptests-test254-create-optionalattributes=-r=test,-S=attrq,-R=test cotmembershiptests-test254-spec=saml2 cotmembershiptests-test254-create-expected-exit-code=0 cotmembershiptests-test254-cot-realm=/memrealm254 cotmembershiptests-test254-cot-name=memcot254 cotmembershiptests-test254-importentity-description=Imports the sp metadata template with attribute query to create a entity in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test254-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test254-importentity-expected-exit-code=0 cotmembershiptests-test254-deleteentity-extendedonly=false cotmembershiptests-test254-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute query in saml2 with encryption enabled and debug option cotmembershiptests-test254-deleteentity-message-to-find=Descriptor was deleted for entity, mementity254. cotmembershiptests-test254-deleteentity-expected-exit-code=0 cotmembershiptests-test254-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test254-addcotmember-message-to-find=Entity, mementity254 was added to the circle of trust, memcot254, in realm /memrealm254. cotmembershiptests-test254-addcotmember-expected-exit-code=0 cotmembershiptests-test254-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test254-listcotmembers-message-to-find=mementity254 cotmembershiptests-test254-listcotmembers-expected-exit-code=0 cotmembershiptests-test254-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test254-removecotmember-message-to-find=Entity, mementity254 was removed from the circle of trust, memcot254. cotmembershiptests-test254-removecotmember-expected-exit-code=0 cotmembershiptests-test255-create-setup-realms=/memrealm255 cotmembershiptests-test255-create-setup-cots=/memrealm255,memcot255 cotmembershiptests-test255-use-verbose-option=false cotmembershiptests-test255-use-debug-option=true cotmembershiptests-test255-use-long-options=false cotmembershiptests-test255-create-description=Creates a sp metadata template with attribute query in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test255-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test255-entityid=mementity255 cotmembershiptests-test255-metadatafile=/tmp/mm.xml cotmembershiptests-test255-extendeddatafile=/tmp/xx.xml cotmembershiptests-test255-create-midp= cotmembershiptests-test255-create-msp=/memrealm255/sp cotmembershiptests-test255-create-optionalattributes=-a=test,-S=attrq,-A=test,-R=test,-r=test cotmembershiptests-test255-spec=saml2 cotmembershiptests-test255-create-expected-exit-code=0 cotmembershiptests-test255-cot-realm=/memrealm255 cotmembershiptests-test255-cot-name=memcot255 cotmembershiptests-test255-importentity-description=Imports the sp metadata template with attribute query to create a entity in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test255-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test255-importentity-expected-exit-code=0 cotmembershiptests-test255-deleteentity-extendedonly=false cotmembershiptests-test255-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute query in saml2 with signing and encryption enabled and debug option cotmembershiptests-test255-deleteentity-message-to-find=Descriptor was deleted for entity, mementity255. cotmembershiptests-test255-deleteentity-expected-exit-code=0 cotmembershiptests-test255-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test255-addcotmember-message-to-find=Entity, mementity255 was added to the circle of trust, memcot255, in realm /memrealm255. cotmembershiptests-test255-addcotmember-expected-exit-code=0 cotmembershiptests-test255-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test255-listcotmembers-message-to-find=mementity255 cotmembershiptests-test255-listcotmembers-expected-exit-code=0 cotmembershiptests-test255-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test255-removecotmember-message-to-find=Entity, mementity255 was removed from the circle of trust, memcot255. cotmembershiptests-test255-removecotmember-expected-exit-code=0 cotmembershiptests-test256-create-setup-realms=/memrealm256 cotmembershiptests-test256-create-setup-cots=/memrealm256,memcot256 cotmembershiptests-test256-use-verbose-option=true cotmembershiptests-test256-use-debug-option=false cotmembershiptests-test256-use-long-options=false cotmembershiptests-test256-create-description=Creates a sp metadata template with attribute query in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test256-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test256-entityid=mementity256 cotmembershiptests-test256-metadatafile=/tmp/mm.xml cotmembershiptests-test256-extendeddatafile=/tmp/xx.xml cotmembershiptests-test256-create-midp= cotmembershiptests-test256-create-msp=/memrealm256/sp cotmembershiptests-test256-create-optionalattributes=-a=test,-S=attrq,-A=test cotmembershiptests-test256-spec=saml2 cotmembershiptests-test256-create-expected-exit-code=0 cotmembershiptests-test256-cot-realm=/memrealm256 cotmembershiptests-test256-cot-name=memcot256 cotmembershiptests-test256-importentity-description=Imports the sp metadata template with attribute query to create a entity in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test256-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test256-importentity-expected-exit-code=0 cotmembershiptests-test256-deleteentity-extendedonly=false cotmembershiptests-test256-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute query in saml2 with signing enabled and verbose option cotmembershiptests-test256-deleteentity-message-to-find=Descriptor was deleted for entity, mementity256. cotmembershiptests-test256-deleteentity-expected-exit-code=0 cotmembershiptests-test256-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test256-addcotmember-message-to-find=Entity, mementity256 was added to the circle of trust, memcot256, in realm /memrealm256. cotmembershiptests-test256-addcotmember-expected-exit-code=0 cotmembershiptests-test256-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test256-listcotmembers-message-to-find=mementity256 cotmembershiptests-test256-listcotmembers-expected-exit-code=0 cotmembershiptests-test256-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test256-removecotmember-message-to-find=Entity, mementity256 was removed from the circle of trust, memcot256. cotmembershiptests-test256-removecotmember-expected-exit-code=0 cotmembershiptests-test257-create-setup-realms=/memrealm257 cotmembershiptests-test257-create-setup-cots=/memrealm257,memcot257 cotmembershiptests-test257-use-verbose-option=true cotmembershiptests-test257-use-debug-option=false cotmembershiptests-test257-use-long-options=false cotmembershiptests-test257-create-description=Creates a sp metadata template with attribute query in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test257-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test257-entityid=mementity257 cotmembershiptests-test257-metadatafile=/tmp/mm.xml cotmembershiptests-test257-extendeddatafile=/tmp/xx.xml cotmembershiptests-test257-create-midp= cotmembershiptests-test257-create-msp=/memrealm257/sp cotmembershiptests-test257-create-optionalattributes=-r=test,-S=attrq,-R=test cotmembershiptests-test257-spec=saml2 cotmembershiptests-test257-create-expected-exit-code=0 cotmembershiptests-test257-cot-realm=/memrealm257 cotmembershiptests-test257-cot-name=memcot257 cotmembershiptests-test257-importentity-description=Imports the sp metadata template with attribute query to create a entity in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test257-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test257-importentity-expected-exit-code=0 cotmembershiptests-test257-deleteentity-extendedonly=false cotmembershiptests-test257-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute query in saml2 with encryption enabled and verbose option cotmembershiptests-test257-deleteentity-message-to-find=Descriptor was deleted for entity, mementity257. cotmembershiptests-test257-deleteentity-expected-exit-code=0 cotmembershiptests-test257-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test257-addcotmember-message-to-find=Entity, mementity257 was added to the circle of trust, memcot257, in realm /memrealm257. cotmembershiptests-test257-addcotmember-expected-exit-code=0 cotmembershiptests-test257-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test257-listcotmembers-message-to-find=mementity257 cotmembershiptests-test257-listcotmembers-expected-exit-code=0 cotmembershiptests-test257-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test257-removecotmember-message-to-find=Entity, mementity257 was removed from the circle of trust, memcot257. cotmembershiptests-test257-removecotmember-expected-exit-code=0 cotmembershiptests-test258-create-setup-realms=/memrealm258 cotmembershiptests-test258-create-setup-cots=/memrealm258,memcot258 cotmembershiptests-test258-use-verbose-option=true cotmembershiptests-test258-use-debug-option=false cotmembershiptests-test258-use-long-options=false cotmembershiptests-test258-create-description=Creates a sp metadata template with attribute query in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test258-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test258-entityid=mementity258 cotmembershiptests-test258-metadatafile=/tmp/mm.xml cotmembershiptests-test258-extendeddatafile=/tmp/xx.xml cotmembershiptests-test258-create-midp= cotmembershiptests-test258-create-msp=/memrealm258/sp cotmembershiptests-test258-create-optionalattributes=-a=test,-S=attrq,-A=test,-R=test,-r=test cotmembershiptests-test258-spec=saml2 cotmembershiptests-test258-create-expected-exit-code=0 cotmembershiptests-test258-cot-realm=/memrealm258 cotmembershiptests-test258-cot-name=memcot258 cotmembershiptests-test258-importentity-description=Imports the sp metadata template with attribute query to create a entity in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test258-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test258-importentity-expected-exit-code=0 cotmembershiptests-test258-deleteentity-extendedonly=false cotmembershiptests-test258-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute query in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test258-deleteentity-message-to-find=Descriptor was deleted for entity, mementity258. cotmembershiptests-test258-deleteentity-expected-exit-code=0 cotmembershiptests-test258-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test258-addcotmember-message-to-find=Entity, mementity258 was added to the circle of trust, memcot258, in realm /memrealm258. cotmembershiptests-test258-addcotmember-expected-exit-code=0 cotmembershiptests-test258-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test258-listcotmembers-message-to-find=mementity258 cotmembershiptests-test258-listcotmembers-expected-exit-code=0 cotmembershiptests-test258-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute query in saml2 cotmembershiptests-test258-removecotmember-message-to-find=Entity, mementity258 was removed from the circle of trust, memcot258. cotmembershiptests-test258-removecotmember-expected-exit-code=0 # signing and encryption testcases of ATTRIBUTE AUTHORITY with IDP in sub realm cotmembershiptests-test259-create-setup-realms=/realm259 cotmembershiptests-test259-create-setup-cots=/realm259,memcot259 cotmembershiptests-test259-use-verbose-option=false cotmembershiptests-test259-use-debug-option=false cotmembershiptests-test259-use-long-options=true cotmembershiptests-test259-create-description=Creates a idp metadata template with attribute authority in sub realm with saml2 with signing enabled and long option cotmembershiptests-test259-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test259-entityid=mementity259 cotmembershiptests-test259-metadatafile=/tmp/mm.xml cotmembershiptests-test259-extendeddatafile=/tmp/xx.xml cotmembershiptests-test259-create-midp=/realm259/idp cotmembershiptests-test259-create-msp= cotmembershiptests-test259-create-optionalattributes=--idpscertalias=test,--attrauthority=attrau,--attrascertalias=test cotmembershiptests-test259-spec=saml2 cotmembershiptests-test259-create-expected-exit-code=0 cotmembershiptests-test259-cot-realm=/realm259 cotmembershiptests-test259-cot-name=memcot259 cotmembershiptests-test259-importentity-description=Imports the idp metadata template with attribute authority to create a entity in sub realm with saml2 with signing enabled and long option cotmembershiptests-test259-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test259-importentity-expected-exit-code=0 cotmembershiptests-test259-deleteentity-extendedonly=false cotmembershiptests-test259-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute authority in saml2 with signing enabled and long option cotmembershiptests-test259-deleteentity-message-to-find=Descriptor was deleted for entity, mementity259. cotmembershiptests-test259-deleteentity-expected-exit-code=0 cotmembershiptests-test259-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test259-addcotmember-message-to-find=Entity, mementity259 was added to the circle of trust, memcot259, in realm /realm259. cotmembershiptests-test259-addcotmember-expected-exit-code=0 cotmembershiptests-test259-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test259-listcotmembers-message-to-find=mementity259 cotmembershiptests-test259-listcotmembers-expected-exit-code=0 cotmembershiptests-test259-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test259-removecotmember-message-to-find=Entity, mementity259 was removed from the circle of trust, memcot259. cotmembershiptests-test259-removecotmember-expected-exit-code=0 cotmembershiptests-test260-create-setup-realms=/realm260 cotmembershiptests-test260-create-setup-cots=/realm260,memcot260 cotmembershiptests-test260-use-verbose-option=false cotmembershiptests-test260-use-debug-option=false cotmembershiptests-test260-use-long-options=true cotmembershiptests-test260-create-description=Creates a idp metadata template with attribute authority in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test260-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test260-entityid=mementity260 cotmembershiptests-test260-metadatafile=/tmp/mm.xml cotmembershiptests-test260-extendeddatafile=/tmp/xx.xml cotmembershiptests-test260-create-midp=/realm260/idp cotmembershiptests-test260-create-msp= cotmembershiptests-test260-create-optionalattributes=--idpecertalias=test,--attrauthority=attrau,--attraecertalias=test cotmembershiptests-test260-spec=saml2 cotmembershiptests-test260-create-expected-exit-code=0 cotmembershiptests-test260-cot-realm=/realm260 cotmembershiptests-test260-cot-name=memcot260 cotmembershiptests-test260-importentity-description=Imports the idp metadata template with attribute authority to create a entity in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test260-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test260-importentity-expected-exit-code=0 cotmembershiptests-test260-deleteentity-extendedonly=false cotmembershiptests-test260-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute authority in saml2 with encryption enabled and long option cotmembershiptests-test260-deleteentity-message-to-find=Descriptor was deleted for entity, mementity260. cotmembershiptests-test260-deleteentity-expected-exit-code=0 cotmembershiptests-test260-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test260-addcotmember-message-to-find=Entity, mementity260 was added to the circle of trust, memcot260, in realm /realm260. cotmembershiptests-test260-addcotmember-expected-exit-code=0 cotmembershiptests-test260-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test260-listcotmembers-message-to-find=mementity260 cotmembershiptests-test260-listcotmembers-expected-exit-code=0 cotmembershiptests-test260-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test260-removecotmember-message-to-find=Entity, mementity260 was removed from the circle of trust, memcot260. cotmembershiptests-test260-removecotmember-expected-exit-code=0 cotmembershiptests-test261-create-setup-realms=/realm261 cotmembershiptests-test261-create-setup-cots=/realm261,memcot261 cotmembershiptests-test261-use-verbose-option=false cotmembershiptests-test261-use-debug-option=false cotmembershiptests-test261-use-long-options=true cotmembershiptests-test261-create-description=Creates a idp metadata template with attribute authority in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test261-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test261-entityid=mementity261 cotmembershiptests-test261-metadatafile=/tmp/mm.xml cotmembershiptests-test261-extendeddatafile=/tmp/xx.xml cotmembershiptests-test261-create-midp=/realm261/idp cotmembershiptests-test261-create-msp= cotmembershiptests-test261-create-optionalattributes=--idpscertalias=test,--attrauthority=attrau,--attrascertalias=test,--attraecertalias=test,--idpecertalias=test cotmembershiptests-test261-spec=saml2 cotmembershiptests-test261-create-expected-exit-code=0 cotmembershiptests-test261-cot-realm=/realm261 cotmembershiptests-test261-cot-name=memcot261 cotmembershiptests-test261-importentity-description=Imports the idp metadata template with attribute authority to create a entity in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test261-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test261-importentity-expected-exit-code=0 cotmembershiptests-test261-deleteentity-extendedonly=false cotmembershiptests-test261-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute authority in saml2 with signing and encryption enabled and long option cotmembershiptests-test261-deleteentity-message-to-find=Descriptor was deleted for entity, mementity261. cotmembershiptests-test261-deleteentity-expected-exit-code=0 cotmembershiptests-test261-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test261-addcotmember-message-to-find=Entity, mementity261 was added to the circle of trust, memcot261, in realm /realm261. cotmembershiptests-test261-addcotmember-expected-exit-code=0 cotmembershiptests-test261-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test261-listcotmembers-message-to-find=mementity261 cotmembershiptests-test261-listcotmembers-expected-exit-code=0 cotmembershiptests-test261-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test261-removecotmember-message-to-find=Entity, mementity261 was removed from the circle of trust, memcot261. cotmembershiptests-test261-removecotmember-expected-exit-code=0 cotmembershiptests-test262-create-setup-realms=/realm262 cotmembershiptests-test262-create-setup-cots=/realm262,memcot262 cotmembershiptests-test262-use-verbose-option=false cotmembershiptests-test262-use-debug-option=true cotmembershiptests-test262-use-long-options=false cotmembershiptests-test262-create-description=Creates a idp metadata template with attribute authority in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test262-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test262-entityid=mementity262 cotmembershiptests-test262-metadatafile=/tmp/mm.xml cotmembershiptests-test262-extendeddatafile=/tmp/xx.xml cotmembershiptests-test262-create-midp=/realm262/idp cotmembershiptests-test262-create-msp= cotmembershiptests-test262-create-optionalattributes=-b=test,-I=attrau,-B=test cotmembershiptests-test262-spec=saml2 cotmembershiptests-test262-create-expected-exit-code=0 cotmembershiptests-test262-cot-realm=/realm262 cotmembershiptests-test262-cot-name=memcot262 cotmembershiptests-test262-importentity-description=Imports the idp metadata template with attribute authority to create a entity in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test262-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test262-importentity-expected-exit-code=0 cotmembershiptests-test262-deleteentity-extendedonly=false cotmembershiptests-test262-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute authority in saml2 with signing enabled and debug option cotmembershiptests-test262-deleteentity-message-to-find=Descriptor was deleted for entity, mementity262. cotmembershiptests-test262-deleteentity-expected-exit-code=0 cotmembershiptests-test262-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test262-addcotmember-message-to-find=Entity, mementity262 was added to the circle of trust, memcot262, in realm /realm262. cotmembershiptests-test262-addcotmember-expected-exit-code=0 cotmembershiptests-test262-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test262-listcotmembers-message-to-find=mementity262 cotmembershiptests-test262-listcotmembers-expected-exit-code=0 cotmembershiptests-test262-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test262-removecotmember-message-to-find=Entity, mementity262 was removed from the circle of trust, memcot262. cotmembershiptests-test262-removecotmember-expected-exit-code=0 cotmembershiptests-test263-create-setup-realms=/realm263 cotmembershiptests-test263-create-setup-cots=/realm263,memcot263 cotmembershiptests-test263-use-verbose-option=false cotmembershiptests-test263-use-debug-option=true cotmembershiptests-test263-use-long-options=false cotmembershiptests-test263-create-description=Creates a idp metadata template with attribute authority in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test263-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test263-entityid=mementity263 cotmembershiptests-test263-metadatafile=/tmp/mm.xml cotmembershiptests-test263-extendeddatafile=/tmp/xx.xml cotmembershiptests-test263-create-midp=/realm263/idp cotmembershiptests-test263-create-msp= cotmembershiptests-test263-create-optionalattributes=-g=test,-I=attrau,-G=test cotmembershiptests-test263-spec=saml2 cotmembershiptests-test263-create-expected-exit-code=0 cotmembershiptests-test263-cot-realm=/realm263 cotmembershiptests-test263-cot-name=memcot263 cotmembershiptests-test263-importentity-description=Imports the idp metadata template with attribute authority to create a entity in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test263-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test263-importentity-expected-exit-code=0 cotmembershiptests-test263-deleteentity-extendedonly=false cotmembershiptests-test263-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute authority in saml2 with encryption enabled and debug option cotmembershiptests-test263-deleteentity-message-to-find=Descriptor was deleted for entity, mementity263. cotmembershiptests-test263-deleteentity-expected-exit-code=0 cotmembershiptests-test263-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test263-addcotmember-message-to-find=Entity, mementity263 was added to the circle of trust, memcot263, in realm /realm263. cotmembershiptests-test263-addcotmember-expected-exit-code=0 cotmembershiptests-test263-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test263-listcotmembers-message-to-find=mementity263 cotmembershiptests-test263-listcotmembers-expected-exit-code=0 cotmembershiptests-test263-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test263-removecotmember-message-to-find=Entity, mementity263 was removed from the circle of trust, memcot263. cotmembershiptests-test263-removecotmember-expected-exit-code=0 cotmembershiptests-test264-create-setup-realms=/realm264 cotmembershiptests-test264-create-setup-cots=/realm264,memcot264 cotmembershiptests-test264-use-verbose-option=false cotmembershiptests-test264-use-debug-option=true cotmembershiptests-test264-use-long-options=false cotmembershiptests-test264-create-description=Creates a idp metadata template with attribute authority in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test264-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test264-entityid=mementity264 cotmembershiptests-test264-metadatafile=/tmp/mm.xml cotmembershiptests-test264-extendeddatafile=/tmp/xx.xml cotmembershiptests-test264-create-midp=/realm264/idp cotmembershiptests-test264-create-msp= cotmembershiptests-test264-create-optionalattributes=-b=test,-I=attrau,-B=test,-G=test,-g=test cotmembershiptests-test264-spec=saml2 cotmembershiptests-test264-create-expected-exit-code=0 cotmembershiptests-test264-cot-realm=/realm264 cotmembershiptests-test264-cot-name=memcot264 cotmembershiptests-test264-importentity-description=Imports the idp metadata template with attribute authority to create a entity in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test264-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test264-importentity-expected-exit-code=0 cotmembershiptests-test264-deleteentity-extendedonly=false cotmembershiptests-test264-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute authority in saml2 with signing and encryption enabled and debug option cotmembershiptests-test264-deleteentity-message-to-find=Descriptor was deleted for entity, mementity264. cotmembershiptests-test264-deleteentity-expected-exit-code=0 cotmembershiptests-test264-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test264-addcotmember-message-to-find=Entity, mementity264 was added to the circle of trust, memcot264, in realm /realm264. cotmembershiptests-test264-addcotmember-expected-exit-code=0 cotmembershiptests-test264-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test264-listcotmembers-message-to-find=mementity264 cotmembershiptests-test264-listcotmembers-expected-exit-code=0 cotmembershiptests-test264-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test264-removecotmember-message-to-find=Entity, mementity264 was removed from the circle of trust, memcot264. cotmembershiptests-test264-removecotmember-expected-exit-code=0 cotmembershiptests-test265-create-setup-realms=/realm265 cotmembershiptests-test265-create-setup-cots=/realm265,memcot265 cotmembershiptests-test265-use-verbose-option=true cotmembershiptests-test265-use-debug-option=false cotmembershiptests-test265-use-long-options=false cotmembershiptests-test265-create-description=Creates a idp metadata template with attribute authority in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test265-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test265-entityid=mementity265 cotmembershiptests-test265-metadatafile=/tmp/mm.xml cotmembershiptests-test265-extendeddatafile=/tmp/xx.xml cotmembershiptests-test265-create-midp=/realm265/idp cotmembershiptests-test265-create-msp= cotmembershiptests-test265-create-optionalattributes=-b=test,-I=attrau,-B=test cotmembershiptests-test265-spec=saml2 cotmembershiptests-test265-create-expected-exit-code=0 cotmembershiptests-test265-cot-realm=/realm265 cotmembershiptests-test265-cot-name=memcot265 cotmembershiptests-test265-importentity-description=Imports the idp metadata template with attribute authority to create a entity in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test265-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test265-importentity-expected-exit-code=0 cotmembershiptests-test265-deleteentity-extendedonly=false cotmembershiptests-test265-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute authority in saml2 with signing enabled and verbose option cotmembershiptests-test265-deleteentity-message-to-find=Descriptor was deleted for entity, mementity265. cotmembershiptests-test265-deleteentity-expected-exit-code=0 cotmembershiptests-test265-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test265-addcotmember-message-to-find=Entity, mementity265 was added to the circle of trust, memcot265, in realm /realm265. cotmembershiptests-test265-addcotmember-expected-exit-code=0 cotmembershiptests-test265-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test265-listcotmembers-message-to-find=mementity265 cotmembershiptests-test265-listcotmembers-expected-exit-code=0 cotmembershiptests-test265-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test265-removecotmember-message-to-find=Entity, mementity265 was removed from the circle of trust, memcot265. cotmembershiptests-test265-removecotmember-expected-exit-code=0 cotmembershiptests-test266-create-setup-realms=/realm266 cotmembershiptests-test266-create-setup-cots=/realm266,memcot266 cotmembershiptests-test266-use-verbose-option=true cotmembershiptests-test266-use-debug-option=false cotmembershiptests-test266-use-long-options=false cotmembershiptests-test266-create-description=Creates a idp metadata template with attribute authority in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test266-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test266-entityid=mementity266 cotmembershiptests-test266-metadatafile=/tmp/mm.xml cotmembershiptests-test266-extendeddatafile=/tmp/xx.xml cotmembershiptests-test266-create-midp=/realm266/idp cotmembershiptests-test266-create-msp= cotmembershiptests-test266-create-optionalattributes=-g=test,-I=attrau,-G=test cotmembershiptests-test266-spec=saml2 cotmembershiptests-test266-create-expected-exit-code=0 cotmembershiptests-test266-cot-realm=/realm266 cotmembershiptests-test266-cot-name=memcot266 cotmembershiptests-test266-importentity-description=Imports the idp metadata template with attribute authority to create a entity in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test266-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test266-importentity-expected-exit-code=0 cotmembershiptests-test266-deleteentity-extendedonly=false cotmembershiptests-test266-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute authority in saml2 with encryption enabled and verbose option cotmembershiptests-test266-deleteentity-message-to-find=Descriptor was deleted for entity, mementity266. cotmembershiptests-test266-deleteentity-expected-exit-code=0 cotmembershiptests-test266-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test266-addcotmember-message-to-find=Entity, mementity266 was added to the circle of trust, memcot266, in realm /realm266. cotmembershiptests-test266-addcotmember-expected-exit-code=0 cotmembershiptests-test266-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test266-listcotmembers-message-to-find=mementity266 cotmembershiptests-test266-listcotmembers-expected-exit-code=0 cotmembershiptests-test266-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test266-removecotmember-message-to-find=Entity, mementity266 was removed from the circle of trust, memcot266. cotmembershiptests-test266-removecotmember-expected-exit-code=0 cotmembershiptests-test267-create-setup-realms=/realm267 cotmembershiptests-test267-create-setup-cots=/realm267,memcot267 cotmembershiptests-test267-use-verbose-option=true cotmembershiptests-test267-use-debug-option=false cotmembershiptests-test267-use-long-options=false cotmembershiptests-test267-create-description=Creates a idp metadata template with attribute authority in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test267-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test267-entityid=mementity267 cotmembershiptests-test267-metadatafile=/tmp/mm.xml cotmembershiptests-test267-extendeddatafile=/tmp/xx.xml cotmembershiptests-test267-create-midp=/realm267/idp cotmembershiptests-test267-create-msp= cotmembershiptests-test267-create-optionalattributes=-b=test,-I=attrau,-B=test,-G=test,-g=test cotmembershiptests-test267-spec=saml2 cotmembershiptests-test267-create-expected-exit-code=0 cotmembershiptests-test267-cot-realm=/realm267 cotmembershiptests-test267-cot-name=memcot267 cotmembershiptests-test267-importentity-description=Imports the idp metadata template with attribute authority to create a entity in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test267-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test267-importentity-expected-exit-code=0 cotmembershiptests-test267-deleteentity-extendedonly=false cotmembershiptests-test267-deleteentity-description=Deletes the entity in sub realm of idp metadata with attribute authority in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test267-deleteentity-message-to-find=Descriptor was deleted for entity, mementity267. cotmembershiptests-test267-deleteentity-expected-exit-code=0 cotmembershiptests-test267-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test267-addcotmember-message-to-find=Entity, mementity267 was added to the circle of trust, memcot267, in realm /realm267. cotmembershiptests-test267-addcotmember-expected-exit-code=0 cotmembershiptests-test267-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test267-listcotmembers-message-to-find=mementity267 cotmembershiptests-test267-listcotmembers-expected-exit-code=0 cotmembershiptests-test267-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with attribute authority in saml2 cotmembershiptests-test267-removecotmember-message-to-find=Entity, mementity267 was removed from the circle of trust, memcot267. cotmembershiptests-test267-removecotmember-expected-exit-code=0 # signing and encryption testcases of ATTRIBUTE AUTHORITY with SP in sub realm cotmembershiptests-test268-create-setup-realms=/realm268 cotmembershiptests-test268-create-setup-cots=/realm268,memcot268 cotmembershiptests-test268-use-verbose-option=false cotmembershiptests-test268-use-debug-option=false cotmembershiptests-test268-use-long-options=true cotmembershiptests-test268-create-description=Creates a sp metadata template with attribute authority in sub realm with saml2 with signing enabled and long option cotmembershiptests-test268-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test268-entityid=mementity268 cotmembershiptests-test268-metadatafile=/tmp/mm.xml cotmembershiptests-test268-extendeddatafile=/tmp/xx.xml cotmembershiptests-test268-create-midp= cotmembershiptests-test268-create-msp=/realm268/sp cotmembershiptests-test268-create-optionalattributes=--spscertalias=test,--attrauthority=attrau,--attrascertalias=test cotmembershiptests-test268-spec=saml2 cotmembershiptests-test268-create-expected-exit-code=0 cotmembershiptests-test268-cot-realm=/realm268 cotmembershiptests-test268-cot-name=memcot268 cotmembershiptests-test268-importentity-description=Imports the sp metadata template with attribute authority to create a entity in sub realm with saml2 with signing enabled and long option cotmembershiptests-test268-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test268-importentity-expected-exit-code=0 cotmembershiptests-test268-deleteentity-extendedonly=false cotmembershiptests-test268-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute authority in saml2 with signing enabled and long option cotmembershiptests-test268-deleteentity-message-to-find=Descriptor was deleted for entity, mementity268. cotmembershiptests-test268-deleteentity-expected-exit-code=0 cotmembershiptests-test268-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test268-addcotmember-message-to-find=Entity, mementity268 was added to the circle of trust, memcot268, in realm /realm268. cotmembershiptests-test268-addcotmember-expected-exit-code=0 cotmembershiptests-test268-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test268-listcotmembers-message-to-find=mementity268 cotmembershiptests-test268-listcotmembers-expected-exit-code=0 cotmembershiptests-test268-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test268-removecotmember-message-to-find=Entity, mementity268 was removed from the circle of trust, memcot268. cotmembershiptests-test268-removecotmember-expected-exit-code=0 cotmembershiptests-test269-create-setup-realms=/realm269 cotmembershiptests-test269-create-setup-cots=/realm269,memcot269 cotmembershiptests-test269-use-verbose-option=false cotmembershiptests-test269-use-debug-option=false cotmembershiptests-test269-use-long-options=true cotmembershiptests-test269-create-description=Creates a sp metadata template with attribute authority in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test269-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test269-entityid=mementity269 cotmembershiptests-test269-metadatafile=/tmp/mm.xml cotmembershiptests-test269-extendeddatafile=/tmp/xx.xml cotmembershiptests-test269-create-midp= cotmembershiptests-test269-create-msp=/realm269/sp cotmembershiptests-test269-create-optionalattributes=--specertalias=test,--attrauthority=attrau,--attraecertalias=test cotmembershiptests-test269-spec=saml2 cotmembershiptests-test269-create-expected-exit-code=0 cotmembershiptests-test269-cot-realm=/realm269 cotmembershiptests-test269-cot-name=memcot269 cotmembershiptests-test269-importentity-description=Imports the sp metadata template with attribute authority to create a entity in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test269-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test269-importentity-expected-exit-code=0 cotmembershiptests-test269-deleteentity-extendedonly=false cotmembershiptests-test269-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute authority in saml2 with encryption enabled and long option cotmembershiptests-test269-deleteentity-message-to-find=Descriptor was deleted for entity, mementity269. cotmembershiptests-test269-deleteentity-expected-exit-code=0 cotmembershiptests-test269-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test269-addcotmember-message-to-find=Entity, mementity269 was added to the circle of trust, memcot269, in realm /realm269. cotmembershiptests-test269-addcotmember-expected-exit-code=0 cotmembershiptests-test269-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test269-listcotmembers-message-to-find=mementity269 cotmembershiptests-test269-listcotmembers-expected-exit-code=0 cotmembershiptests-test269-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test269-removecotmember-message-to-find=Entity, mementity269 was removed from the circle of trust, memcot269. cotmembershiptests-test269-removecotmember-expected-exit-code=0 cotmembershiptests-test270-create-setup-realms=/realm270 cotmembershiptests-test270-create-setup-cots=/realm270,memcot270 cotmembershiptests-test270-use-verbose-option=false cotmembershiptests-test270-use-debug-option=false cotmembershiptests-test270-use-long-options=true cotmembershiptests-test270-create-description=Creates a sp metadata template with attribute authority in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test270-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test270-entityid=mementity270 cotmembershiptests-test270-metadatafile=/tmp/mm.xml cotmembershiptests-test270-extendeddatafile=/tmp/xx.xml cotmembershiptests-test270-create-midp= cotmembershiptests-test270-create-msp=/realm270/sp cotmembershiptests-test270-create-optionalattributes=--spscertalias=test,--attrauthority=attrau,--attrascertalias=test,--attraecertalias=test,--specertalias=test cotmembershiptests-test270-spec=saml2 cotmembershiptests-test270-create-expected-exit-code=0 cotmembershiptests-test270-cot-realm=/realm270 cotmembershiptests-test270-cot-name=memcot270 cotmembershiptests-test270-importentity-description=Imports the sp metadata template with attribute authority to create a entity in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test270-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test270-importentity-expected-exit-code=0 cotmembershiptests-test270-deleteentity-extendedonly=false cotmembershiptests-test270-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute authority in saml2 with signing and encryption enabled and long option cotmembershiptests-test270-deleteentity-message-to-find=Descriptor was deleted for entity, mementity270. cotmembershiptests-test270-deleteentity-expected-exit-code=0 cotmembershiptests-test270-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test270-addcotmember-message-to-find=Entity, mementity270 was added to the circle of trust, memcot270, in realm /realm270. cotmembershiptests-test270-addcotmember-expected-exit-code=0 cotmembershiptests-test270-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test270-listcotmembers-message-to-find=mementity270 cotmembershiptests-test270-listcotmembers-expected-exit-code=0 cotmembershiptests-test270-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test270-removecotmember-message-to-find=Entity, mementity270 was removed from the circle of trust, memcot270. cotmembershiptests-test270-removecotmember-expected-exit-code=0 cotmembershiptests-test271-create-setup-realms=/realm271 cotmembershiptests-test271-create-setup-cots=/realm271,memcot271 cotmembershiptests-test271-use-verbose-option=false cotmembershiptests-test271-use-debug-option=true cotmembershiptests-test271-use-long-options=false cotmembershiptests-test271-create-description=Creates a sp metadata template with attribute authority in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test271-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test271-entityid=mementity271 cotmembershiptests-test271-metadatafile=/tmp/mm.xml cotmembershiptests-test271-extendeddatafile=/tmp/xx.xml cotmembershiptests-test271-create-midp= cotmembershiptests-test271-create-msp=/realm271/sp cotmembershiptests-test271-create-optionalattributes=-a=test,-I=attrau,-B=test cotmembershiptests-test271-spec=saml2 cotmembershiptests-test271-create-expected-exit-code=0 cotmembershiptests-test271-cot-realm=/realm271 cotmembershiptests-test271-cot-name=memcot271 cotmembershiptests-test271-importentity-description=Imports the sp metadata template with attribute authority to create a entity in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test271-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test271-importentity-expected-exit-code=0 cotmembershiptests-test271-deleteentity-extendedonly=false cotmembershiptests-test271-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute authority in saml2 with signing enabled and debug option cotmembershiptests-test271-deleteentity-message-to-find=Descriptor was deleted for entity, mementity271. cotmembershiptests-test271-deleteentity-expected-exit-code=0 cotmembershiptests-test271-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test271-addcotmember-message-to-find=Entity, mementity271 was added to the circle of trust, memcot271, in realm /realm271. cotmembershiptests-test271-addcotmember-expected-exit-code=0 cotmembershiptests-test271-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test271-listcotmembers-message-to-find=mementity271 cotmembershiptests-test271-listcotmembers-expected-exit-code=0 cotmembershiptests-test271-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test271-removecotmember-message-to-find=Entity, mementity271 was removed from the circle of trust, memcot271. cotmembershiptests-test271-removecotmember-expected-exit-code=0 cotmembershiptests-test272-create-setup-realms=/realm272 cotmembershiptests-test272-create-setup-cots=/realm272,memcot272 cotmembershiptests-test272-use-verbose-option=false cotmembershiptests-test272-use-debug-option=true cotmembershiptests-test272-use-long-options=false cotmembershiptests-test272-create-description=Creates a sp metadata template with attribute authority in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test272-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test272-entityid=mementity272 cotmembershiptests-test272-metadatafile=/tmp/mm.xml cotmembershiptests-test272-extendeddatafile=/tmp/xx.xml cotmembershiptests-test272-create-midp= cotmembershiptests-test272-create-msp=/realm272/sp cotmembershiptests-test272-create-optionalattributes=-r=test,-I=attrau,-G=test cotmembershiptests-test272-spec=saml2 cotmembershiptests-test272-create-expected-exit-code=0 cotmembershiptests-test272-cot-realm=/realm272 cotmembershiptests-test272-cot-name=memcot272 cotmembershiptests-test272-importentity-description=Imports the sp metadata template with attribute authority to create a entity in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test272-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test272-importentity-expected-exit-code=0 cotmembershiptests-test272-deleteentity-extendedonly=false cotmembershiptests-test272-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute authority in saml2 with encryption enabled and debug option cotmembershiptests-test272-deleteentity-message-to-find=Descriptor was deleted for entity, mementity272. cotmembershiptests-test272-deleteentity-expected-exit-code=0 cotmembershiptests-test272-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test272-addcotmember-message-to-find=Entity, mementity272 was added to the circle of trust, memcot272, in realm /realm272. cotmembershiptests-test272-addcotmember-expected-exit-code=0 cotmembershiptests-test272-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test272-listcotmembers-message-to-find=mementity272 cotmembershiptests-test272-listcotmembers-expected-exit-code=0 cotmembershiptests-test272-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test272-removecotmember-message-to-find=Entity, mementity272 was removed from the circle of trust, memcot272. cotmembershiptests-test272-removecotmember-expected-exit-code=0 cotmembershiptests-test273-create-setup-realms=/realm273 cotmembershiptests-test273-create-setup-cots=/realm273,memcot273 cotmembershiptests-test273-use-verbose-option=false cotmembershiptests-test273-use-debug-option=true cotmembershiptests-test273-use-long-options=false cotmembershiptests-test273-create-description=Creates a sp metadata template with attribute authority in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test273-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test273-entityid=mementity273 cotmembershiptests-test273-metadatafile=/tmp/mm.xml cotmembershiptests-test273-extendeddatafile=/tmp/xx.xml cotmembershiptests-test273-create-midp= cotmembershiptests-test273-create-msp=/realm273/sp cotmembershiptests-test273-create-optionalattributes=-a=test,-I=attrau,-B=test,-G=test,-r=test cotmembershiptests-test273-spec=saml2 cotmembershiptests-test273-create-expected-exit-code=0 cotmembershiptests-test273-cot-realm=/realm273 cotmembershiptests-test273-cot-name=memcot273 cotmembershiptests-test273-importentity-description=Imports the sp metadata template with attribute authority to create a entity in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test273-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test273-importentity-expected-exit-code=0 cotmembershiptests-test273-deleteentity-extendedonly=false cotmembershiptests-test273-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute authority in saml2 with signing and encryption enabled and debug option cotmembershiptests-test273-deleteentity-message-to-find=Descriptor was deleted for entity, mementity273. cotmembershiptests-test273-deleteentity-expected-exit-code=0 cotmembershiptests-test273-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test273-addcotmember-message-to-find=Entity, mementity273 was added to the circle of trust, memcot273, in realm /realm273. cotmembershiptests-test273-addcotmember-expected-exit-code=0 cotmembershiptests-test273-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test273-listcotmembers-message-to-find=mementity273 cotmembershiptests-test273-listcotmembers-expected-exit-code=0 cotmembershiptests-test273-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test273-removecotmember-message-to-find=Entity, mementity273 was removed from the circle of trust, memcot273. cotmembershiptests-test273-removecotmember-expected-exit-code=0 cotmembershiptests-test274-create-setup-realms=/realm274 cotmembershiptests-test274-create-setup-cots=/realm274,memcot274 cotmembershiptests-test274-use-verbose-option=true cotmembershiptests-test274-use-debug-option=false cotmembershiptests-test274-use-long-options=false cotmembershiptests-test274-create-description=Creates a sp metadata template with attribute authority in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test274-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test274-entityid=mementity274 cotmembershiptests-test274-metadatafile=/tmp/mm.xml cotmembershiptests-test274-extendeddatafile=/tmp/xx.xml cotmembershiptests-test274-create-midp= cotmembershiptests-test274-create-msp=/realm274/sp cotmembershiptests-test274-create-optionalattributes=-a=test,-I=attrau,-B=test cotmembershiptests-test274-spec=saml2 cotmembershiptests-test274-create-expected-exit-code=0 cotmembershiptests-test274-cot-realm=/realm274 cotmembershiptests-test274-cot-name=memcot274 cotmembershiptests-test274-importentity-description=Imports the sp metadata template with attribute authority to create a entity in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test274-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test274-importentity-expected-exit-code=0 cotmembershiptests-test274-deleteentity-extendedonly=false cotmembershiptests-test274-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute authority in saml2 with signing enabled and verbose option cotmembershiptests-test274-deleteentity-message-to-find=Descriptor was deleted for entity, mementity274. cotmembershiptests-test274-deleteentity-expected-exit-code=0 cotmembershiptests-test274-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test274-addcotmember-message-to-find=Entity, mementity274 was added to the circle of trust, memcot274, in realm /realm274. cotmembershiptests-test274-addcotmember-expected-exit-code=0 cotmembershiptests-test274-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test274-listcotmembers-message-to-find=mementity274 cotmembershiptests-test274-listcotmembers-expected-exit-code=0 cotmembershiptests-test274-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test274-removecotmember-message-to-find=Entity, mementity274 was removed from the circle of trust, memcot274. cotmembershiptests-test274-removecotmember-expected-exit-code=0 cotmembershiptests-test275-create-setup-realms=/realm275 cotmembershiptests-test275-create-setup-cots=/realm275,memcot275 cotmembershiptests-test275-use-verbose-option=true cotmembershiptests-test275-use-debug-option=false cotmembershiptests-test275-use-long-options=false cotmembershiptests-test275-create-description=Creates a sp metadata template with attribute authority in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test275-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test275-entityid=mementity275 cotmembershiptests-test275-metadatafile=/tmp/mm.xml cotmembershiptests-test275-extendeddatafile=/tmp/xx.xml cotmembershiptests-test275-create-midp= cotmembershiptests-test275-create-msp=/realm275/sp cotmembershiptests-test275-create-optionalattributes=-r=test,-I=attrau,-G=test cotmembershiptests-test275-spec=saml2 cotmembershiptests-test275-create-expected-exit-code=0 cotmembershiptests-test275-cot-realm=/realm275 cotmembershiptests-test275-cot-name=memcot275 cotmembershiptests-test275-importentity-description=Imports the sp metadata template with attribute authority to create a entity in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test275-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test275-importentity-expected-exit-code=0 cotmembershiptests-test275-deleteentity-extendedonly=false cotmembershiptests-test275-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute authority in saml2 with encryption enabled and verbose option cotmembershiptests-test275-deleteentity-message-to-find=Descriptor was deleted for entity, mementity275. cotmembershiptests-test275-deleteentity-expected-exit-code=0 cotmembershiptests-test275-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test275-addcotmember-message-to-find=Entity, mementity275 was added to the circle of trust, memcot275, in realm /realm275. cotmembershiptests-test275-addcotmember-expected-exit-code=0 cotmembershiptests-test275-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test275-listcotmembers-message-to-find=mementity275 cotmembershiptests-test275-listcotmembers-expected-exit-code=0 cotmembershiptests-test275-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test275-removecotmember-message-to-find=Entity, mementity275 was removed from the circle of trust, memcot275. cotmembershiptests-test275-removecotmember-expected-exit-code=0 cotmembershiptests-test276-create-setup-realms=/realm276 cotmembershiptests-test276-create-setup-cots=/realm276,memcot276 cotmembershiptests-test276-use-verbose-option=true cotmembershiptests-test276-use-debug-option=false cotmembershiptests-test276-use-long-options=false cotmembershiptests-test276-create-description=Creates a sp metadata template with attribute authority in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test276-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test276-entityid=mementity276 cotmembershiptests-test276-metadatafile=/tmp/mm.xml cotmembershiptests-test276-extendeddatafile=/tmp/xx.xml cotmembershiptests-test276-create-midp= cotmembershiptests-test276-create-msp=/realm276/sp cotmembershiptests-test276-create-optionalattributes=-a=test,-I=attrau,-B=test,-G=test,-r=test cotmembershiptests-test276-spec=saml2 cotmembershiptests-test276-create-expected-exit-code=0 cotmembershiptests-test276-cot-realm=/realm276 cotmembershiptests-test276-cot-name=memcot276 cotmembershiptests-test276-importentity-description=Imports the sp metadata template with attribute authority to create a entity in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test276-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test276-importentity-expected-exit-code=0 cotmembershiptests-test276-deleteentity-extendedonly=false cotmembershiptests-test276-deleteentity-description=Deletes the entity in sub realm of sp metadata with attribute authority in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test276-deleteentity-message-to-find=Descriptor was deleted for entity, mementity276. cotmembershiptests-test276-deleteentity-expected-exit-code=0 cotmembershiptests-test276-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test276-addcotmember-message-to-find=Entity, mementity276 was added to the circle of trust, memcot276, in realm /realm276. cotmembershiptests-test276-addcotmember-expected-exit-code=0 cotmembershiptests-test276-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test276-listcotmembers-message-to-find=mementity276 cotmembershiptests-test276-listcotmembers-expected-exit-code=0 cotmembershiptests-test276-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with attribute authority in saml2 cotmembershiptests-test276-removecotmember-message-to-find=Entity, mementity276 was removed from the circle of trust, memcot276. cotmembershiptests-test276-removecotmember-expected-exit-code=0 # signing and encryption testcases of AUTHENTICATION AUTHORITY with IDP in sub realm cotmembershiptests-test277-create-setup-realms=/realm277 cotmembershiptests-test277-create-setup-cots=/realm277,memcot277 cotmembershiptests-test277-use-verbose-option=false cotmembershiptests-test277-use-debug-option=false cotmembershiptests-test277-use-long-options=true cotmembershiptests-test277-create-description=Creates a idp metadata template with authentication authority in sub realm with saml2 with signing enabled and long option cotmembershiptests-test277-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test277-entityid=mementity277 cotmembershiptests-test277-metadatafile=/tmp/mm.xml cotmembershiptests-test277-extendeddatafile=/tmp/xx.xml cotmembershiptests-test277-create-midp=/realm277/idp cotmembershiptests-test277-create-msp= cotmembershiptests-test277-create-optionalattributes=--idpscertalias=test,--authnauthority=authn,--authnascertalias=test cotmembershiptests-test277-spec=saml2 cotmembershiptests-test277-create-expected-exit-code=0 cotmembershiptests-test277-cot-realm=/realm277 cotmembershiptests-test277-cot-name=memcot277 cotmembershiptests-test277-importentity-description=Imports the idp metadata template with authentication authority to create a entity in sub realm with saml2 with signing enabled and long option cotmembershiptests-test277-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test277-importentity-expected-exit-code=0 cotmembershiptests-test277-deleteentity-extendedonly=false cotmembershiptests-test277-deleteentity-description=Deletes the entity in sub realm of idp metadata with authentication authority in saml2 with signing enabled and long option cotmembershiptests-test277-deleteentity-message-to-find=Descriptor was deleted for entity, mementity277. cotmembershiptests-test277-deleteentity-expected-exit-code=0 cotmembershiptests-test277-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test277-addcotmember-message-to-find=Entity, mementity277 was added to the circle of trust, memcot277, in realm /realm277. cotmembershiptests-test277-addcotmember-expected-exit-code=0 cotmembershiptests-test277-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test277-listcotmembers-message-to-find=mementity277 cotmembershiptests-test277-listcotmembers-expected-exit-code=0 cotmembershiptests-test277-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test277-removecotmember-message-to-find=Entity, mementity277 was removed from the circle of trust, memcot277. cotmembershiptests-test277-removecotmember-expected-exit-code=0 cotmembershiptests-test278-create-setup-realms=/realm278 cotmembershiptests-test278-create-setup-cots=/realm278,memcot278 cotmembershiptests-test278-use-verbose-option=false cotmembershiptests-test278-use-debug-option=false cotmembershiptests-test278-use-long-options=true cotmembershiptests-test278-create-description=Creates a idp metadata template with authentication authority in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test278-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test278-entityid=mementity278 cotmembershiptests-test278-metadatafile=/tmp/mm.xml cotmembershiptests-test278-extendeddatafile=/tmp/xx.xml cotmembershiptests-test278-create-midp=/realm278/idp cotmembershiptests-test278-create-msp= cotmembershiptests-test278-create-optionalattributes=--idpecertalias=test,--authnauthority=authn,--authnaecertalias=test cotmembershiptests-test278-spec=saml2 cotmembershiptests-test278-create-expected-exit-code=0 cotmembershiptests-test278-cot-realm=/realm278 cotmembershiptests-test278-cot-name=memcot278 cotmembershiptests-test278-importentity-description=Imports the idp metadata template with authentication authority to create a entity in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test278-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test278-importentity-expected-exit-code=0 cotmembershiptests-test278-deleteentity-extendedonly=false cotmembershiptests-test278-deleteentity-description=Deletes the entity in sub realm of idp metadata with authentication authority in saml2 with encryption enabled and long option cotmembershiptests-test278-deleteentity-message-to-find=Descriptor was deleted for entity, mementity278. cotmembershiptests-test278-deleteentity-expected-exit-code=0 cotmembershiptests-test278-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test278-addcotmember-message-to-find=Entity, mementity278 was added to the circle of trust, memcot278, in realm /realm278. cotmembershiptests-test278-addcotmember-expected-exit-code=0 cotmembershiptests-test278-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test278-listcotmembers-message-to-find=mementity278 cotmembershiptests-test278-listcotmembers-expected-exit-code=0 cotmembershiptests-test278-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test278-removecotmember-message-to-find=Entity, mementity278 was removed from the circle of trust, memcot278. cotmembershiptests-test278-removecotmember-expected-exit-code=0 cotmembershiptests-test279-create-setup-realms=/realm279 cotmembershiptests-test279-create-setup-cots=/realm279,memcot279 cotmembershiptests-test279-use-verbose-option=false cotmembershiptests-test279-use-debug-option=false cotmembershiptests-test279-use-long-options=true cotmembershiptests-test279-create-description=Creates a idp metadata template with authentication authority in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test279-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test279-entityid=mementity279 cotmembershiptests-test279-metadatafile=/tmp/mm.xml cotmembershiptests-test279-extendeddatafile=/tmp/xx.xml cotmembershiptests-test279-create-midp=/realm279/idp cotmembershiptests-test279-create-msp= cotmembershiptests-test279-create-optionalattributes=--idpscertalias=test,--authnauthority=authn,--authnascertalias=test,--authnaecertalias=test,--idpecertalias=test cotmembershiptests-test279-spec=saml2 cotmembershiptests-test279-create-expected-exit-code=0 cotmembershiptests-test279-cot-realm=/realm279 cotmembershiptests-test279-cot-name=memcot279 cotmembershiptests-test279-importentity-description=Imports the idp metadata template with authentication authority to create a entity in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test279-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test279-importentity-expected-exit-code=0 cotmembershiptests-test279-deleteentity-extendedonly=false cotmembershiptests-test279-deleteentity-description=Deletes the entity in sub realm of idp metadata with authentication authority in saml2 with signing and encryption enabled and long option cotmembershiptests-test279-deleteentity-message-to-find=Descriptor was deleted for entity, mementity279. cotmembershiptests-test279-deleteentity-expected-exit-code=0 cotmembershiptests-test279-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test279-addcotmember-message-to-find=Entity, mementity279 was added to the circle of trust, memcot279, in realm /realm279. cotmembershiptests-test279-addcotmember-expected-exit-code=0 cotmembershiptests-test279-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test279-listcotmembers-message-to-find=mementity279 cotmembershiptests-test279-listcotmembers-expected-exit-code=0 cotmembershiptests-test279-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test279-removecotmember-message-to-find=Entity, mementity279 was removed from the circle of trust, memcot279. cotmembershiptests-test279-removecotmember-expected-exit-code=0 cotmembershiptests-test280-create-setup-realms=/realm280 cotmembershiptests-test280-create-setup-cots=/realm280,memcot280 cotmembershiptests-test280-use-verbose-option=false cotmembershiptests-test280-use-debug-option=true cotmembershiptests-test280-use-long-options=false cotmembershiptests-test280-create-description=Creates a idp metadata template with authentication authority in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test280-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test280-entityid=mementity280 cotmembershiptests-test280-metadatafile=/tmp/mm.xml cotmembershiptests-test280-extendeddatafile=/tmp/xx.xml cotmembershiptests-test280-create-midp=/realm280/idp cotmembershiptests-test280-create-msp= cotmembershiptests-test280-create-optionalattributes=-b=test,-C=authn,-D=test cotmembershiptests-test280-spec=saml2 cotmembershiptests-test280-create-expected-exit-code=0 cotmembershiptests-test280-cot-realm=/realm280 cotmembershiptests-test280-cot-name=memcot280 cotmembershiptests-test280-importentity-description=Imports the idp metadata template with authentication authority to create a entity in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test280-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test280-importentity-expected-exit-code=0 cotmembershiptests-test280-deleteentity-extendedonly=false cotmembershiptests-test280-deleteentity-description=Deletes the entity in sub realm of idp metadata with authentication authority in saml2 with signing enabled and debug option cotmembershiptests-test280-deleteentity-message-to-find=Descriptor was deleted for entity, mementity280. cotmembershiptests-test280-deleteentity-expected-exit-code=0 cotmembershiptests-test280-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test280-addcotmember-message-to-find=Entity, mementity280 was added to the circle of trust, memcot280, in realm /realm280. cotmembershiptests-test280-addcotmember-expected-exit-code=0 cotmembershiptests-test280-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test280-listcotmembers-message-to-find=mementity280 cotmembershiptests-test280-listcotmembers-expected-exit-code=0 cotmembershiptests-test280-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test280-removecotmember-message-to-find=Entity, mementity280 was removed from the circle of trust, memcot280. cotmembershiptests-test280-removecotmember-expected-exit-code=0 cotmembershiptests-test281-create-setup-realms=/realm281 cotmembershiptests-test281-create-setup-cots=/realm281,memcot281 cotmembershiptests-test281-use-verbose-option=false cotmembershiptests-test281-use-debug-option=true cotmembershiptests-test281-use-long-options=false cotmembershiptests-test281-create-description=Creates a idp metadata template with authentication authority in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test281-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test281-entityid=mementity281 cotmembershiptests-test281-metadatafile=/tmp/mm.xml cotmembershiptests-test281-extendeddatafile=/tmp/xx.xml cotmembershiptests-test281-create-midp=/realm281/idp cotmembershiptests-test281-create-msp= cotmembershiptests-test281-create-optionalattributes=-g=test,-C=authn,-E=test cotmembershiptests-test281-spec=saml2 cotmembershiptests-test281-create-expected-exit-code=0 cotmembershiptests-test281-cot-realm=/realm281 cotmembershiptests-test281-cot-name=memcot281 cotmembershiptests-test281-importentity-description=Imports the idp metadata template with authentication authority to create a entity in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test281-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test281-importentity-expected-exit-code=0 cotmembershiptests-test281-deleteentity-extendedonly=false cotmembershiptests-test281-deleteentity-description=Deletes the entity in sub realm of idp metadata with authentication authority in saml2 with encryption enabled and debug option cotmembershiptests-test281-deleteentity-message-to-find=Descriptor was deleted for entity, mementity281. cotmembershiptests-test281-deleteentity-expected-exit-code=0 cotmembershiptests-test281-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test281-addcotmember-message-to-find=Entity, mementity281 was added to the circle of trust, memcot281, in realm /realm281. cotmembershiptests-test281-addcotmember-expected-exit-code=0 cotmembershiptests-test281-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test281-listcotmembers-message-to-find=mementity281 cotmembershiptests-test281-listcotmembers-expected-exit-code=0 cotmembershiptests-test281-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test281-removecotmember-message-to-find=Entity, mementity281 was removed from the circle of trust, memcot281. cotmembershiptests-test281-removecotmember-expected-exit-code=0 cotmembershiptests-test282-create-setup-realms=/realm282 cotmembershiptests-test282-create-setup-cots=/realm282,memcot282 cotmembershiptests-test282-use-verbose-option=false cotmembershiptests-test282-use-debug-option=true cotmembershiptests-test282-use-long-options=false cotmembershiptests-test282-create-description=Creates a idp metadata template with authentication authority in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test282-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test282-entityid=mementity282 cotmembershiptests-test282-metadatafile=/tmp/mm.xml cotmembershiptests-test282-extendeddatafile=/tmp/xx.xml cotmembershiptests-test282-create-midp=/realm282/idp cotmembershiptests-test282-create-msp= cotmembershiptests-test282-create-optionalattributes=-b=test,-C=authn,-D=test,-E=test,-g=test cotmembershiptests-test282-spec=saml2 cotmembershiptests-test282-create-expected-exit-code=0 cotmembershiptests-test282-cot-realm=/realm282 cotmembershiptests-test282-cot-name=memcot282 cotmembershiptests-test282-importentity-description=Imports the idp metadata template with authentication authority to create a entity in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test282-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test282-importentity-expected-exit-code=0 cotmembershiptests-test282-deleteentity-extendedonly=false cotmembershiptests-test282-deleteentity-description=Deletes the entity in sub realm of idp metadata with authentication authority in saml2 with signing and encryption enabled and debug option cotmembershiptests-test282-deleteentity-message-to-find=Descriptor was deleted for entity, mementity282. cotmembershiptests-test282-deleteentity-expected-exit-code=0 cotmembershiptests-test282-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test282-addcotmember-message-to-find=Entity, mementity282 was added to the circle of trust, memcot282, in realm /realm282. cotmembershiptests-test282-addcotmember-expected-exit-code=0 cotmembershiptests-test282-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test282-listcotmembers-message-to-find=mementity282 cotmembershiptests-test282-listcotmembers-expected-exit-code=0 cotmembershiptests-test282-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test282-removecotmember-message-to-find=Entity, mementity282 was removed from the circle of trust, memcot282. cotmembershiptests-test282-removecotmember-expected-exit-code=0 cotmembershiptests-test283-create-setup-realms=/realm283 cotmembershiptests-test283-create-setup-cots=/realm283,memcot283 cotmembershiptests-test283-use-verbose-option=true cotmembershiptests-test283-use-debug-option=false cotmembershiptests-test283-use-long-options=false cotmembershiptests-test283-create-description=Creates a idp metadata template with authentication authority in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test283-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test283-entityid=mementity283 cotmembershiptests-test283-metadatafile=/tmp/mm.xml cotmembershiptests-test283-extendeddatafile=/tmp/xx.xml cotmembershiptests-test283-create-midp=/realm283/idp cotmembershiptests-test283-create-msp= cotmembershiptests-test283-create-optionalattributes=-b=test,-C=authn,-D=test cotmembershiptests-test283-spec=saml2 cotmembershiptests-test283-create-expected-exit-code=0 cotmembershiptests-test283-cot-realm=/realm283 cotmembershiptests-test283-cot-name=memcot283 cotmembershiptests-test283-importentity-description=Imports the idp metadata template with authentication authority to create a entity in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test283-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test283-importentity-expected-exit-code=0 cotmembershiptests-test283-deleteentity-extendedonly=false cotmembershiptests-test283-deleteentity-description=Deletes the entity in sub realm of idp metadata with authentication authority in saml2 with signing enabled and verbose option cotmembershiptests-test283-deleteentity-message-to-find=Descriptor was deleted for entity, mementity283. cotmembershiptests-test283-deleteentity-expected-exit-code=0 cotmembershiptests-test283-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test283-addcotmember-message-to-find=Entity, mementity283 was added to the circle of trust, memcot283, in realm /realm283. cotmembershiptests-test283-addcotmember-expected-exit-code=0 cotmembershiptests-test283-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test283-listcotmembers-message-to-find=mementity283 cotmembershiptests-test283-listcotmembers-expected-exit-code=0 cotmembershiptests-test283-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test283-removecotmember-message-to-find=Entity, mementity283 was removed from the circle of trust, memcot283. cotmembershiptests-test283-removecotmember-expected-exit-code=0 cotmembershiptests-test284-create-setup-realms=/realm284 cotmembershiptests-test284-create-setup-cots=/realm284,memcot284 cotmembershiptests-test284-use-verbose-option=true cotmembershiptests-test284-use-debug-option=false cotmembershiptests-test284-use-long-options=false cotmembershiptests-test284-create-description=Creates a idp metadata template with authentication authority in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test284-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test284-entityid=mementity284 cotmembershiptests-test284-metadatafile=/tmp/mm.xml cotmembershiptests-test284-extendeddatafile=/tmp/xx.xml cotmembershiptests-test284-create-midp=/realm284/idp cotmembershiptests-test284-create-msp= cotmembershiptests-test284-create-optionalattributes=-g=test,-C=authn,-E=test cotmembershiptests-test284-spec=saml2 cotmembershiptests-test284-create-expected-exit-code=0 cotmembershiptests-test284-cot-realm=/realm284 cotmembershiptests-test284-cot-name=memcot284 cotmembershiptests-test284-importentity-description=Imports the idp metadata template with authentication authority to create a entity in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test284-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test284-importentity-expected-exit-code=0 cotmembershiptests-test284-deleteentity-extendedonly=false cotmembershiptests-test284-deleteentity-description=Deletes the entity in sub realm of idp metadata with authentication authority in saml2 with encryption enabled and verbose option cotmembershiptests-test284-deleteentity-message-to-find=Descriptor was deleted for entity, mementity284. cotmembershiptests-test284-deleteentity-expected-exit-code=0 cotmembershiptests-test284-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test284-addcotmember-message-to-find=Entity, mementity284 was added to the circle of trust, memcot284, in realm /realm284. cotmembershiptests-test284-addcotmember-expected-exit-code=0 cotmembershiptests-test284-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test284-listcotmembers-message-to-find=mementity284 cotmembershiptests-test284-listcotmembers-expected-exit-code=0 cotmembershiptests-test284-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test284-removecotmember-message-to-find=Entity, mementity284 was removed from the circle of trust, memcot284. cotmembershiptests-test284-removecotmember-expected-exit-code=0 cotmembershiptests-test285-create-setup-realms=/realm285 cotmembershiptests-test285-create-setup-cots=/realm285,memcot285 cotmembershiptests-test285-use-verbose-option=true cotmembershiptests-test285-use-debug-option=false cotmembershiptests-test285-use-long-options=false cotmembershiptests-test285-create-description=Creates a idp metadata template with authentication authority in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test285-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test285-entityid=mementity285 cotmembershiptests-test285-metadatafile=/tmp/mm.xml cotmembershiptests-test285-extendeddatafile=/tmp/xx.xml cotmembershiptests-test285-create-midp=/realm285/idp cotmembershiptests-test285-create-msp= cotmembershiptests-test285-create-optionalattributes=-b=test,-C=authn,-D=test,-E=test,-g=test cotmembershiptests-test285-spec=saml2 cotmembershiptests-test285-create-expected-exit-code=0 cotmembershiptests-test285-cot-realm=/realm285 cotmembershiptests-test285-cot-name=memcot285 cotmembershiptests-test285-importentity-description=Imports the idp metadata template with authentication authority to create a entity in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test285-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test285-importentity-expected-exit-code=0 cotmembershiptests-test285-deleteentity-extendedonly=false cotmembershiptests-test285-deleteentity-description=Deletes the entity in sub realm of idp metadata with authentication authority in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test285-deleteentity-message-to-find=Descriptor was deleted for entity, mementity285. cotmembershiptests-test285-deleteentity-expected-exit-code=0 cotmembershiptests-test285-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test285-addcotmember-message-to-find=Entity, mementity285 was added to the circle of trust, memcot285, in realm /realm285. cotmembershiptests-test285-addcotmember-expected-exit-code=0 cotmembershiptests-test285-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test285-listcotmembers-message-to-find=mementity285 cotmembershiptests-test285-listcotmembers-expected-exit-code=0 cotmembershiptests-test285-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with authentication authority in saml2 cotmembershiptests-test285-removecotmember-message-to-find=Entity, mementity285 was removed from the circle of trust, memcot285. cotmembershiptests-test285-removecotmember-expected-exit-code=0 # signing and encryption testcases of AUTHENTICATION AUTHORITY with SP in sub realm cotmembershiptests-test286-create-setup-realms=/realm286 cotmembershiptests-test286-create-setup-cots=/realm286,memcot286 cotmembershiptests-test286-use-verbose-option=false cotmembershiptests-test286-use-debug-option=false cotmembershiptests-test286-use-long-options=true cotmembershiptests-test286-create-description=Creates a sp metadata template with authentication authority in sub realm with saml2 with signing enabled and long option cotmembershiptests-test286-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test286-entityid=mementity286 cotmembershiptests-test286-metadatafile=/tmp/mm.xml cotmembershiptests-test286-extendeddatafile=/tmp/xx.xml cotmembershiptests-test286-create-midp= cotmembershiptests-test286-create-msp=/realm286/sp cotmembershiptests-test286-create-optionalattributes=--spscertalias=test,--authnauthority=authn,--authnascertalias=test cotmembershiptests-test286-spec=saml2 cotmembershiptests-test286-create-expected-exit-code=0 cotmembershiptests-test286-cot-realm=/realm286 cotmembershiptests-test286-cot-name=memcot286 cotmembershiptests-test286-importentity-description=Imports the sp metadata template with authentication authority to create a entity in sub realm with saml2 with signing enabled and long option cotmembershiptests-test286-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test286-importentity-expected-exit-code=0 cotmembershiptests-test286-deleteentity-extendedonly=false cotmembershiptests-test286-deleteentity-description=Deletes the entity in sub realm of sp metadata with authentication authority in saml2 with signing enabled and long option cotmembershiptests-test286-deleteentity-message-to-find=Descriptor was deleted for entity, mementity286. cotmembershiptests-test286-deleteentity-expected-exit-code=0 cotmembershiptests-test286-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test286-addcotmember-message-to-find=Entity, mementity286 was added to the circle of trust, memcot286, in realm /realm286. cotmembershiptests-test286-addcotmember-expected-exit-code=0 cotmembershiptests-test286-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test286-listcotmembers-message-to-find=mementity286 cotmembershiptests-test286-listcotmembers-expected-exit-code=0 cotmembershiptests-test286-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test286-removecotmember-message-to-find=Entity, mementity286 was removed from the circle of trust, memcot286. cotmembershiptests-test286-removecotmember-expected-exit-code=0 cotmembershiptests-test287-create-setup-realms=/realm287 cotmembershiptests-test287-create-setup-cots=/realm287,memcot287 cotmembershiptests-test287-use-verbose-option=false cotmembershiptests-test287-use-debug-option=false cotmembershiptests-test287-use-long-options=true cotmembershiptests-test287-create-description=Creates a sp metadata template with authentication authority in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test287-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test287-entityid=mementity287 cotmembershiptests-test287-metadatafile=/tmp/mm.xml cotmembershiptests-test287-extendeddatafile=/tmp/xx.xml cotmembershiptests-test287-create-midp= cotmembershiptests-test287-create-msp=/realm287/sp cotmembershiptests-test287-create-optionalattributes=--specertalias=test,--authnauthority=authn,--authnaecertalias=test cotmembershiptests-test287-spec=saml2 cotmembershiptests-test287-create-expected-exit-code=0 cotmembershiptests-test287-cot-realm=/realm287 cotmembershiptests-test287-cot-name=memcot287 cotmembershiptests-test287-importentity-description=Imports the sp metadata template with authentication authority to create a entity in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test287-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test287-importentity-expected-exit-code=0 cotmembershiptests-test287-deleteentity-extendedonly=false cotmembershiptests-test287-deleteentity-description=Deletes the entity in sub realm of sp metadata with authentication authority in saml2 with encryption enabled and long option cotmembershiptests-test287-deleteentity-message-to-find=Descriptor was deleted for entity, mementity287. cotmembershiptests-test287-deleteentity-expected-exit-code=0 cotmembershiptests-test287-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test287-addcotmember-message-to-find=Entity, mementity287 was added to the circle of trust, memcot287, in realm /realm287. cotmembershiptests-test287-addcotmember-expected-exit-code=0 cotmembershiptests-test287-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test287-listcotmembers-message-to-find=mementity287 cotmembershiptests-test287-listcotmembers-expected-exit-code=0 cotmembershiptests-test287-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test287-removecotmember-message-to-find=Entity, mementity287 was removed from the circle of trust, memcot287. cotmembershiptests-test287-removecotmember-expected-exit-code=0 cotmembershiptests-test288-create-setup-realms=/realm288 cotmembershiptests-test288-create-setup-cots=/realm288,memcot288 cotmembershiptests-test288-use-verbose-option=false cotmembershiptests-test288-use-debug-option=false cotmembershiptests-test288-use-long-options=true cotmembershiptests-test288-create-description=Creates a sp metadata template with authentication authority in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test288-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test288-entityid=mementity288 cotmembershiptests-test288-metadatafile=/tmp/mm.xml cotmembershiptests-test288-extendeddatafile=/tmp/xx.xml cotmembershiptests-test288-create-midp= cotmembershiptests-test288-create-msp=/realm288/sp cotmembershiptests-test288-create-optionalattributes=--spscertalias=test,--authnauthority=authn,--authnascertalias=test,--authnaecertalias=test,--specertalias=test cotmembershiptests-test288-spec=saml2 cotmembershiptests-test288-create-expected-exit-code=0 cotmembershiptests-test288-cot-realm=/realm288 cotmembershiptests-test288-cot-name=memcot288 cotmembershiptests-test288-importentity-description=Imports the sp metadata template with authentication authority to create a entity in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test288-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test288-importentity-expected-exit-code=0 cotmembershiptests-test288-deleteentity-extendedonly=false cotmembershiptests-test288-deleteentity-description=Deletes the entity in sub realm of sp metadata with authentication authority in saml2 with signing and encryption enabled and long option cotmembershiptests-test288-deleteentity-message-to-find=Descriptor was deleted for entity, mementity288. cotmembershiptests-test288-deleteentity-expected-exit-code=0 cotmembershiptests-test288-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test288-addcotmember-message-to-find=Entity, mementity288 was added to the circle of trust, memcot288, in realm /realm288. cotmembershiptests-test288-addcotmember-expected-exit-code=0 cotmembershiptests-test288-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test288-listcotmembers-message-to-find=mementity288 cotmembershiptests-test288-listcotmembers-expected-exit-code=0 cotmembershiptests-test288-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test288-removecotmember-message-to-find=Entity, mementity288 was removed from the circle of trust, memcot288. cotmembershiptests-test288-removecotmember-expected-exit-code=0 cotmembershiptests-test289-create-setup-realms=/realm289 cotmembershiptests-test289-create-setup-cots=/realm289,memcot289 cotmembershiptests-test289-use-verbose-option=false cotmembershiptests-test289-use-debug-option=true cotmembershiptests-test289-use-long-options=false cotmembershiptests-test289-create-description=Creates a sp metadata template with authentication authority in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test289-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test289-entityid=mementity289 cotmembershiptests-test289-metadatafile=/tmp/mm.xml cotmembershiptests-test289-extendeddatafile=/tmp/xx.xml cotmembershiptests-test289-create-midp= cotmembershiptests-test289-create-msp=/realm289/sp cotmembershiptests-test289-create-optionalattributes=-a=test,-C=authn,-D=test cotmembershiptests-test289-spec=saml2 cotmembershiptests-test289-create-expected-exit-code=0 cotmembershiptests-test289-cot-realm=/realm289 cotmembershiptests-test289-cot-name=memcot289 cotmembershiptests-test289-importentity-description=Imports the sp metadata template with authentication authority to create a entity in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test289-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test289-importentity-expected-exit-code=0 cotmembershiptests-test289-deleteentity-extendedonly=false cotmembershiptests-test289-deleteentity-description=Deletes the entity in sub realm of sp metadata with authentication authority in saml2 with signing enabled and debug option cotmembershiptests-test289-deleteentity-message-to-find=Descriptor was deleted for entity, mementity289. cotmembershiptests-test289-deleteentity-expected-exit-code=0 cotmembershiptests-test289-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test289-addcotmember-message-to-find=Entity, mementity289 was added to the circle of trust, memcot289, in realm /realm289. cotmembershiptests-test289-addcotmember-expected-exit-code=0 cotmembershiptests-test289-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test289-listcotmembers-message-to-find=mementity289 cotmembershiptests-test289-listcotmembers-expected-exit-code=0 cotmembershiptests-test289-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test289-removecotmember-message-to-find=Entity, mementity289 was removed from the circle of trust, memcot289. cotmembershiptests-test289-removecotmember-expected-exit-code=0 cotmembershiptests-test290-create-setup-realms=/realm290 cotmembershiptests-test290-create-setup-cots=/realm290,memcot290 cotmembershiptests-test290-use-verbose-option=false cotmembershiptests-test290-use-debug-option=true cotmembershiptests-test290-use-long-options=false cotmembershiptests-test290-create-description=Creates a sp metadata template with authentication authority in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test290-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test290-entityid=mementity290 cotmembershiptests-test290-metadatafile=/tmp/mm.xml cotmembershiptests-test290-extendeddatafile=/tmp/xx.xml cotmembershiptests-test290-create-midp= cotmembershiptests-test290-create-msp=/realm290/sp cotmembershiptests-test290-create-optionalattributes=-r=test,-C=authn,-E=test cotmembershiptests-test290-spec=saml2 cotmembershiptests-test290-create-expected-exit-code=0 cotmembershiptests-test290-cot-realm=/realm290 cotmembershiptests-test290-cot-name=memcot290 cotmembershiptests-test290-importentity-description=Imports the sp metadata template with authentication authority to create a entity in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test290-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test290-importentity-expected-exit-code=0 cotmembershiptests-test290-deleteentity-extendedonly=false cotmembershiptests-test290-deleteentity-description=Deletes the entity in sub realm of sp metadata with authentication authority in saml2 with encryption enabled and debug option cotmembershiptests-test290-deleteentity-message-to-find=Descriptor was deleted for entity, mementity290. cotmembershiptests-test290-deleteentity-expected-exit-code=0 cotmembershiptests-test290-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test290-addcotmember-message-to-find=Entity, mementity290 was added to the circle of trust, memcot290, in realm /realm290. cotmembershiptests-test290-addcotmember-expected-exit-code=0 cotmembershiptests-test290-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test290-listcotmembers-message-to-find=mementity290 cotmembershiptests-test290-listcotmembers-expected-exit-code=0 cotmembershiptests-test290-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test290-removecotmember-message-to-find=Entity, mementity290 was removed from the circle of trust, memcot290. cotmembershiptests-test290-removecotmember-expected-exit-code=0 cotmembershiptests-test291-create-setup-realms=/realm291 cotmembershiptests-test291-create-setup-cots=/realm291,memcot291 cotmembershiptests-test291-use-verbose-option=false cotmembershiptests-test291-use-debug-option=true cotmembershiptests-test291-use-long-options=false cotmembershiptests-test291-create-description=Creates a sp metadata template with authentication authority in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test291-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test291-entityid=mementity291 cotmembershiptests-test291-metadatafile=/tmp/mm.xml cotmembershiptests-test291-extendeddatafile=/tmp/xx.xml cotmembershiptests-test291-create-midp= cotmembershiptests-test291-create-msp=/realm291/sp cotmembershiptests-test291-create-optionalattributes=-a=test,-C=authn,-D=test,-E=test,-r=test cotmembershiptests-test291-spec=saml2 cotmembershiptests-test291-create-expected-exit-code=0 cotmembershiptests-test291-cot-realm=/realm291 cotmembershiptests-test291-cot-name=memcot291 cotmembershiptests-test291-importentity-description=Imports the sp metadata template with authentication authority to create a entity in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test291-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test291-importentity-expected-exit-code=0 cotmembershiptests-test291-deleteentity-extendedonly=false cotmembershiptests-test291-deleteentity-description=Deletes the entity in sub realm of sp metadata with authentication authority in saml2 with signing and encryption enabled and debug option cotmembershiptests-test291-deleteentity-message-to-find=Descriptor was deleted for entity, mementity291. cotmembershiptests-test291-deleteentity-expected-exit-code=0 cotmembershiptests-test291-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test291-addcotmember-message-to-find=Entity, mementity291 was added to the circle of trust, memcot291, in realm /realm291. cotmembershiptests-test291-addcotmember-expected-exit-code=0 cotmembershiptests-test291-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test291-listcotmembers-message-to-find=mementity291 cotmembershiptests-test291-listcotmembers-expected-exit-code=0 cotmembershiptests-test291-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test291-removecotmember-message-to-find=Entity, mementity291 was removed from the circle of trust, memcot291. cotmembershiptests-test291-removecotmember-expected-exit-code=0 cotmembershiptests-test292-create-setup-realms=/realm292 cotmembershiptests-test292-create-setup-cots=/realm292,memcot292 cotmembershiptests-test292-use-verbose-option=true cotmembershiptests-test292-use-debug-option=false cotmembershiptests-test292-use-long-options=false cotmembershiptests-test292-create-description=Creates a sp metadata template with authentication authority in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test292-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test292-entityid=mementity292 cotmembershiptests-test292-metadatafile=/tmp/mm.xml cotmembershiptests-test292-extendeddatafile=/tmp/xx.xml cotmembershiptests-test292-create-midp= cotmembershiptests-test292-create-msp=/realm292/sp cotmembershiptests-test292-create-optionalattributes=-a=test,-C=authn,-D=test cotmembershiptests-test292-spec=saml2 cotmembershiptests-test292-create-expected-exit-code=0 cotmembershiptests-test292-cot-realm=/realm292 cotmembershiptests-test292-cot-name=memcot292 cotmembershiptests-test292-importentity-description=Imports the sp metadata template with authentication authority to create a entity in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test292-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test292-importentity-expected-exit-code=0 cotmembershiptests-test292-deleteentity-extendedonly=false cotmembershiptests-test292-deleteentity-description=Deletes the entity in sub realm of sp metadata with authentication authority in saml2 with signing enabled and verbose option cotmembershiptests-test292-deleteentity-message-to-find=Descriptor was deleted for entity, mementity292. cotmembershiptests-test292-deleteentity-expected-exit-code=0 cotmembershiptests-test292-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test292-addcotmember-message-to-find=Entity, mementity292 was added to the circle of trust, memcot292, in realm /realm292. cotmembershiptests-test292-addcotmember-expected-exit-code=0 cotmembershiptests-test292-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test292-listcotmembers-message-to-find=mementity292 cotmembershiptests-test292-listcotmembers-expected-exit-code=0 cotmembershiptests-test292-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test292-removecotmember-message-to-find=Entity, mementity292 was removed from the circle of trust, memcot292. cotmembershiptests-test292-removecotmember-expected-exit-code=0 cotmembershiptests-test293-create-setup-realms=/realm293 cotmembershiptests-test293-create-setup-cots=/realm293,memcot293 cotmembershiptests-test293-use-verbose-option=true cotmembershiptests-test293-use-debug-option=false cotmembershiptests-test293-use-long-options=false cotmembershiptests-test293-create-description=Creates a sp metadata template with authentication authority in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test293-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test293-entityid=mementity293 cotmembershiptests-test293-metadatafile=/tmp/mm.xml cotmembershiptests-test293-extendeddatafile=/tmp/xx.xml cotmembershiptests-test293-create-midp= cotmembershiptests-test293-create-msp=/realm293/sp cotmembershiptests-test293-create-optionalattributes=-r=test,-C=authn,-E=test cotmembershiptests-test293-spec=saml2 cotmembershiptests-test293-create-expected-exit-code=0 cotmembershiptests-test293-cot-realm=/realm293 cotmembershiptests-test293-cot-name=memcot293 cotmembershiptests-test293-importentity-description=Imports the sp metadata template with authentication authority to create a entity in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test293-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test293-importentity-expected-exit-code=0 cotmembershiptests-test293-deleteentity-extendedonly=false cotmembershiptests-test293-deleteentity-description=Deletes the entity in sub realm of sp metadata with authentication authority in saml2 with encryption enabled and verbose option cotmembershiptests-test293-deleteentity-message-to-find=Descriptor was deleted for entity, mementity293. cotmembershiptests-test293-deleteentity-expected-exit-code=0 cotmembershiptests-test293-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test293-addcotmember-message-to-find=Entity, mementity293 was added to the circle of trust, memcot293, in realm /realm293. cotmembershiptests-test293-addcotmember-expected-exit-code=0 cotmembershiptests-test293-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test293-listcotmembers-message-to-find=mementity293 cotmembershiptests-test293-listcotmembers-expected-exit-code=0 cotmembershiptests-test293-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test293-removecotmember-message-to-find=Entity, mementity293 was removed from the circle of trust, memcot293. cotmembershiptests-test293-removecotmember-expected-exit-code=0 cotmembershiptests-test294-create-setup-realms=/realm294 cotmembershiptests-test294-create-setup-cots=/realm294,memcot294 cotmembershiptests-test294-use-verbose-option=true cotmembershiptests-test294-use-debug-option=false cotmembershiptests-test294-use-long-options=false cotmembershiptests-test294-create-description=Creates a sp metadata template with authentication authority in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test294-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test294-entityid=mementity294 cotmembershiptests-test294-metadatafile=/tmp/mm.xml cotmembershiptests-test294-extendeddatafile=/tmp/xx.xml cotmembershiptests-test294-create-midp= cotmembershiptests-test294-create-msp=/realm294/sp cotmembershiptests-test294-create-optionalattributes=-a=test,-C=authn,-D=test,-E=test,-r=test cotmembershiptests-test294-spec=saml2 cotmembershiptests-test294-create-expected-exit-code=0 cotmembershiptests-test294-cot-realm=/realm294 cotmembershiptests-test294-cot-name=memcot294 cotmembershiptests-test294-importentity-description=Imports the sp metadata template with authentication authority to create a entity in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test294-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test294-importentity-expected-exit-code=0 cotmembershiptests-test294-deleteentity-extendedonly=false cotmembershiptests-test294-deleteentity-description=Deletes the entity in sub realm of sp metadata with authentication authority in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test294-deleteentity-message-to-find=Descriptor was deleted for entity, mementity294. cotmembershiptests-test294-deleteentity-expected-exit-code=0 cotmembershiptests-test294-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test294-addcotmember-message-to-find=Entity, mementity294 was added to the circle of trust, memcot294, in realm /realm294. cotmembershiptests-test294-addcotmember-expected-exit-code=0 cotmembershiptests-test294-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test294-listcotmembers-message-to-find=mementity294 cotmembershiptests-test294-listcotmembers-expected-exit-code=0 cotmembershiptests-test294-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with authentication authority in saml2 cotmembershiptests-test294-removecotmember-message-to-find=Entity, mementity294 was removed from the circle of trust, memcot294. cotmembershiptests-test294-removecotmember-expected-exit-code=0 # signing and encryption testcases of XACML POLICY ENFORCEMENT POINT with IDP in sub realm cotmembershiptests-test295-create-setup-realms=/realm295 cotmembershiptests-test295-create-setup-cots=/realm295,memcot295 cotmembershiptests-test295-use-verbose-option=false cotmembershiptests-test295-use-debug-option=false cotmembershiptests-test295-use-long-options=true cotmembershiptests-test295-create-description=Creates a idp metadata template with xacml policy enforcement point in sub realm with saml2 with signing enabled and long option cotmembershiptests-test295-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test295-entityid=mementity295 cotmembershiptests-test295-metadatafile=/tmp/mm.xml cotmembershiptests-test295-extendeddatafile=/tmp/xx.xml cotmembershiptests-test295-create-midp=/realm295/idp cotmembershiptests-test295-create-msp= cotmembershiptests-test295-create-optionalattributes=--idpscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test cotmembershiptests-test295-spec=saml2 cotmembershiptests-test295-create-expected-exit-code=0 cotmembershiptests-test295-cot-realm=/realm295 cotmembershiptests-test295-cot-name=memcot295 cotmembershiptests-test295-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with signing enabled and long option cotmembershiptests-test295-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test295-importentity-expected-exit-code=0 cotmembershiptests-test295-deleteentity-extendedonly=false cotmembershiptests-test295-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy enforcement point in saml2 with signing enabled and long option cotmembershiptests-test295-deleteentity-message-to-find=Descriptor was deleted for entity, mementity295. cotmembershiptests-test295-deleteentity-expected-exit-code=0 cotmembershiptests-test295-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test295-addcotmember-message-to-find=Entity, mementity295 was added to the circle of trust, memcot295, in realm /realm295. cotmembershiptests-test295-addcotmember-expected-exit-code=0 cotmembershiptests-test295-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test295-listcotmembers-message-to-find=mementity295 cotmembershiptests-test295-listcotmembers-expected-exit-code=0 cotmembershiptests-test295-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test295-removecotmember-message-to-find=Entity, mementity295 was removed from the circle of trust, memcot295. cotmembershiptests-test295-removecotmember-expected-exit-code=0 cotmembershiptests-test296-create-setup-realms=/realm296 cotmembershiptests-test296-create-setup-cots=/realm296,memcot296 cotmembershiptests-test296-use-verbose-option=false cotmembershiptests-test296-use-debug-option=false cotmembershiptests-test296-use-long-options=true cotmembershiptests-test296-create-description=Creates a idp metadata template with xacml policy enforcement point in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test296-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test296-entityid=mementity296 cotmembershiptests-test296-metadatafile=/tmp/mm.xml cotmembershiptests-test296-extendeddatafile=/tmp/xx.xml cotmembershiptests-test296-create-midp=/realm296/idp cotmembershiptests-test296-create-msp= cotmembershiptests-test296-create-optionalattributes=--idpecertalias=test,--xacmlpep=xacmlpep,--xacmlpepecertalias=test cotmembershiptests-test296-spec=saml2 cotmembershiptests-test296-create-expected-exit-code=0 cotmembershiptests-test296-cot-realm=/realm296 cotmembershiptests-test296-cot-name=memcot296 cotmembershiptests-test296-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test296-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test296-importentity-expected-exit-code=0 cotmembershiptests-test296-deleteentity-extendedonly=false cotmembershiptests-test296-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy enforcement point in saml2 with encryption enabled and long option cotmembershiptests-test296-deleteentity-message-to-find=Descriptor was deleted for entity, mementity296. cotmembershiptests-test296-deleteentity-expected-exit-code=0 cotmembershiptests-test296-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test296-addcotmember-message-to-find=Entity, mementity296 was added to the circle of trust, memcot296, in realm /realm296. cotmembershiptests-test296-addcotmember-expected-exit-code=0 cotmembershiptests-test296-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test296-listcotmembers-message-to-find=mementity296 cotmembershiptests-test296-listcotmembers-expected-exit-code=0 cotmembershiptests-test296-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test296-removecotmember-message-to-find=Entity, mementity296 was removed from the circle of trust, memcot296. cotmembershiptests-test296-removecotmember-expected-exit-code=0 cotmembershiptests-test297-create-setup-realms=/realm297 cotmembershiptests-test297-create-setup-cots=/realm297,memcot297 cotmembershiptests-test297-use-verbose-option=false cotmembershiptests-test297-use-debug-option=false cotmembershiptests-test297-use-long-options=true cotmembershiptests-test297-create-description=Creates a idp metadata template with xacml policy enforcement point in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test297-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test297-entityid=mementity297 cotmembershiptests-test297-metadatafile=/tmp/mm.xml cotmembershiptests-test297-extendeddatafile=/tmp/xx.xml cotmembershiptests-test297-create-midp=/realm297/idp cotmembershiptests-test297-create-msp= cotmembershiptests-test297-create-optionalattributes=--idpscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test,--xacmlpepecertalias=test,--idpecertalias=test cotmembershiptests-test297-spec=saml2 cotmembershiptests-test297-create-expected-exit-code=0 cotmembershiptests-test297-cot-realm=/realm297 cotmembershiptests-test297-cot-name=memcot297 cotmembershiptests-test297-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test297-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test297-importentity-expected-exit-code=0 cotmembershiptests-test297-deleteentity-extendedonly=false cotmembershiptests-test297-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and long option cotmembershiptests-test297-deleteentity-message-to-find=Descriptor was deleted for entity, mementity297. cotmembershiptests-test297-deleteentity-expected-exit-code=0 cotmembershiptests-test297-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test297-addcotmember-message-to-find=Entity, mementity297 was added to the circle of trust, memcot297, in realm /realm297. cotmembershiptests-test297-addcotmember-expected-exit-code=0 cotmembershiptests-test297-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test297-listcotmembers-message-to-find=mementity297 cotmembershiptests-test297-listcotmembers-expected-exit-code=0 cotmembershiptests-test297-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test297-removecotmember-message-to-find=Entity, mementity297 was removed from the circle of trust, memcot297. cotmembershiptests-test297-removecotmember-expected-exit-code=0 cotmembershiptests-test298-create-setup-realms=/realm298 cotmembershiptests-test298-create-setup-cots=/realm298,memcot298 cotmembershiptests-test298-use-verbose-option=false cotmembershiptests-test298-use-debug-option=true cotmembershiptests-test298-use-long-options=false cotmembershiptests-test298-create-description=Creates a idp metadata template with xacml policy enforcement point in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test298-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test298-entityid=mementity298 cotmembershiptests-test298-metadatafile=/tmp/mm.xml cotmembershiptests-test298-extendeddatafile=/tmp/xx.xml cotmembershiptests-test298-create-midp=/realm298/idp cotmembershiptests-test298-create-msp= cotmembershiptests-test298-create-optionalattributes=-b=test,-e=xacmlpep,-k=test cotmembershiptests-test298-spec=saml2 cotmembershiptests-test298-create-expected-exit-code=0 cotmembershiptests-test298-cot-realm=/realm298 cotmembershiptests-test298-cot-name=memcot298 cotmembershiptests-test298-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test298-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test298-importentity-expected-exit-code=0 cotmembershiptests-test298-deleteentity-extendedonly=false cotmembershiptests-test298-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy enforcement point in saml2 with signing enabled and debug option cotmembershiptests-test298-deleteentity-message-to-find=Descriptor was deleted for entity, mementity298. cotmembershiptests-test298-deleteentity-expected-exit-code=0 cotmembershiptests-test298-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test298-addcotmember-message-to-find=Entity, mementity298 was added to the circle of trust, memcot298, in realm /realm298. cotmembershiptests-test298-addcotmember-expected-exit-code=0 cotmembershiptests-test298-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test298-listcotmembers-message-to-find=mementity298 cotmembershiptests-test298-listcotmembers-expected-exit-code=0 cotmembershiptests-test298-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test298-removecotmember-message-to-find=Entity, mementity298 was removed from the circle of trust, memcot298. cotmembershiptests-test298-removecotmember-expected-exit-code=0 cotmembershiptests-test299-create-setup-realms=/realm299 cotmembershiptests-test299-create-setup-cots=/realm299,memcot299 cotmembershiptests-test299-use-verbose-option=false cotmembershiptests-test299-use-debug-option=true cotmembershiptests-test299-use-long-options=false cotmembershiptests-test299-create-description=Creates a idp metadata template with xacml policy enforcement point in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test299-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test299-entityid=mementity299 cotmembershiptests-test299-metadatafile=/tmp/mm.xml cotmembershiptests-test299-extendeddatafile=/tmp/xx.xml cotmembershiptests-test299-create-midp=/realm299/idp cotmembershiptests-test299-create-msp= cotmembershiptests-test299-create-optionalattributes=-g=test,-e=xacmlpep,-z=test cotmembershiptests-test299-spec=saml2 cotmembershiptests-test299-create-expected-exit-code=0 cotmembershiptests-test299-cot-realm=/realm299 cotmembershiptests-test299-cot-name=memcot299 cotmembershiptests-test299-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test299-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test299-importentity-expected-exit-code=0 cotmembershiptests-test299-deleteentity-extendedonly=false cotmembershiptests-test299-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy enforcement point in saml2 with encryption enabled and debug option cotmembershiptests-test299-deleteentity-message-to-find=Descriptor was deleted for entity, mementity299. cotmembershiptests-test299-deleteentity-expected-exit-code=0 cotmembershiptests-test299-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test299-addcotmember-message-to-find=Entity, mementity299 was added to the circle of trust, memcot299, in realm /realm299. cotmembershiptests-test299-addcotmember-expected-exit-code=0 cotmembershiptests-test299-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test299-listcotmembers-message-to-find=mementity299 cotmembershiptests-test299-listcotmembers-expected-exit-code=0 cotmembershiptests-test299-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test299-removecotmember-message-to-find=Entity, mementity299 was removed from the circle of trust, memcot299. cotmembershiptests-test299-removecotmember-expected-exit-code=0 cotmembershiptests-test300-create-setup-realms=/realm300 cotmembershiptests-test300-create-setup-cots=/realm300,memcot300 cotmembershiptests-test300-use-verbose-option=false cotmembershiptests-test300-use-debug-option=true cotmembershiptests-test300-use-long-options=false cotmembershiptests-test300-create-description=Creates a idp metadata template with xacml policy enforcement point in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test300-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test300-entityid=mementity300 cotmembershiptests-test300-metadatafile=/tmp/mm.xml cotmembershiptests-test300-extendeddatafile=/tmp/xx.xml cotmembershiptests-test300-create-midp=/realm300/idp cotmembershiptests-test300-create-msp= cotmembershiptests-test300-create-optionalattributes=-b=test,-e=xacmlpep,-k=test,-z=test,-g=test cotmembershiptests-test300-spec=saml2 cotmembershiptests-test300-create-expected-exit-code=0 cotmembershiptests-test300-cot-realm=/realm300 cotmembershiptests-test300-cot-name=memcot300 cotmembershiptests-test300-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test300-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test300-importentity-expected-exit-code=0 cotmembershiptests-test300-deleteentity-extendedonly=false cotmembershiptests-test300-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and debug option cotmembershiptests-test300-deleteentity-message-to-find=Descriptor was deleted for entity, mementity300. cotmembershiptests-test300-deleteentity-expected-exit-code=0 cotmembershiptests-test300-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test300-addcotmember-message-to-find=Entity, mementity300 was added to the circle of trust, memcot300, in realm /realm300. cotmembershiptests-test300-addcotmember-expected-exit-code=0 cotmembershiptests-test300-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test300-listcotmembers-message-to-find=mementity300 cotmembershiptests-test300-listcotmembers-expected-exit-code=0 cotmembershiptests-test300-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test300-removecotmember-message-to-find=Entity, mementity300 was removed from the circle of trust, memcot300. cotmembershiptests-test300-removecotmember-expected-exit-code=0 cotmembershiptests-test301-create-setup-realms=/realm301 cotmembershiptests-test301-create-setup-cots=/realm301,memcot301 cotmembershiptests-test301-use-verbose-option=true cotmembershiptests-test301-use-debug-option=false cotmembershiptests-test301-use-long-options=false cotmembershiptests-test301-create-description=Creates a idp metadata template with xacml policy enforcement point in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test301-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test301-entityid=mementity301 cotmembershiptests-test301-metadatafile=/tmp/mm.xml cotmembershiptests-test301-extendeddatafile=/tmp/xx.xml cotmembershiptests-test301-create-midp=/realm301/idp cotmembershiptests-test301-create-msp= cotmembershiptests-test301-create-optionalattributes=-b=test,-e=xacmlpep,-k=test cotmembershiptests-test301-spec=saml2 cotmembershiptests-test301-create-expected-exit-code=0 cotmembershiptests-test301-cot-realm=/realm301 cotmembershiptests-test301-cot-name=memcot301 cotmembershiptests-test301-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test301-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test301-importentity-expected-exit-code=0 cotmembershiptests-test301-deleteentity-extendedonly=false cotmembershiptests-test301-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy enforcement point in saml2 with signing enabled and verbose option cotmembershiptests-test301-deleteentity-message-to-find=Descriptor was deleted for entity, mementity301. cotmembershiptests-test301-deleteentity-expected-exit-code=0 cotmembershiptests-test301-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test301-addcotmember-message-to-find=Entity, mementity301 was added to the circle of trust, memcot301, in realm /realm301. cotmembershiptests-test301-addcotmember-expected-exit-code=0 cotmembershiptests-test301-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test301-listcotmembers-message-to-find=mementity301 cotmembershiptests-test301-listcotmembers-expected-exit-code=0 cotmembershiptests-test301-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test301-removecotmember-message-to-find=Entity, mementity301 was removed from the circle of trust, memcot301. cotmembershiptests-test301-removecotmember-expected-exit-code=0 cotmembershiptests-test302-create-setup-realms=/realm302 cotmembershiptests-test302-create-setup-cots=/realm302,memcot302 cotmembershiptests-test302-use-verbose-option=true cotmembershiptests-test302-use-debug-option=false cotmembershiptests-test302-use-long-options=false cotmembershiptests-test302-create-description=Creates a idp metadata template with xacml policy enforcement point in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test302-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test302-entityid=mementity302 cotmembershiptests-test302-metadatafile=/tmp/mm.xml cotmembershiptests-test302-extendeddatafile=/tmp/xx.xml cotmembershiptests-test302-create-midp=/realm302/idp cotmembershiptests-test302-create-msp= cotmembershiptests-test302-create-optionalattributes=-g=test,-e=xacmlpep,-z=test cotmembershiptests-test302-spec=saml2 cotmembershiptests-test302-create-expected-exit-code=0 cotmembershiptests-test302-cot-realm=/realm302 cotmembershiptests-test302-cot-name=memcot302 cotmembershiptests-test302-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test302-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test302-importentity-expected-exit-code=0 cotmembershiptests-test302-deleteentity-extendedonly=false cotmembershiptests-test302-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy enforcement point in saml2 with encryption enabled and verbose option cotmembershiptests-test302-deleteentity-message-to-find=Descriptor was deleted for entity, mementity302. cotmembershiptests-test302-deleteentity-expected-exit-code=0 cotmembershiptests-test302-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test302-addcotmember-message-to-find=Entity, mementity302 was added to the circle of trust, memcot302, in realm /realm302. cotmembershiptests-test302-addcotmember-expected-exit-code=0 cotmembershiptests-test302-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test302-listcotmembers-message-to-find=mementity302 cotmembershiptests-test302-listcotmembers-expected-exit-code=0 cotmembershiptests-test302-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test302-removecotmember-message-to-find=Entity, mementity302 was removed from the circle of trust, memcot302. cotmembershiptests-test302-removecotmember-expected-exit-code=0 cotmembershiptests-test303-create-setup-realms=/realm303 cotmembershiptests-test303-create-setup-cots=/realm303,memcot303 cotmembershiptests-test303-use-verbose-option=true cotmembershiptests-test303-use-debug-option=false cotmembershiptests-test303-use-long-options=false cotmembershiptests-test303-create-description=Creates a idp metadata template with xacml policy enforcement point in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test303-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test303-entityid=mementity303 cotmembershiptests-test303-metadatafile=/tmp/mm.xml cotmembershiptests-test303-extendeddatafile=/tmp/xx.xml cotmembershiptests-test303-create-midp=/realm303/idp cotmembershiptests-test303-create-msp= cotmembershiptests-test303-create-optionalattributes=-b=test,-e=xacmlpep,-k=test,-z=test,-g=test cotmembershiptests-test303-spec=saml2 cotmembershiptests-test303-create-expected-exit-code=0 cotmembershiptests-test303-cot-realm=/realm303 cotmembershiptests-test303-cot-name=memcot303 cotmembershiptests-test303-importentity-description=Imports the idp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test303-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test303-importentity-expected-exit-code=0 cotmembershiptests-test303-deleteentity-extendedonly=false cotmembershiptests-test303-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test303-deleteentity-message-to-find=Descriptor was deleted for entity, mementity303. cotmembershiptests-test303-deleteentity-expected-exit-code=0 cotmembershiptests-test303-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test303-addcotmember-message-to-find=Entity, mementity303 was added to the circle of trust, memcot303, in realm /realm303. cotmembershiptests-test303-addcotmember-expected-exit-code=0 cotmembershiptests-test303-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test303-listcotmembers-message-to-find=mementity303 cotmembershiptests-test303-listcotmembers-expected-exit-code=0 cotmembershiptests-test303-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test303-removecotmember-message-to-find=Entity, mementity303 was removed from the circle of trust, memcot303. cotmembershiptests-test303-removecotmember-expected-exit-code=0 # signing and encryption testcases of XACML POLICY ENFORCEMENT POINT with SP in sub realm cotmembershiptests-test304-create-setup-realms=/realm304 cotmembershiptests-test304-create-setup-cots=/realm304,memcot304 cotmembershiptests-test304-use-verbose-option=false cotmembershiptests-test304-use-debug-option=false cotmembershiptests-test304-use-long-options=true cotmembershiptests-test304-create-description=Creates a sp metadata template with xacml policy enforcement point in sub realm with saml2 with signing enabled and long option cotmembershiptests-test304-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test304-entityid=mementity304 cotmembershiptests-test304-metadatafile=/tmp/mm.xml cotmembershiptests-test304-extendeddatafile=/tmp/xx.xml cotmembershiptests-test304-create-midp= cotmembershiptests-test304-create-msp=/realm304/sp cotmembershiptests-test304-create-optionalattributes=--spscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test cotmembershiptests-test304-spec=saml2 cotmembershiptests-test304-create-expected-exit-code=0 cotmembershiptests-test304-cot-realm=/realm304 cotmembershiptests-test304-cot-name=memcot304 cotmembershiptests-test304-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with signing enabled and long option cotmembershiptests-test304-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test304-importentity-expected-exit-code=0 cotmembershiptests-test304-deleteentity-extendedonly=false cotmembershiptests-test304-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy enforcement point in saml2 with signing enabled and long option cotmembershiptests-test304-deleteentity-message-to-find=Descriptor was deleted for entity, mementity304. cotmembershiptests-test304-deleteentity-expected-exit-code=0 cotmembershiptests-test304-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test304-addcotmember-message-to-find=Entity, mementity304 was added to the circle of trust, memcot304, in realm /realm304. cotmembershiptests-test304-addcotmember-expected-exit-code=0 cotmembershiptests-test304-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test304-listcotmembers-message-to-find=mementity304 cotmembershiptests-test304-listcotmembers-expected-exit-code=0 cotmembershiptests-test304-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test304-removecotmember-message-to-find=Entity, mementity304 was removed from the circle of trust, memcot304. cotmembershiptests-test304-removecotmember-expected-exit-code=0 cotmembershiptests-test305-create-setup-realms=/realm305 cotmembershiptests-test305-create-setup-cots=/realm305,memcot305 cotmembershiptests-test305-use-verbose-option=false cotmembershiptests-test305-use-debug-option=false cotmembershiptests-test305-use-long-options=true cotmembershiptests-test305-create-description=Creates a sp metadata template with xacml policy enforcement point in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test305-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test305-entityid=mementity305 cotmembershiptests-test305-metadatafile=/tmp/mm.xml cotmembershiptests-test305-extendeddatafile=/tmp/xx.xml cotmembershiptests-test305-create-midp= cotmembershiptests-test305-create-msp=/realm305/sp cotmembershiptests-test305-create-optionalattributes=--specertalias=test,--xacmlpep=xacmlpep,--xacmlpepecertalias=test cotmembershiptests-test305-spec=saml2 cotmembershiptests-test305-create-expected-exit-code=0 cotmembershiptests-test305-cot-realm=/realm305 cotmembershiptests-test305-cot-name=memcot305 cotmembershiptests-test305-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test305-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test305-importentity-expected-exit-code=0 cotmembershiptests-test305-deleteentity-extendedonly=false cotmembershiptests-test305-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy enforcement point in saml2 with encryption enabled and long option cotmembershiptests-test305-deleteentity-message-to-find=Descriptor was deleted for entity, mementity305. cotmembershiptests-test305-deleteentity-expected-exit-code=0 cotmembershiptests-test305-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test305-addcotmember-message-to-find=Entity, mementity305 was added to the circle of trust, memcot305, in realm /realm305. cotmembershiptests-test305-addcotmember-expected-exit-code=0 cotmembershiptests-test305-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test305-listcotmembers-message-to-find=mementity305 cotmembershiptests-test305-listcotmembers-expected-exit-code=0 cotmembershiptests-test305-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test305-removecotmember-message-to-find=Entity, mementity305 was removed from the circle of trust, memcot305. cotmembershiptests-test305-removecotmember-expected-exit-code=0 cotmembershiptests-test306-create-setup-realms=/realm306 cotmembershiptests-test306-create-setup-cots=/realm306,memcot306 cotmembershiptests-test306-use-verbose-option=false cotmembershiptests-test306-use-debug-option=false cotmembershiptests-test306-use-long-options=true cotmembershiptests-test306-create-description=Creates a sp metadata template with xacml policy enforcement point in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test306-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test306-entityid=mementity306 cotmembershiptests-test306-metadatafile=/tmp/mm.xml cotmembershiptests-test306-extendeddatafile=/tmp/xx.xml cotmembershiptests-test306-create-midp= cotmembershiptests-test306-create-msp=/realm306/sp cotmembershiptests-test306-create-optionalattributes=--spscertalias=test,--xacmlpep=xacmlpep,--xacmlpepscertalias=test,--xacmlpepecertalias=test,--specertalias=test cotmembershiptests-test306-spec=saml2 cotmembershiptests-test306-create-expected-exit-code=0 cotmembershiptests-test306-cot-realm=/realm306 cotmembershiptests-test306-cot-name=memcot306 cotmembershiptests-test306-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test306-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test306-importentity-expected-exit-code=0 cotmembershiptests-test306-deleteentity-extendedonly=false cotmembershiptests-test306-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and long option cotmembershiptests-test306-deleteentity-message-to-find=Descriptor was deleted for entity, mementity306. cotmembershiptests-test306-deleteentity-expected-exit-code=0 cotmembershiptests-test306-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test306-addcotmember-message-to-find=Entity, mementity306 was added to the circle of trust, memcot306, in realm /realm306. cotmembershiptests-test306-addcotmember-expected-exit-code=0 cotmembershiptests-test306-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test306-listcotmembers-message-to-find=mementity306 cotmembershiptests-test306-listcotmembers-expected-exit-code=0 cotmembershiptests-test306-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test306-removecotmember-message-to-find=Entity, mementity306 was removed from the circle of trust, memcot306. cotmembershiptests-test306-removecotmember-expected-exit-code=0 cotmembershiptests-test307-create-setup-realms=/realm307 cotmembershiptests-test307-create-setup-cots=/realm307,memcot307 cotmembershiptests-test307-use-verbose-option=false cotmembershiptests-test307-use-debug-option=true cotmembershiptests-test307-use-long-options=false cotmembershiptests-test307-create-description=Creates a sp metadata template with xacml policy enforcement point in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test307-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test307-entityid=mementity307 cotmembershiptests-test307-metadatafile=/tmp/mm.xml cotmembershiptests-test307-extendeddatafile=/tmp/xx.xml cotmembershiptests-test307-create-midp= cotmembershiptests-test307-create-msp=/realm307/sp cotmembershiptests-test307-create-optionalattributes=-a=test,-e=xacmlpep,-k=test cotmembershiptests-test307-spec=saml2 cotmembershiptests-test307-create-expected-exit-code=0 cotmembershiptests-test307-cot-realm=/realm307 cotmembershiptests-test307-cot-name=memcot307 cotmembershiptests-test307-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test307-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test307-importentity-expected-exit-code=0 cotmembershiptests-test307-deleteentity-extendedonly=false cotmembershiptests-test307-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy enforcement point in saml2 with signing enabled and debug option cotmembershiptests-test307-deleteentity-message-to-find=Descriptor was deleted for entity, mementity307. cotmembershiptests-test307-deleteentity-expected-exit-code=0 cotmembershiptests-test307-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test307-addcotmember-message-to-find=Entity, mementity307 was added to the circle of trust, memcot307, in realm /realm307. cotmembershiptests-test307-addcotmember-expected-exit-code=0 cotmembershiptests-test307-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test307-listcotmembers-message-to-find=mementity307 cotmembershiptests-test307-listcotmembers-expected-exit-code=0 cotmembershiptests-test307-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test307-removecotmember-message-to-find=Entity, mementity307 was removed from the circle of trust, memcot307. cotmembershiptests-test307-removecotmember-expected-exit-code=0 cotmembershiptests-test308-create-setup-realms=/realm308 cotmembershiptests-test308-create-setup-cots=/realm308,memcot308 cotmembershiptests-test308-use-verbose-option=false cotmembershiptests-test308-use-debug-option=true cotmembershiptests-test308-use-long-options=false cotmembershiptests-test308-create-description=Creates a sp metadata template with xacml policy enforcement point in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test308-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test308-entityid=mementity308 cotmembershiptests-test308-metadatafile=/tmp/mm.xml cotmembershiptests-test308-extendeddatafile=/tmp/xx.xml cotmembershiptests-test308-create-midp= cotmembershiptests-test308-create-msp=/realm308/sp cotmembershiptests-test308-create-optionalattributes=-r=test,-e=xacmlpep,-z=test cotmembershiptests-test308-spec=saml2 cotmembershiptests-test308-create-expected-exit-code=0 cotmembershiptests-test308-cot-realm=/realm308 cotmembershiptests-test308-cot-name=memcot308 cotmembershiptests-test308-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test308-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test308-importentity-expected-exit-code=0 cotmembershiptests-test308-deleteentity-extendedonly=false cotmembershiptests-test308-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy enforcement point in saml2 with encryption enabled and debug option cotmembershiptests-test308-deleteentity-message-to-find=Descriptor was deleted for entity, mementity308. cotmembershiptests-test308-deleteentity-expected-exit-code=0 cotmembershiptests-test308-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test308-addcotmember-message-to-find=Entity, mementity308 was added to the circle of trust, memcot308, in realm /realm308. cotmembershiptests-test308-addcotmember-expected-exit-code=0 cotmembershiptests-test308-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test308-listcotmembers-message-to-find=mementity308 cotmembershiptests-test308-listcotmembers-expected-exit-code=0 cotmembershiptests-test308-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test308-removecotmember-message-to-find=Entity, mementity308 was removed from the circle of trust, memcot308. cotmembershiptests-test308-removecotmember-expected-exit-code=0 cotmembershiptests-test309-create-setup-realms=/realm309 cotmembershiptests-test309-create-setup-cots=/realm309,memcot309 cotmembershiptests-test309-use-verbose-option=false cotmembershiptests-test309-use-debug-option=true cotmembershiptests-test309-use-long-options=false cotmembershiptests-test309-create-description=Creates a sp metadata template with xacml policy enforcement point in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test309-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test309-entityid=mementity309 cotmembershiptests-test309-metadatafile=/tmp/mm.xml cotmembershiptests-test309-extendeddatafile=/tmp/xx.xml cotmembershiptests-test309-create-midp= cotmembershiptests-test309-create-msp=/realm309/sp cotmembershiptests-test309-create-optionalattributes=-a=test,-e=xacmlpep,-k=test,-z=test,-r=test cotmembershiptests-test309-spec=saml2 cotmembershiptests-test309-create-expected-exit-code=0 cotmembershiptests-test309-cot-realm=/realm309 cotmembershiptests-test309-cot-name=memcot309 cotmembershiptests-test309-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test309-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test309-importentity-expected-exit-code=0 cotmembershiptests-test309-deleteentity-extendedonly=false cotmembershiptests-test309-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and debug option cotmembershiptests-test309-deleteentity-message-to-find=Descriptor was deleted for entity, mementity309. cotmembershiptests-test309-deleteentity-expected-exit-code=0 cotmembershiptests-test309-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test309-addcotmember-message-to-find=Entity, mementity309 was added to the circle of trust, memcot309, in realm /realm309. cotmembershiptests-test309-addcotmember-expected-exit-code=0 cotmembershiptests-test309-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test309-listcotmembers-message-to-find=mementity309 cotmembershiptests-test309-listcotmembers-expected-exit-code=0 cotmembershiptests-test309-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test309-removecotmember-message-to-find=Entity, mementity309 was removed from the circle of trust, memcot309. cotmembershiptests-test309-removecotmember-expected-exit-code=0 cotmembershiptests-test310-create-setup-realms=/realm310 cotmembershiptests-test310-create-setup-cots=/realm310,memcot310 cotmembershiptests-test310-use-verbose-option=true cotmembershiptests-test310-use-debug-option=false cotmembershiptests-test310-use-long-options=false cotmembershiptests-test310-create-description=Creates a sp metadata template with xacml policy enforcement point in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test310-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test310-entityid=mementity310 cotmembershiptests-test310-metadatafile=/tmp/mm.xml cotmembershiptests-test310-extendeddatafile=/tmp/xx.xml cotmembershiptests-test310-create-midp= cotmembershiptests-test310-create-msp=/realm310/sp cotmembershiptests-test310-create-optionalattributes=-a=test,-e=xacmlpep,-k=test cotmembershiptests-test310-spec=saml2 cotmembershiptests-test310-create-expected-exit-code=0 cotmembershiptests-test310-cot-realm=/realm310 cotmembershiptests-test310-cot-name=memcot310 cotmembershiptests-test310-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test310-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test310-importentity-expected-exit-code=0 cotmembershiptests-test310-deleteentity-extendedonly=false cotmembershiptests-test310-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy enforcement point in saml2 with signing enabled and verbose option cotmembershiptests-test310-deleteentity-message-to-find=Descriptor was deleted for entity, mementity310. cotmembershiptests-test310-deleteentity-expected-exit-code=0 cotmembershiptests-test310-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test310-addcotmember-message-to-find=Entity, mementity310 was added to the circle of trust, memcot310, in realm /realm310. cotmembershiptests-test310-addcotmember-expected-exit-code=0 cotmembershiptests-test310-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test310-listcotmembers-message-to-find=mementity310 cotmembershiptests-test310-listcotmembers-expected-exit-code=0 cotmembershiptests-test310-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test310-removecotmember-message-to-find=Entity, mementity310 was removed from the circle of trust, memcot310. cotmembershiptests-test310-removecotmember-expected-exit-code=0 cotmembershiptests-test311-create-setup-realms=/realm311 cotmembershiptests-test311-create-setup-cots=/realm311,memcot311 cotmembershiptests-test311-use-verbose-option=true cotmembershiptests-test311-use-debug-option=false cotmembershiptests-test311-use-long-options=false cotmembershiptests-test311-create-description=Creates a sp metadata template with xacml policy enforcement point in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test311-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test311-entityid=mementity311 cotmembershiptests-test311-metadatafile=/tmp/mm.xml cotmembershiptests-test311-extendeddatafile=/tmp/xx.xml cotmembershiptests-test311-create-midp= cotmembershiptests-test311-create-msp=/realm311/sp cotmembershiptests-test311-create-optionalattributes=-r=test,-e=xacmlpep,-z=test cotmembershiptests-test311-spec=saml2 cotmembershiptests-test311-create-expected-exit-code=0 cotmembershiptests-test311-cot-realm=/realm311 cotmembershiptests-test311-cot-name=memcot311 cotmembershiptests-test311-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test311-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test311-importentity-expected-exit-code=0 cotmembershiptests-test311-deleteentity-extendedonly=false cotmembershiptests-test311-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy enforcement point in saml2 with encryption enabled and verbose option cotmembershiptests-test311-deleteentity-message-to-find=Descriptor was deleted for entity, mementity311. cotmembershiptests-test311-deleteentity-expected-exit-code=0 cotmembershiptests-test311-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test311-addcotmember-message-to-find=Entity, mementity311 was added to the circle of trust, memcot311, in realm /realm311. cotmembershiptests-test311-addcotmember-expected-exit-code=0 cotmembershiptests-test311-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test311-listcotmembers-message-to-find=mementity311 cotmembershiptests-test311-listcotmembers-expected-exit-code=0 cotmembershiptests-test311-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test311-removecotmember-message-to-find=Entity, mementity311 was removed from the circle of trust, memcot311. cotmembershiptests-test311-removecotmember-expected-exit-code=0 cotmembershiptests-test312-create-setup-realms=/realm312 cotmembershiptests-test312-create-setup-cots=/realm312,memcot312 cotmembershiptests-test312-use-verbose-option=true cotmembershiptests-test312-use-debug-option=false cotmembershiptests-test312-use-long-options=false cotmembershiptests-test312-create-description=Creates a sp metadata template with xacml policy enforcement point in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test312-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test312-entityid=mementity312 cotmembershiptests-test312-metadatafile=/tmp/mm.xml cotmembershiptests-test312-extendeddatafile=/tmp/xx.xml cotmembershiptests-test312-create-midp= cotmembershiptests-test312-create-msp=/realm312/sp cotmembershiptests-test312-create-optionalattributes=-a=test,-e=xacmlpep,-k=test,-z=test,-r=test cotmembershiptests-test312-spec=saml2 cotmembershiptests-test312-create-expected-exit-code=0 cotmembershiptests-test312-cot-realm=/realm312 cotmembershiptests-test312-cot-name=memcot312 cotmembershiptests-test312-importentity-description=Imports the sp metadata template with xacml policy enforcement point to create a entity in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test312-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test312-importentity-expected-exit-code=0 cotmembershiptests-test312-deleteentity-extendedonly=false cotmembershiptests-test312-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy enforcement point in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test312-deleteentity-message-to-find=Descriptor was deleted for entity, mementity312. cotmembershiptests-test312-deleteentity-expected-exit-code=0 cotmembershiptests-test312-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test312-addcotmember-message-to-find=Entity, mementity312 was added to the circle of trust, memcot312, in realm /realm312. cotmembershiptests-test312-addcotmember-expected-exit-code=0 cotmembershiptests-test312-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test312-listcotmembers-message-to-find=mementity312 cotmembershiptests-test312-listcotmembers-expected-exit-code=0 cotmembershiptests-test312-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy enforcement point in saml2 cotmembershiptests-test312-removecotmember-message-to-find=Entity, mementity312 was removed from the circle of trust, memcot312. cotmembershiptests-test312-removecotmember-expected-exit-code=0 # signing and encryption testcases of XACML POLICY DECISION POINT with IDP in sub realm cotmembershiptests-test313-create-setup-realms=/realm313 cotmembershiptests-test313-create-setup-cots=/realm313,memcot313 cotmembershiptests-test313-use-verbose-option=false cotmembershiptests-test313-use-debug-option=false cotmembershiptests-test313-use-long-options=true cotmembershiptests-test313-create-description=Creates a idp metadata template with xacml policy decision point in sub realm with saml2 with signing enabled and long option cotmembershiptests-test313-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test313-entityid=mementity313 cotmembershiptests-test313-metadatafile=/tmp/mm.xml cotmembershiptests-test313-extendeddatafile=/tmp/xx.xml cotmembershiptests-test313-create-midp=/realm313/idp cotmembershiptests-test313-create-msp= cotmembershiptests-test313-create-optionalattributes=--idpscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test cotmembershiptests-test313-spec=saml2 cotmembershiptests-test313-create-expected-exit-code=0 cotmembershiptests-test313-cot-realm=/realm313 cotmembershiptests-test313-cot-name=memcot313 cotmembershiptests-test313-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with signing enabled and long option cotmembershiptests-test313-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test313-importentity-expected-exit-code=0 cotmembershiptests-test313-deleteentity-extendedonly=false cotmembershiptests-test313-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy decision point in saml2 with signing enabled and long option cotmembershiptests-test313-deleteentity-message-to-find=Descriptor was deleted for entity, mementity313. cotmembershiptests-test313-deleteentity-expected-exit-code=0 cotmembershiptests-test313-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test313-addcotmember-message-to-find=Entity, mementity313 was added to the circle of trust, memcot313, in realm /realm313. cotmembershiptests-test313-addcotmember-expected-exit-code=0 cotmembershiptests-test313-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test313-listcotmembers-message-to-find=mementity313 cotmembershiptests-test313-listcotmembers-expected-exit-code=0 cotmembershiptests-test313-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test313-removecotmember-message-to-find=Entity, mementity313 was removed from the circle of trust, memcot313. cotmembershiptests-test313-removecotmember-expected-exit-code=0 cotmembershiptests-test314-create-setup-realms=/realm314 cotmembershiptests-test314-create-setup-cots=/realm314,memcot314 cotmembershiptests-test314-use-verbose-option=false cotmembershiptests-test314-use-debug-option=false cotmembershiptests-test314-use-long-options=true cotmembershiptests-test314-create-description=Creates a idp metadata template with xacml policy decision point in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test314-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test314-entityid=mementity314 cotmembershiptests-test314-metadatafile=/tmp/mm.xml cotmembershiptests-test314-extendeddatafile=/tmp/xx.xml cotmembershiptests-test314-create-midp=/realm314/idp cotmembershiptests-test314-create-msp= cotmembershiptests-test314-create-optionalattributes=--idpecertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpecertalias=test cotmembershiptests-test314-spec=saml2 cotmembershiptests-test314-create-expected-exit-code=0 cotmembershiptests-test314-cot-realm=/realm314 cotmembershiptests-test314-cot-name=memcot314 cotmembershiptests-test314-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test314-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test314-importentity-expected-exit-code=0 cotmembershiptests-test314-deleteentity-extendedonly=false cotmembershiptests-test314-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy decision point in saml2 with encryption enabled and long option cotmembershiptests-test314-deleteentity-message-to-find=Descriptor was deleted for entity, mementity314. cotmembershiptests-test314-deleteentity-expected-exit-code=0 cotmembershiptests-test314-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test314-addcotmember-message-to-find=Entity, mementity314 was added to the circle of trust, memcot314, in realm /realm314. cotmembershiptests-test314-addcotmember-expected-exit-code=0 cotmembershiptests-test314-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test314-listcotmembers-message-to-find=mementity314 cotmembershiptests-test314-listcotmembers-expected-exit-code=0 cotmembershiptests-test314-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test314-removecotmember-message-to-find=Entity, mementity314 was removed from the circle of trust, memcot314. cotmembershiptests-test314-removecotmember-expected-exit-code=0 cotmembershiptests-test315-create-setup-realms=/realm315 cotmembershiptests-test315-create-setup-cots=/realm315,memcot315 cotmembershiptests-test315-use-verbose-option=false cotmembershiptests-test315-use-debug-option=false cotmembershiptests-test315-use-long-options=true cotmembershiptests-test315-create-description=Creates a idp metadata template with xacml policy decision point in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test315-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test315-entityid=mementity315 cotmembershiptests-test315-metadatafile=/tmp/mm.xml cotmembershiptests-test315-extendeddatafile=/tmp/xx.xml cotmembershiptests-test315-create-midp=/realm315/idp cotmembershiptests-test315-create-msp= cotmembershiptests-test315-create-optionalattributes=--idpscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test,--xacmlpdpecertalias=test,--idpecertalias=test cotmembershiptests-test315-spec=saml2 cotmembershiptests-test315-create-expected-exit-code=0 cotmembershiptests-test315-cot-realm=/realm315 cotmembershiptests-test315-cot-name=memcot315 cotmembershiptests-test315-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test315-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test315-importentity-expected-exit-code=0 cotmembershiptests-test315-deleteentity-extendedonly=false cotmembershiptests-test315-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy decision point in saml2 with signing and encryption enabled and long option cotmembershiptests-test315-deleteentity-message-to-find=Descriptor was deleted for entity, mementity315. cotmembershiptests-test315-deleteentity-expected-exit-code=0 cotmembershiptests-test315-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test315-addcotmember-message-to-find=Entity, mementity315 was added to the circle of trust, memcot315, in realm /realm315. cotmembershiptests-test315-addcotmember-expected-exit-code=0 cotmembershiptests-test315-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test315-listcotmembers-message-to-find=mementity315 cotmembershiptests-test315-listcotmembers-expected-exit-code=0 cotmembershiptests-test315-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test315-removecotmember-message-to-find=Entity, mementity315 was removed from the circle of trust, memcot315. cotmembershiptests-test315-removecotmember-expected-exit-code=0 cotmembershiptests-test316-create-setup-realms=/realm316 cotmembershiptests-test316-create-setup-cots=/realm316,memcot316 cotmembershiptests-test316-use-verbose-option=false cotmembershiptests-test316-use-debug-option=true cotmembershiptests-test316-use-long-options=false cotmembershiptests-test316-create-description=Creates a idp metadata template with xacml policy decision point in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test316-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test316-entityid=mementity316 cotmembershiptests-test316-metadatafile=/tmp/mm.xml cotmembershiptests-test316-extendeddatafile=/tmp/xx.xml cotmembershiptests-test316-create-midp=/realm316/idp cotmembershiptests-test316-create-msp= cotmembershiptests-test316-create-optionalattributes=-b=test,-p=xacmlpdp,-t=test cotmembershiptests-test316-spec=saml2 cotmembershiptests-test316-create-expected-exit-code=0 cotmembershiptests-test316-cot-realm=/realm316 cotmembershiptests-test316-cot-name=memcot316 cotmembershiptests-test316-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test316-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test316-importentity-expected-exit-code=0 cotmembershiptests-test316-deleteentity-extendedonly=false cotmembershiptests-test316-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy decision point in saml2 with signing enabled and debug option cotmembershiptests-test316-deleteentity-message-to-find=Descriptor was deleted for entity, mementity316. cotmembershiptests-test316-deleteentity-expected-exit-code=0 cotmembershiptests-test316-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test316-addcotmember-message-to-find=Entity, mementity316 was added to the circle of trust, memcot316, in realm /realm316. cotmembershiptests-test316-addcotmember-expected-exit-code=0 cotmembershiptests-test316-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test316-listcotmembers-message-to-find=mementity316 cotmembershiptests-test316-listcotmembers-expected-exit-code=0 cotmembershiptests-test316-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test316-removecotmember-message-to-find=Entity, mementity316 was removed from the circle of trust, memcot316. cotmembershiptests-test316-removecotmember-expected-exit-code=0 cotmembershiptests-test317-create-setup-realms=/realm317 cotmembershiptests-test317-create-setup-cots=/realm317,memcot317 cotmembershiptests-test317-use-verbose-option=false cotmembershiptests-test317-use-debug-option=true cotmembershiptests-test317-use-long-options=false cotmembershiptests-test317-create-description=Creates a idp metadata template with xacml policy decision point in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test317-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test317-entityid=mementity317 cotmembershiptests-test317-metadatafile=/tmp/mm.xml cotmembershiptests-test317-extendeddatafile=/tmp/xx.xml cotmembershiptests-test317-create-midp=/realm317/idp cotmembershiptests-test317-create-msp= cotmembershiptests-test317-create-optionalattributes=-g=test,-p=xacmlpdp,-j=test cotmembershiptests-test317-spec=saml2 cotmembershiptests-test317-create-expected-exit-code=0 cotmembershiptests-test317-cot-realm=/realm317 cotmembershiptests-test317-cot-name=memcot317 cotmembershiptests-test317-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test317-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test317-importentity-expected-exit-code=0 cotmembershiptests-test317-deleteentity-extendedonly=false cotmembershiptests-test317-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy decision point in saml2 with encryption enabled and debug option cotmembershiptests-test317-deleteentity-message-to-find=Descriptor was deleted for entity, mementity317. cotmembershiptests-test317-deleteentity-expected-exit-code=0 cotmembershiptests-test317-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test317-addcotmember-message-to-find=Entity, mementity317 was added to the circle of trust, memcot317, in realm /realm317. cotmembershiptests-test317-addcotmember-expected-exit-code=0 cotmembershiptests-test317-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test317-listcotmembers-message-to-find=mementity317 cotmembershiptests-test317-listcotmembers-expected-exit-code=0 cotmembershiptests-test317-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test317-removecotmember-message-to-find=Entity, mementity317 was removed from the circle of trust, memcot317. cotmembershiptests-test317-removecotmember-expected-exit-code=0 cotmembershiptests-test318-create-setup-realms=/realm318 cotmembershiptests-test318-create-setup-cots=/realm318,memcot318 cotmembershiptests-test318-use-verbose-option=false cotmembershiptests-test318-use-debug-option=true cotmembershiptests-test318-use-long-options=false cotmembershiptests-test318-create-description=Creates a idp metadata template with xacml policy decision point in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test318-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test318-entityid=mementity318 cotmembershiptests-test318-metadatafile=/tmp/mm.xml cotmembershiptests-test318-extendeddatafile=/tmp/xx.xml cotmembershiptests-test318-create-midp=/realm318/idp cotmembershiptests-test318-create-msp= cotmembershiptests-test318-create-optionalattributes=-b=test,-p=xacmlpdp,-t=test,-j=test,-g=test cotmembershiptests-test318-spec=saml2 cotmembershiptests-test318-create-expected-exit-code=0 cotmembershiptests-test318-cot-realm=/realm318 cotmembershiptests-test318-cot-name=memcot318 cotmembershiptests-test318-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test318-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test318-importentity-expected-exit-code=0 cotmembershiptests-test318-deleteentity-extendedonly=false cotmembershiptests-test318-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy decision point in saml2 with signing and encryption enabled and debug option cotmembershiptests-test318-deleteentity-message-to-find=Descriptor was deleted for entity, mementity318. cotmembershiptests-test318-deleteentity-expected-exit-code=0 cotmembershiptests-test318-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test318-addcotmember-message-to-find=Entity, mementity318 was added to the circle of trust, memcot318, in realm /realm318. cotmembershiptests-test318-addcotmember-expected-exit-code=0 cotmembershiptests-test318-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test318-listcotmembers-message-to-find=mementity318 cotmembershiptests-test318-listcotmembers-expected-exit-code=0 cotmembershiptests-test318-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test318-removecotmember-message-to-find=Entity, mementity318 was removed from the circle of trust, memcot318. cotmembershiptests-test318-removecotmember-expected-exit-code=0 cotmembershiptests-test319-create-setup-realms=/realm319 cotmembershiptests-test319-create-setup-cots=/realm319,memcot319 cotmembershiptests-test319-use-verbose-option=true cotmembershiptests-test319-use-debug-option=false cotmembershiptests-test319-use-long-options=false cotmembershiptests-test319-create-description=Creates a idp metadata template with xacml policy decision point in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test319-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test319-entityid=mementity319 cotmembershiptests-test319-metadatafile=/tmp/mm.xml cotmembershiptests-test319-extendeddatafile=/tmp/xx.xml cotmembershiptests-test319-create-midp=/realm319/idp cotmembershiptests-test319-create-msp= cotmembershiptests-test319-create-optionalattributes=-b=test,-p=xacmlpdp,-t=test cotmembershiptests-test319-spec=saml2 cotmembershiptests-test319-create-expected-exit-code=0 cotmembershiptests-test319-cot-realm=/realm319 cotmembershiptests-test319-cot-name=memcot319 cotmembershiptests-test319-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test319-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test319-importentity-expected-exit-code=0 cotmembershiptests-test319-deleteentity-extendedonly=false cotmembershiptests-test319-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy decision point in saml2 with signing enabled and verbose option cotmembershiptests-test319-deleteentity-message-to-find=Descriptor was deleted for entity, mementity319. cotmembershiptests-test319-deleteentity-expected-exit-code=0 cotmembershiptests-test319-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test319-addcotmember-message-to-find=Entity, mementity319 was added to the circle of trust, memcot319, in realm /realm319. cotmembershiptests-test319-addcotmember-expected-exit-code=0 cotmembershiptests-test319-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test319-listcotmembers-message-to-find=mementity319 cotmembershiptests-test319-listcotmembers-expected-exit-code=0 cotmembershiptests-test319-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test319-removecotmember-message-to-find=Entity, mementity319 was removed from the circle of trust, memcot319. cotmembershiptests-test319-removecotmember-expected-exit-code=0 cotmembershiptests-test320-create-setup-realms=/realm320 cotmembershiptests-test320-create-setup-cots=/realm320,memcot320 cotmembershiptests-test320-use-verbose-option=true cotmembershiptests-test320-use-debug-option=false cotmembershiptests-test320-use-long-options=false cotmembershiptests-test320-create-description=Creates a idp metadata template with xacml policy decision point in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test320-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test320-entityid=mementity320 cotmembershiptests-test320-metadatafile=/tmp/mm.xml cotmembershiptests-test320-extendeddatafile=/tmp/xx.xml cotmembershiptests-test320-create-midp=/realm320/idp cotmembershiptests-test320-create-msp= cotmembershiptests-test320-create-optionalattributes=-g=test,-p=xacmlpdp,-j=test cotmembershiptests-test320-spec=saml2 cotmembershiptests-test320-create-expected-exit-code=0 cotmembershiptests-test320-cot-realm=/realm320 cotmembershiptests-test320-cot-name=memcot320 cotmembershiptests-test320-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test320-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test320-importentity-expected-exit-code=0 cotmembershiptests-test320-deleteentity-extendedonly=false cotmembershiptests-test320-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy decision point in saml2 with encryption enabled and verbose option cotmembershiptests-test320-deleteentity-message-to-find=Descriptor was deleted for entity, mementity320. cotmembershiptests-test320-deleteentity-expected-exit-code=0 cotmembershiptests-test320-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test320-addcotmember-message-to-find=Entity, mementity320 was added to the circle of trust, memcot320, in realm /realm320. cotmembershiptests-test320-addcotmember-expected-exit-code=0 cotmembershiptests-test320-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test320-listcotmembers-message-to-find=mementity320 cotmembershiptests-test320-listcotmembers-expected-exit-code=0 cotmembershiptests-test320-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test320-removecotmember-message-to-find=Entity, mementity320 was removed from the circle of trust, memcot320. cotmembershiptests-test320-removecotmember-expected-exit-code=0 cotmembershiptests-test321-create-setup-realms=/realm321 cotmembershiptests-test321-create-setup-cots=/realm321,memcot321 cotmembershiptests-test321-use-verbose-option=true cotmembershiptests-test321-use-debug-option=false cotmembershiptests-test321-use-long-options=false cotmembershiptests-test321-create-description=Creates a idp metadata template with xacml policy decision point in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test321-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test321-entityid=mementity321 cotmembershiptests-test321-metadatafile=/tmp/mm.xml cotmembershiptests-test321-extendeddatafile=/tmp/xx.xml cotmembershiptests-test321-create-midp=/realm321/idp cotmembershiptests-test321-create-msp= cotmembershiptests-test321-create-optionalattributes=-b=test,-p=xacmlpdp,-t=test,-j=test,-g=test cotmembershiptests-test321-spec=saml2 cotmembershiptests-test321-create-expected-exit-code=0 cotmembershiptests-test321-cot-realm=/realm321 cotmembershiptests-test321-cot-name=memcot321 cotmembershiptests-test321-importentity-description=Imports the idp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test321-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test321-importentity-expected-exit-code=0 cotmembershiptests-test321-deleteentity-extendedonly=false cotmembershiptests-test321-deleteentity-description=Deletes the entity in sub realm of idp metadata with xacml policy decision point in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test321-deleteentity-message-to-find=Descriptor was deleted for entity, mementity321. cotmembershiptests-test321-deleteentity-expected-exit-code=0 cotmembershiptests-test321-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test321-addcotmember-message-to-find=Entity, mementity321 was added to the circle of trust, memcot321, in realm /realm321. cotmembershiptests-test321-addcotmember-expected-exit-code=0 cotmembershiptests-test321-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test321-listcotmembers-message-to-find=mementity321 cotmembershiptests-test321-listcotmembers-expected-exit-code=0 cotmembershiptests-test321-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with xacml policy decision point in saml2 cotmembershiptests-test321-removecotmember-message-to-find=Entity, mementity321 was removed from the circle of trust, memcot321. cotmembershiptests-test321-removecotmember-expected-exit-code=0 # signing and encryption testcases of XACML POLICY DECISION POINT with SP in sub realm cotmembershiptests-test322-create-setup-realms=/realm322 cotmembershiptests-test322-create-setup-cots=/realm322,memcot322 cotmembershiptests-test322-use-verbose-option=false cotmembershiptests-test322-use-debug-option=false cotmembershiptests-test322-use-long-options=true cotmembershiptests-test322-create-description=Creates a sp metadata template with xacml policy decision point in sub realm with saml2 with signing enabled and long option cotmembershiptests-test322-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test322-entityid=mementity322 cotmembershiptests-test322-metadatafile=/tmp/mm.xml cotmembershiptests-test322-extendeddatafile=/tmp/xx.xml cotmembershiptests-test322-create-midp= cotmembershiptests-test322-create-msp=/realm322/sp cotmembershiptests-test322-create-optionalattributes=--spscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test cotmembershiptests-test322-spec=saml2 cotmembershiptests-test322-create-expected-exit-code=0 cotmembershiptests-test322-cot-realm=/realm322 cotmembershiptests-test322-cot-name=memcot322 cotmembershiptests-test322-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with signing enabled and long option cotmembershiptests-test322-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test322-importentity-expected-exit-code=0 cotmembershiptests-test322-deleteentity-extendedonly=false cotmembershiptests-test322-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy decision point in saml2 with signing enabled and long option cotmembershiptests-test322-deleteentity-message-to-find=Descriptor was deleted for entity, mementity322. cotmembershiptests-test322-deleteentity-expected-exit-code=0 cotmembershiptests-test322-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test322-addcotmember-message-to-find=Entity, mementity322 was added to the circle of trust, memcot322, in realm /realm322. cotmembershiptests-test322-addcotmember-expected-exit-code=0 cotmembershiptests-test322-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test322-listcotmembers-message-to-find=mementity322 cotmembershiptests-test322-listcotmembers-expected-exit-code=0 cotmembershiptests-test322-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test322-removecotmember-message-to-find=Entity, mementity322 was removed from the circle of trust, memcot322. cotmembershiptests-test322-removecotmember-expected-exit-code=0 cotmembershiptests-test323-create-setup-realms=/realm323 cotmembershiptests-test323-create-setup-cots=/realm323,memcot323 cotmembershiptests-test323-use-verbose-option=false cotmembershiptests-test323-use-debug-option=false cotmembershiptests-test323-use-long-options=true cotmembershiptests-test323-create-description=Creates a sp metadata template with xacml policy decision point in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test323-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test323-entityid=mementity323 cotmembershiptests-test323-metadatafile=/tmp/mm.xml cotmembershiptests-test323-extendeddatafile=/tmp/xx.xml cotmembershiptests-test323-create-midp= cotmembershiptests-test323-create-msp=/realm323/sp cotmembershiptests-test323-create-optionalattributes=--specertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpecertalias=test cotmembershiptests-test323-spec=saml2 cotmembershiptests-test323-create-expected-exit-code=0 cotmembershiptests-test323-cot-realm=/realm323 cotmembershiptests-test323-cot-name=memcot323 cotmembershiptests-test323-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with encryption enabled and long option cotmembershiptests-test323-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test323-importentity-expected-exit-code=0 cotmembershiptests-test323-deleteentity-extendedonly=false cotmembershiptests-test323-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy decision point in saml2 with encryption enabled and long option cotmembershiptests-test323-deleteentity-message-to-find=Descriptor was deleted for entity, mementity323. cotmembershiptests-test323-deleteentity-expected-exit-code=0 cotmembershiptests-test323-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test323-addcotmember-message-to-find=Entity, mementity323 was added to the circle of trust, memcot323, in realm /realm323. cotmembershiptests-test323-addcotmember-expected-exit-code=0 cotmembershiptests-test323-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test323-listcotmembers-message-to-find=mementity323 cotmembershiptests-test323-listcotmembers-expected-exit-code=0 cotmembershiptests-test323-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test323-removecotmember-message-to-find=Entity, mementity323 was removed from the circle of trust, memcot323. cotmembershiptests-test323-removecotmember-expected-exit-code=0 cotmembershiptests-test324-create-setup-realms=/realm324 cotmembershiptests-test324-create-setup-cots=/realm324,memcot324 cotmembershiptests-test324-use-verbose-option=false cotmembershiptests-test324-use-debug-option=false cotmembershiptests-test324-use-long-options=true cotmembershiptests-test324-create-description=Creates a sp metadata template with xacml policy decision point in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test324-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test324-entityid=mementity324 cotmembershiptests-test324-metadatafile=/tmp/mm.xml cotmembershiptests-test324-extendeddatafile=/tmp/xx.xml cotmembershiptests-test324-create-midp= cotmembershiptests-test324-create-msp=/realm324/sp cotmembershiptests-test324-create-optionalattributes=--spscertalias=test,--xacmlpdp=xacmlpdp,--xacmlpdpscertalias=test,--xacmlpdpecertalias=test,--specertalias=test cotmembershiptests-test324-spec=saml2 cotmembershiptests-test324-create-expected-exit-code=0 cotmembershiptests-test324-cot-realm=/realm324 cotmembershiptests-test324-cot-name=memcot324 cotmembershiptests-test324-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with signing and encryption enabled and long option cotmembershiptests-test324-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test324-importentity-expected-exit-code=0 cotmembershiptests-test324-deleteentity-extendedonly=false cotmembershiptests-test324-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy decision point in saml2 with signing and encryption enabled and long option cotmembershiptests-test324-deleteentity-message-to-find=Descriptor was deleted for entity, mementity324. cotmembershiptests-test324-deleteentity-expected-exit-code=0 cotmembershiptests-test324-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test324-addcotmember-message-to-find=Entity, mementity324 was added to the circle of trust, memcot324, in realm /realm324. cotmembershiptests-test324-addcotmember-expected-exit-code=0 cotmembershiptests-test324-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test324-listcotmembers-message-to-find=mementity324 cotmembershiptests-test324-listcotmembers-expected-exit-code=0 cotmembershiptests-test324-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test324-removecotmember-message-to-find=Entity, mementity324 was removed from the circle of trust, memcot324. cotmembershiptests-test324-removecotmember-expected-exit-code=0 cotmembershiptests-test325-create-setup-realms=/realm325 cotmembershiptests-test325-create-setup-cots=/realm325,memcot325 cotmembershiptests-test325-use-verbose-option=false cotmembershiptests-test325-use-debug-option=true cotmembershiptests-test325-use-long-options=false cotmembershiptests-test325-create-description=Creates a sp metadata template with xacml policy decision point in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test325-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test325-entityid=mementity325 cotmembershiptests-test325-metadatafile=/tmp/mm.xml cotmembershiptests-test325-extendeddatafile=/tmp/xx.xml cotmembershiptests-test325-create-midp= cotmembershiptests-test325-create-msp=/realm325/sp cotmembershiptests-test325-create-optionalattributes=-a=test,-p=xacmlpdp,-t=test cotmembershiptests-test325-spec=saml2 cotmembershiptests-test325-create-expected-exit-code=0 cotmembershiptests-test325-cot-realm=/realm325 cotmembershiptests-test325-cot-name=memcot325 cotmembershiptests-test325-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with signing enabled and debug option cotmembershiptests-test325-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test325-importentity-expected-exit-code=0 cotmembershiptests-test325-deleteentity-extendedonly=false cotmembershiptests-test325-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy decision point in saml2 with signing enabled and debug option cotmembershiptests-test325-deleteentity-message-to-find=Descriptor was deleted for entity, mementity325. cotmembershiptests-test325-deleteentity-expected-exit-code=0 cotmembershiptests-test325-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test325-addcotmember-message-to-find=Entity, mementity325 was added to the circle of trust, memcot325, in realm /realm325. cotmembershiptests-test325-addcotmember-expected-exit-code=0 cotmembershiptests-test325-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test325-listcotmembers-message-to-find=mementity325 cotmembershiptests-test325-listcotmembers-expected-exit-code=0 cotmembershiptests-test325-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test325-removecotmember-message-to-find=Entity, mementity325 was removed from the circle of trust, memcot325. cotmembershiptests-test325-removecotmember-expected-exit-code=0 cotmembershiptests-test326-create-setup-realms=/realm326 cotmembershiptests-test326-create-setup-cots=/realm326,memcot326 cotmembershiptests-test326-use-verbose-option=false cotmembershiptests-test326-use-debug-option=true cotmembershiptests-test326-use-long-options=false cotmembershiptests-test326-create-description=Creates a sp metadata template with xacml policy decision point in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test326-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test326-entityid=mementity326 cotmembershiptests-test326-metadatafile=/tmp/mm.xml cotmembershiptests-test326-extendeddatafile=/tmp/xx.xml cotmembershiptests-test326-create-midp= cotmembershiptests-test326-create-msp=/realm326/sp cotmembershiptests-test326-create-optionalattributes=-r=test,-p=xacmlpdp,-j=test cotmembershiptests-test326-spec=saml2 cotmembershiptests-test326-create-expected-exit-code=0 cotmembershiptests-test326-cot-realm=/realm326 cotmembershiptests-test326-cot-name=memcot326 cotmembershiptests-test326-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with encryption enabled and debug option cotmembershiptests-test326-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test326-importentity-expected-exit-code=0 cotmembershiptests-test326-deleteentity-extendedonly=false cotmembershiptests-test326-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy decision point in saml2 with encryption enabled and debug option cotmembershiptests-test326-deleteentity-message-to-find=Descriptor was deleted for entity, mementity326. cotmembershiptests-test326-deleteentity-expected-exit-code=0 cotmembershiptests-test326-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test326-addcotmember-message-to-find=Entity, mementity326 was added to the circle of trust, memcot326, in realm /realm326. cotmembershiptests-test326-addcotmember-expected-exit-code=0 cotmembershiptests-test326-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test326-listcotmembers-message-to-find=mementity326 cotmembershiptests-test326-listcotmembers-expected-exit-code=0 cotmembershiptests-test326-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test326-removecotmember-message-to-find=Entity, mementity326 was removed from the circle of trust, memcot326. cotmembershiptests-test326-removecotmember-expected-exit-code=0 cotmembershiptests-test327-create-setup-realms=/realm327 cotmembershiptests-test327-create-setup-cots=/realm327,memcot327 cotmembershiptests-test327-use-verbose-option=false cotmembershiptests-test327-use-debug-option=true cotmembershiptests-test327-use-long-options=false cotmembershiptests-test327-create-description=Creates a sp metadata template with xacml policy decision point in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test327-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test327-entityid=mementity327 cotmembershiptests-test327-metadatafile=/tmp/mm.xml cotmembershiptests-test327-extendeddatafile=/tmp/xx.xml cotmembershiptests-test327-create-midp= cotmembershiptests-test327-create-msp=/realm327/sp cotmembershiptests-test327-create-optionalattributes=-a=test,-p=xacmlpdp,-t=test,-j=test,-r=test cotmembershiptests-test327-spec=saml2 cotmembershiptests-test327-create-expected-exit-code=0 cotmembershiptests-test327-cot-realm=/realm327 cotmembershiptests-test327-cot-name=memcot327 cotmembershiptests-test327-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with signing and encryption enabled and debug option cotmembershiptests-test327-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test327-importentity-expected-exit-code=0 cotmembershiptests-test327-deleteentity-extendedonly=false cotmembershiptests-test327-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy decision point in saml2 with signing and encryption enabled and debug option cotmembershiptests-test327-deleteentity-message-to-find=Descriptor was deleted for entity, mementity327. cotmembershiptests-test327-deleteentity-expected-exit-code=0 cotmembershiptests-test327-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test327-addcotmember-message-to-find=Entity, mementity327 was added to the circle of trust, memcot327, in realm /realm327. cotmembershiptests-test327-addcotmember-expected-exit-code=0 cotmembershiptests-test327-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test327-listcotmembers-message-to-find=mementity327 cotmembershiptests-test327-listcotmembers-expected-exit-code=0 cotmembershiptests-test327-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test327-removecotmember-message-to-find=Entity, mementity327 was removed from the circle of trust, memcot327. cotmembershiptests-test327-removecotmember-expected-exit-code=0 cotmembershiptests-test328-create-setup-realms=/realm328 cotmembershiptests-test328-create-setup-cots=/realm328,memcot328 cotmembershiptests-test328-use-verbose-option=true cotmembershiptests-test328-use-debug-option=false cotmembershiptests-test328-use-long-options=false cotmembershiptests-test328-create-description=Creates a sp metadata template with xacml policy decision point in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test328-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test328-entityid=mementity328 cotmembershiptests-test328-metadatafile=/tmp/mm.xml cotmembershiptests-test328-extendeddatafile=/tmp/xx.xml cotmembershiptests-test328-create-midp= cotmembershiptests-test328-create-msp=/realm328/sp cotmembershiptests-test328-create-optionalattributes=-a=test,-p=xacmlpdp,-t=test cotmembershiptests-test328-spec=saml2 cotmembershiptests-test328-create-expected-exit-code=0 cotmembershiptests-test328-cot-realm=/realm328 cotmembershiptests-test328-cot-name=memcot328 cotmembershiptests-test328-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with signing enabled and verbose option cotmembershiptests-test328-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test328-importentity-expected-exit-code=0 cotmembershiptests-test328-deleteentity-extendedonly=false cotmembershiptests-test328-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy decision point in saml2 with signing enabled and verbose option cotmembershiptests-test328-deleteentity-message-to-find=Descriptor was deleted for entity, mementity328. cotmembershiptests-test328-deleteentity-expected-exit-code=0 cotmembershiptests-test328-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test328-addcotmember-message-to-find=Entity, mementity328 was added to the circle of trust, memcot328, in realm /realm328. cotmembershiptests-test328-addcotmember-expected-exit-code=0 cotmembershiptests-test328-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test328-listcotmembers-message-to-find=mementity328 cotmembershiptests-test328-listcotmembers-expected-exit-code=0 cotmembershiptests-test328-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test328-removecotmember-message-to-find=Entity, mementity328 was removed from the circle of trust, memcot328. cotmembershiptests-test328-removecotmember-expected-exit-code=0 cotmembershiptests-test329-create-setup-realms=/realm329 cotmembershiptests-test329-create-setup-cots=/realm329,memcot329 cotmembershiptests-test329-use-verbose-option=true cotmembershiptests-test329-use-debug-option=false cotmembershiptests-test329-use-long-options=false cotmembershiptests-test329-create-description=Creates a sp metadata template with xacml policy decision point in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test329-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test329-entityid=mementity329 cotmembershiptests-test329-metadatafile=/tmp/mm.xml cotmembershiptests-test329-extendeddatafile=/tmp/xx.xml cotmembershiptests-test329-create-midp= cotmembershiptests-test329-create-msp=/realm329/sp cotmembershiptests-test329-create-optionalattributes=-r=test,-p=xacmlpdp,-j=test cotmembershiptests-test329-spec=saml2 cotmembershiptests-test329-create-expected-exit-code=0 cotmembershiptests-test329-cot-realm=/realm329 cotmembershiptests-test329-cot-name=memcot329 cotmembershiptests-test329-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with encryption enabled and verbose option cotmembershiptests-test329-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test329-importentity-expected-exit-code=0 cotmembershiptests-test329-deleteentity-extendedonly=false cotmembershiptests-test329-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy decision point in saml2 with encryption enabled and verbose option cotmembershiptests-test329-deleteentity-message-to-find=Descriptor was deleted for entity, mementity329. cotmembershiptests-test329-deleteentity-expected-exit-code=0 cotmembershiptests-test329-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test329-addcotmember-message-to-find=Entity, mementity329 was added to the circle of trust, memcot329, in realm /realm329. cotmembershiptests-test329-addcotmember-expected-exit-code=0 cotmembershiptests-test329-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test329-listcotmembers-message-to-find=mementity329 cotmembershiptests-test329-listcotmembers-expected-exit-code=0 cotmembershiptests-test329-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test329-removecotmember-message-to-find=Entity, mementity329 was removed from the circle of trust, memcot329. cotmembershiptests-test329-removecotmember-expected-exit-code=0 cotmembershiptests-test330-create-setup-realms=/realm330 cotmembershiptests-test330-create-setup-cots=/realm330,memcot330 cotmembershiptests-test330-use-verbose-option=true cotmembershiptests-test330-use-debug-option=false cotmembershiptests-test330-use-long-options=false cotmembershiptests-test330-create-description=Creates a sp metadata template with xacml policy decision point in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test330-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test330-entityid=mementity330 cotmembershiptests-test330-metadatafile=/tmp/mm.xml cotmembershiptests-test330-extendeddatafile=/tmp/xx.xml cotmembershiptests-test330-create-midp= cotmembershiptests-test330-create-msp=/realm330/sp cotmembershiptests-test330-create-optionalattributes=-a=test,-p=xacmlpdp,-t=test,-j=test,-r=test cotmembershiptests-test330-spec=saml2 cotmembershiptests-test330-create-expected-exit-code=0 cotmembershiptests-test330-cot-realm=/realm330 cotmembershiptests-test330-cot-name=memcot330 cotmembershiptests-test330-importentity-description=Imports the sp metadata template with xacml policy decision point to create a entity in sub realm with saml2 with signing and encryption enabled and verbose option cotmembershiptests-test330-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test330-importentity-expected-exit-code=0 cotmembershiptests-test330-deleteentity-extendedonly=false cotmembershiptests-test330-deleteentity-description=Deletes the entity in sub realm of sp metadata with xacml policy decision point in saml2 with signing and encryption enabled and verbose option cotmembershiptests-test330-deleteentity-message-to-find=Descriptor was deleted for entity, mementity330. cotmembershiptests-test330-deleteentity-expected-exit-code=0 cotmembershiptests-test330-addcotmember-description=Adds the entity to the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test330-addcotmember-message-to-find=Entity, mementity330 was added to the circle of trust, memcot330, in realm /realm330. cotmembershiptests-test330-addcotmember-expected-exit-code=0 cotmembershiptests-test330-listcotmembers-description=Lists the members of cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test330-listcotmembers-message-to-find=mementity330 cotmembershiptests-test330-listcotmembers-expected-exit-code=0 cotmembershiptests-test330-removecotmember-description=Removes the entity from the cot in sub realm of sp metadata with xacml policy decision point in saml2 cotmembershiptests-test330-removecotmember-message-to-find=Entity, mementity330 was removed from the circle of trust, memcot330. cotmembershiptests-test330-removecotmember-expected-exit-code=0 ####################SPECIAL CHARACTERS AND NEGATIVE TESTCASES################### cotmembershiptests-test331-create-setup-realms= cotmembershiptests-test331-create-setup-cots=/,memcot331 cotmembershiptests-test331-use-verbose-option=false cotmembershiptests-test331-use-debug-option=false cotmembershiptests-test331-use-long-options=false cotmembershiptests-test331-create-description=Creates a idp and sp metadata template in root realm with saml2 with special character '$' cotmembershiptests-test331-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test331-entityid=mementity331\$\$ cotmembershiptests-test331-metadatafile=/tmp/mm.xml cotmembershiptests-test331-extendeddatafile=/tmp/xx.xml cotmembershiptests-test331-create-midp=/idp cotmembershiptests-test331-create-msp=/sp cotmembershiptests-test331-create-optionalattributes= cotmembershiptests-test331-spec=saml2 cotmembershiptests-test331-create-expected-exit-code=0 cotmembershiptests-test331-cot-realm=/ cotmembershiptests-test331-cot-name=memcot331 cotmembershiptests-test331-importentity-description=Imports the idp and sp metadata template to create a entity in root realm with saml2 with special character '$' cotmembershiptests-test331-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test331-importentity-expected-exit-code=0 cotmembershiptests-test331-deleteentity-extendedonly=false cotmembershiptests-test331-deleteentity-description=Deletes the entity in root realm of idp and sp metadata with saml2 with special character '$' cotmembershiptests-test331-deleteentity-message-to-find=Descriptor was deleted for entity, mementity331$$. cotmembershiptests-test331-deleteentity-expected-exit-code=0 cotmembershiptests-test331-addcotmember-description=Adds the entity to the cot in root realm of idp and sp metadata with saml2 with special character '$' cotmembershiptests-test331-addcotmember-message-to-find=Entity, mementity331$$ was added to the circle of trust, memcot331, in realm /. cotmembershiptests-test331-addcotmember-expected-exit-code=0 cotmembershiptests-test331-listcotmembers-description=Lists the members of cot in root realm of idp and sp metadata with saml2 with special character '$' cotmembershiptests-test331-listcotmembers-message-to-find=mementity331$$ cotmembershiptests-test331-listcotmembers-expected-exit-code=0 cotmembershiptests-test331-removecotmember-description=Removes the entity from the cot in root realm of idp and sp metadata with saml2 with special character '$' cotmembershiptests-test331-removecotmember-message-to-find=Entity, mementity331$$ was removed from the circle of trust, memcot331. cotmembershiptests-test331-removecotmember-expected-exit-code=0 cotmembershiptests-test332-create-setup-realms= cotmembershiptests-test332-create-setup-cots=/,memcot332 cotmembershiptests-test332-use-verbose-option=false cotmembershiptests-test332-use-debug-option=false cotmembershiptests-test332-use-long-options=true cotmembershiptests-test332-create-description=Creates a idp and sp metadata template with long options in root realm with saml2 with special character '$' cotmembershiptests-test332-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test332-entityid=mementity332\$\$ cotmembershiptests-test332-metadatafile=/tmp/mm.xml cotmembershiptests-test332-extendeddatafile=/tmp/xx.xml cotmembershiptests-test332-create-midp=/idp cotmembershiptests-test332-create-msp=/sp cotmembershiptests-test332-create-optionalattributes= cotmembershiptests-test332-spec=saml2 cotmembershiptests-test332-create-expected-exit-code=0 cotmembershiptests-test332-cot-realm=/ cotmembershiptests-test332-cot-name=memcot332 cotmembershiptests-test332-importentity-description=Imports the idp and sp metadata template to create a entity with long options in root realm with saml2 with special character '$' cotmembershiptests-test332-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test332-importentity-expected-exit-code=0 cotmembershiptests-test332-deleteentity-extendedonly=false cotmembershiptests-test332-deleteentity-description=Deletes the entity with long options in root realm of idp and sp metadata with saml2 with special character '$' cotmembershiptests-test332-deleteentity-message-to-find=Descriptor was deleted for entity, mementity332$$. cotmembershiptests-test332-deleteentity-expected-exit-code=0 cotmembershiptests-test332-addcotmember-description=Adds the entity to the cot in root realm of idp and sp metadata with saml2 with special character '$' cotmembershiptests-test332-addcotmember-message-to-find=Entity, mementity332$$ was added to the circle of trust, memcot332, in realm /. cotmembershiptests-test332-addcotmember-expected-exit-code=0 cotmembershiptests-test332-listcotmembers-description=Lists the members of cot in root realm of idp and sp metadata with saml2 with special character '$' cotmembershiptests-test332-listcotmembers-message-to-find=mementity332$$ cotmembershiptests-test332-listcotmembers-expected-exit-code=0 cotmembershiptests-test332-removecotmember-description=Removes the entity from the cot in root realm of idp and sp metadata with saml2 with special character '$' cotmembershiptests-test332-removecotmember-message-to-find=Entity, mementity332$$ was removed from the circle of trust, memcot332. cotmembershiptests-test332-removecotmember-expected-exit-code=0 cotmembershiptests-test333-create-setup-realms=/memrealm333 cotmembershiptests-test333-create-setup-cots=/memrealm333,memcot333 cotmembershiptests-test333-use-verbose-option=false cotmembershiptests-test333-use-debug-option=false cotmembershiptests-test333-use-long-options=false cotmembershiptests-test333-create-description=Creates idp and sp metadata template in sub realm with saml2 with special characters '*, %, @, !, (, ), =, |, ~' cotmembershiptests-test333-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test333-entityid=mementity333\*\*%@!\(\)\=\|~ cotmembershiptests-test333-metadatafile=/tmp/mm.xml cotmembershiptests-test333-extendeddatafile=/tmp/xx.xml cotmembershiptests-test333-create-midp=/memrealm333/idp cotmembershiptests-test333-create-msp=/memrealm333/sp cotmembershiptests-test333-create-optionalattributes= cotmembershiptests-test333-spec=saml2 cotmembershiptests-test333-create-expected-exit-code=0 cotmembershiptests-test333-cot-realm=/memrealm333 cotmembershiptests-test333-cot-name=memcot333 cotmembershiptests-test333-importentity-description=Imports the idp and sp metadata template to create a entity in sub realm with saml2 with special characters '*, %, @, !, (, ), =, |, ~' cotmembershiptests-test333-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test333-importentity-expected-exit-code=0 cotmembershiptests-test333-deleteentity-extendedonly=false cotmembershiptests-test333-deleteentity-description=Deletes the entity in sub realm of idp and sp metadata with saml2 with special characters '*, %, @, !, (, ), =, |, ~' cotmembershiptests-test333-deleteentity-message-to-find=Descriptor was deleted for entity, mementity333**%@!()=|~. cotmembershiptests-test333-deleteentity-expected-exit-code=0 cotmembershiptests-test333-addcotmember-description=Adds the entity to the cot in sub realm of idp and sp metadata with saml2 with special characters '*, %, @, !, (, ), =, |, ~' cotmembershiptests-test333-addcotmember-message-to-find=Entity, mementity333**%@!()=|~ was added to the circle of trust, memcot333, in realm /memrealm333. cotmembershiptests-test333-addcotmember-expected-exit-code=0 cotmembershiptests-test333-listcotmembers-description=Lists the members of cot in sub realm of idp and sp metadata with saml2 with special characters '*, %, @, !, (, ), =, |, ~' cotmembershiptests-test333-listcotmembers-message-to-find=mementity333**%@!()=|~ cotmembershiptests-test333-listcotmembers-expected-exit-code=0 cotmembershiptests-test333-removecotmember-description=Removes the entity from the cot in sub realm of idp and sp metadata with saml2 with special characters '*, %, @, !, (, ), =, |, ~' cotmembershiptests-test333-removecotmember-message-to-find=Entity, mementity333**%@!()=|~ was removed from the circle of trust, memcot333. cotmembershiptests-test333-removecotmember-expected-exit-code=0 cotmembershiptests-test334-create-setup-realms=/memrealm334 cotmembershiptests-test334-create-setup-cots=/memrealm334,memcot334 cotmembershiptests-test334-use-verbose-option=false cotmembershiptests-test334-use-debug-option=false cotmembershiptests-test334-use-long-options=true cotmembershiptests-test334-create-description=Creates idp and sp metadata template with long options in sub realm with saml2 with special characters '*, %, @, !, (, ), =, |, ~' cotmembershiptests-test334-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test334-entityid=mementity334\*\*%@!\(\)\=\|~ cotmembershiptests-test334-metadatafile=/tmp/mm.xml cotmembershiptests-test334-extendeddatafile=/tmp/xx.xml cotmembershiptests-test334-create-midp=/memrealm334/idp cotmembershiptests-test334-create-msp=/memrealm334/sp cotmembershiptests-test334-create-optionalattributes= cotmembershiptests-test334-spec=saml2 cotmembershiptests-test334-create-expected-exit-code=0 cotmembershiptests-test334-cot-realm=/memrealm334 cotmembershiptests-test334-cot-name=memcot334 cotmembershiptests-test334-importentity-description=Imports the idp and sp metadata template to create a entity with long options in sub realm with saml2 with special characters '*, %, @, !, (, ), =, |, ~' cotmembershiptests-test334-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test334-importentity-expected-exit-code=0 cotmembershiptests-test334-deleteentity-extendedonly=false cotmembershiptests-test334-deleteentity-description=Deletes the entity with long options in sub realm of idp and sp metadata with saml2 with special characters '*, %, @, !, (, ), =, |, ~' cotmembershiptests-test334-deleteentity-message-to-find=Descriptor was deleted for entity, mementity334**%@!()=|~. cotmembershiptests-test334-deleteentity-expected-exit-code=0 cotmembershiptests-test334-addcotmember-description=Adds the entity to the cot in sub realm of idp and sp metadata with saml2 with special characters '*, %, @, !, (, ), =, |, ~' cotmembershiptests-test334-addcotmember-message-to-find=Entity, mementity334**%@!()=|~ was added to the circle of trust, memcot334, in realm /memrealm334. cotmembershiptests-test334-addcotmember-expected-exit-code=0 cotmembershiptests-test334-listcotmembers-description=Lists the members of cot in sub realm of idp and sp metadata with saml2 with special characters '*, %, @, !, (, ), =, |, ~' cotmembershiptests-test334-listcotmembers-message-to-find=mementity334**%@!()=|~ cotmembershiptests-test334-listcotmembers-expected-exit-code=0 cotmembershiptests-test334-removecotmember-description=Removes the entity from the cot in sub realm of idp and sp metadata with saml2 with special characters '*, %, @, !, (, ), =, |, ~' cotmembershiptests-test334-removecotmember-message-to-find=Entity, mementity334**%@!()=|~ was removed from the circle of trust, memcot334. cotmembershiptests-test334-removecotmember-expected-exit-code=0 cotmembershiptests-test335-create-setup-realms= cotmembershiptests-test335-create-setup-cots=/,memcot335 cotmembershiptests-test335-use-verbose-option=false cotmembershiptests-test335-use-debug-option=false cotmembershiptests-test335-use-long-options=false cotmembershiptests-test335-create-description=Creates idp and sp metadata template in root realm with saml2 with no entityid cotmembershiptests-test335-create-message-to-find= cotmembershiptests-test335-entityid= cotmembershiptests-test335-metadatafile=/tmp/mm.xml cotmembershiptests-test335-extendeddatafile=/tmp/xx.xml cotmembershiptests-test335-create-midp=/idp cotmembershiptests-test335-create-msp=/sp cotmembershiptests-test335-create-optionalattributes= cotmembershiptests-test335-spec=saml2 cotmembershiptests-test335-create-expected-exit-code=11 cotmembershiptests-test335-cot-realm=/ cotmembershiptests-test335-cot-name=memcot335 cotmembershiptests-test335-importentity-description=Imports the idp and sp metadata template to create a entity in root realm with saml2 with no entityid cotmembershiptests-test335-importentity-message-to-find=File not found, /tmp/xx.xml cotmembershiptests-test335-importentity-expected-exit-code=127 cotmembershiptests-test335-deleteentity-extendedonly=false cotmembershiptests-test335-deleteentity-description=Deletes the entity in root realm of idp and sp metadata with saml2 with no entityid cotmembershiptests-test335-deleteentity-message-to-find= cotmembershiptests-test335-deleteentity-expected-exit-code=11 cotmembershiptests-test335-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 with no entityid cotmembershiptests-test335-addcotmember-message-to-find= cotmembershiptests-test335-addcotmember-expected-exit-code=11 cotmembershiptests-test335-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 with no entityid cotmembershiptests-test335-listcotmembers-message-to-find=There are no trusted entities in the circle of trust, memcot335. cotmembershiptests-test335-listcotmembers-expected-exit-code=0 cotmembershiptests-test335-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 with no entityid cotmembershiptests-test335-removecotmember-message-to-find= cotmembershiptests-test335-removecotmember-expected-exit-code=11 cotmembershiptests-test336-create-setup-realms= cotmembershiptests-test336-create-setup-cots=/,memcot336 cotmembershiptests-test336-use-verbose-option=false cotmembershiptests-test336-use-debug-option=false cotmembershiptests-test336-use-long-options=true cotmembershiptests-test336-create-description=Creates idp and sp metadata template in root realm with saml2 with no entityid with long option cotmembershiptests-test336-create-message-to-find= cotmembershiptests-test336-entityid= cotmembershiptests-test336-metadatafile=/tmp/mm.xml cotmembershiptests-test336-extendeddatafile=/tmp/xx.xml cotmembershiptests-test336-create-midp=/idp cotmembershiptests-test336-create-msp=/sp cotmembershiptests-test336-create-optionalattributes= cotmembershiptests-test336-spec=saml2 cotmembershiptests-test336-create-expected-exit-code=11 cotmembershiptests-test336-cot-realm=/ cotmembershiptests-test336-cot-name=memcot336 cotmembershiptests-test336-importentity-description=Imports the idp and sp metadata template to create a entity in root realm with saml2 with no entityid with long option cotmembershiptests-test336-importentity-message-to-find=File not found, /tmp/xx.xml cotmembershiptests-test336-importentity-expected-exit-code=127 cotmembershiptests-test336-deleteentity-extendedonly=false cotmembershiptests-test336-deleteentity-description=Deletes the entity in root realm of idp and sp metadata with saml2 with no entityid with long option cotmembershiptests-test336-deleteentity-message-to-find= cotmembershiptests-test336-deleteentity-expected-exit-code=11 cotmembershiptests-test336-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 with no entityid with long option cotmembershiptests-test336-addcotmember-message-to-find= cotmembershiptests-test336-addcotmember-expected-exit-code=11 cotmembershiptests-test336-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 with no entityid with long option cotmembershiptests-test336-listcotmembers-message-to-find=There are no trusted entities in the circle of trust, memcot336. cotmembershiptests-test336-listcotmembers-expected-exit-code=0 cotmembershiptests-test336-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 with no entityid with long option cotmembershiptests-test336-removecotmember-message-to-find= cotmembershiptests-test336-removecotmember-expected-exit-code=11 cotmembershiptests-test337-create-setup-realms=/memrealm337 cotmembershiptests-test337-create-setup-cots=/memrealm337,memcot337 cotmembershiptests-test337-use-verbose-option=false cotmembershiptests-test337-use-debug-option=false cotmembershiptests-test337-use-long-options=false cotmembershiptests-test337-create-description=Creates idp and sp metadata template in sub realm with saml2 with no entityid cotmembershiptests-test337-create-message-to-find= cotmembershiptests-test337-entityid= cotmembershiptests-test337-metadatafile=/tmp/mm.xml cotmembershiptests-test337-extendeddatafile=/tmp/xx.xml cotmembershiptests-test337-create-midp=/memrealm337/idp cotmembershiptests-test337-create-msp=/memrealm337/sp cotmembershiptests-test337-create-optionalattributes= cotmembershiptests-test337-spec=saml2 cotmembershiptests-test337-create-expected-exit-code=11 cotmembershiptests-test337-cot-realm=/memrealm337 cotmembershiptests-test337-cot-name=memcot337 cotmembershiptests-test337-importentity-description=Imports the idp and sp metadata template to create a entity in sub realm with saml2 with no entityid cotmembershiptests-test337-importentity-message-to-find=File not found, /tmp/xx.xml cotmembershiptests-test337-importentity-expected-exit-code=127 cotmembershiptests-test337-deleteentity-extendedonly=false cotmembershiptests-test337-deleteentity-description=Deletes the entity in sub realm of idp and sp metadata with saml2 with no entityid cotmembershiptests-test337-deleteentity-message-to-find= cotmembershiptests-test337-deleteentity-expected-exit-code=11 cotmembershiptests-test337-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 with no entityid cotmembershiptests-test337-addcotmember-message-to-find= cotmembershiptests-test337-addcotmember-expected-exit-code=11 cotmembershiptests-test337-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 with no entityid cotmembershiptests-test337-listcotmembers-message-to-find=There are no trusted entities in the circle of trust, memcot337. cotmembershiptests-test337-listcotmembers-expected-exit-code=0 cotmembershiptests-test337-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 with no entityid cotmembershiptests-test337-removecotmember-message-to-find= cotmembershiptests-test337-removecotmember-expected-exit-code=11 cotmembershiptests-test338-create-setup-realms=/memrealm338 cotmembershiptests-test338-create-setup-cots=/memrealm338,memcot338 cotmembershiptests-test338-use-verbose-option=false cotmembershiptests-test338-use-debug-option=false cotmembershiptests-test338-use-long-options=true cotmembershiptests-test338-create-description=Creates idp and sp metadata template in sub realm with saml2 with no entityid with long option cotmembershiptests-test338-create-message-to-find= cotmembershiptests-test338-entityid= cotmembershiptests-test338-metadatafile=/tmp/mm.xml cotmembershiptests-test338-extendeddatafile=/tmp/xx.xml cotmembershiptests-test338-create-midp=/memrealm338/idp cotmembershiptests-test338-create-msp=/memrealm338/sp cotmembershiptests-test338-create-optionalattributes= cotmembershiptests-test338-spec=saml2 cotmembershiptests-test338-create-expected-exit-code=11 cotmembershiptests-test338-cot-realm=/memrealm338 cotmembershiptests-test338-cot-name=memcot338 cotmembershiptests-test338-importentity-description=Imports the idp and sp metadata template to create a entity in sub realm with saml2 with no entityid with long option cotmembershiptests-test338-importentity-message-to-find=File not found, /tmp/xx.xml cotmembershiptests-test338-importentity-expected-exit-code=127 cotmembershiptests-test338-deleteentity-extendedonly=false cotmembershiptests-test338-deleteentity-description=Deletes the entity in sub realm of idp and sp metadata with saml2 with no entityid with long option cotmembershiptests-test338-deleteentity-message-to-find= cotmembershiptests-test338-deleteentity-expected-exit-code=11 cotmembershiptests-test338-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 with no entityid with long option cotmembershiptests-test338-addcotmember-message-to-find= cotmembershiptests-test338-addcotmember-expected-exit-code=11 cotmembershiptests-test338-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 with no entityid with long option cotmembershiptests-test338-listcotmembers-message-to-find=There are no trusted entities in the circle of trust, memcot338. cotmembershiptests-test338-listcotmembers-expected-exit-code=0 cotmembershiptests-test338-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 with no entityid with long option cotmembershiptests-test338-removecotmember-message-to-find= cotmembershiptests-test338-removecotmember-expected-exit-code=11 cotmembershiptests-test339-create-setup-realms= cotmembershiptests-test339-create-setup-cots= cotmembershiptests-test339-use-verbose-option=false cotmembershiptests-test339-use-debug-option=false cotmembershiptests-test339-use-long-options=false cotmembershiptests-test339-create-description=Creates idp and sp metadata template in root realm with saml2 with no cot cotmembershiptests-test339-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test339-entityid=mementity339 cotmembershiptests-test339-metadatafile=/tmp/mm.xml cotmembershiptests-test339-extendeddatafile=/tmp/xx.xml cotmembershiptests-test339-create-midp=/idp cotmembershiptests-test339-create-msp=/sp cotmembershiptests-test339-create-optionalattributes= cotmembershiptests-test339-spec=saml2 cotmembershiptests-test339-create-expected-exit-code=0 cotmembershiptests-test339-cot-realm=/ cotmembershiptests-test339-cot-name= cotmembershiptests-test339-importentity-description=Imports the idp and sp metadata template to create a entity in root realm with saml2 with no cot cotmembershiptests-test339-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test339-importentity-expected-exit-code=0 cotmembershiptests-test339-deleteentity-extendedonly=false cotmembershiptests-test339-deleteentity-description=Deletes the entity in root realm of idp and sp metadata with saml2 with no cot cotmembershiptests-test339-deleteentity-message-to-find=Descriptor was deleted for entity, mementity339. cotmembershiptests-test339-deleteentity-expected-exit-code=0 cotmembershiptests-test339-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 with no cot cotmembershiptests-test339-addcotmember-message-to-find= cotmembershiptests-test339-addcotmember-expected-exit-code=11 cotmembershiptests-test339-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 with no cot cotmembershiptests-test339-listcotmembers-message-to-find= cotmembershiptests-test339-listcotmembers-expected-exit-code=11 cotmembershiptests-test339-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 with no cot cotmembershiptests-test339-removecotmember-message-to-find= cotmembershiptests-test339-removecotmember-expected-exit-code=11 cotmembershiptests-test340-create-setup-realms= cotmembershiptests-test340-create-setup-cots= cotmembershiptests-test340-use-verbose-option=false cotmembershiptests-test340-use-debug-option=false cotmembershiptests-test340-use-long-options=true cotmembershiptests-test340-create-description=Creates idp and sp metadata template in root realm with saml2 with no cot with long option cotmembershiptests-test340-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test340-entityid=mementity340 cotmembershiptests-test340-metadatafile=/tmp/mm.xml cotmembershiptests-test340-extendeddatafile=/tmp/xx.xml cotmembershiptests-test340-create-midp=/idp cotmembershiptests-test340-create-msp=/sp cotmembershiptests-test340-create-optionalattributes= cotmembershiptests-test340-spec=saml2 cotmembershiptests-test340-create-expected-exit-code=0 cotmembershiptests-test340-cot-realm=/ cotmembershiptests-test340-cot-name= cotmembershiptests-test340-importentity-description=Imports the idp and sp metadata template to create a entity in root realm with saml2 with no cot with long option cotmembershiptests-test340-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test340-importentity-expected-exit-code=0 cotmembershiptests-test340-deleteentity-extendedonly=false cotmembershiptests-test340-deleteentity-description=Deletes the entity in root realm of idp and sp metadata with saml2 with no cot with long option cotmembershiptests-test340-deleteentity-message-to-find=Descriptor was deleted for entity, mementity340. cotmembershiptests-test340-deleteentity-expected-exit-code=0 cotmembershiptests-test340-addcotmember-description=Adds the entity to the cot in root realm of idp metadata with saml2 with no cot with long option cotmembershiptests-test340-addcotmember-message-to-find= cotmembershiptests-test340-addcotmember-expected-exit-code=11 cotmembershiptests-test340-listcotmembers-description=Lists the members of cot in root realm of idp metadata with saml2 with no cot with long option cotmembershiptests-test340-listcotmembers-message-to-find= cotmembershiptests-test340-listcotmembers-expected-exit-code=11 cotmembershiptests-test340-removecotmember-description=Removes the entity from the cot in root realm of idp metadata with saml2 with no cot with long option cotmembershiptests-test340-removecotmember-message-to-find= cotmembershiptests-test340-removecotmember-expected-exit-code=11 cotmembershiptests-test341-create-setup-realms=/memrealm341 cotmembershiptests-test341-create-setup-cots= cotmembershiptests-test341-use-verbose-option=false cotmembershiptests-test341-use-debug-option=false cotmembershiptests-test341-use-long-options=false cotmembershiptests-test341-create-description=Creates idp and sp metadata template in sub realm with saml2 with no cot cotmembershiptests-test341-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test341-entityid=mementity341 cotmembershiptests-test341-metadatafile=/tmp/mm.xml cotmembershiptests-test341-extendeddatafile=/tmp/xx.xml cotmembershiptests-test341-create-midp=/memrealm341/idp cotmembershiptests-test341-create-msp=/memrealm341/sp cotmembershiptests-test341-create-optionalattributes= cotmembershiptests-test341-spec=saml2 cotmembershiptests-test341-create-expected-exit-code=0 cotmembershiptests-test341-cot-realm=/memrealm341 cotmembershiptests-test341-cot-name= cotmembershiptests-test341-importentity-description=Imports the idp and sp metadata template to create a entity in sub realm with saml2 with no cot cotmembershiptests-test341-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test341-importentity-expected-exit-code=0 cotmembershiptests-test341-deleteentity-extendedonly=false cotmembershiptests-test341-deleteentity-description=Deletes the entity in sub realm of idp and sp metadata with saml2 with no cot cotmembershiptests-test341-deleteentity-message-to-find=Descriptor was deleted for entity, mementity341. cotmembershiptests-test341-deleteentity-expected-exit-code=0 cotmembershiptests-test341-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 with no cot cotmembershiptests-test341-addcotmember-message-to-find= cotmembershiptests-test341-addcotmember-expected-exit-code=11 cotmembershiptests-test341-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 with no cot cotmembershiptests-test341-listcotmembers-message-to-find= cotmembershiptests-test341-listcotmembers-expected-exit-code=11 cotmembershiptests-test341-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 with no cot cotmembershiptests-test341-removecotmember-message-to-find= cotmembershiptests-test341-removecotmember-expected-exit-code=11 cotmembershiptests-test342-create-setup-realms=/memrealm342 cotmembershiptests-test342-create-setup-cots= cotmembershiptests-test342-use-verbose-option=false cotmembershiptests-test342-use-debug-option=false cotmembershiptests-test342-use-long-options=true cotmembershiptests-test342-create-description=Creates idp and sp metadata template in sub realm with saml2 with no cot with long option cotmembershiptests-test342-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test342-entityid=mementity342 cotmembershiptests-test342-metadatafile=/tmp/mm.xml cotmembershiptests-test342-extendeddatafile=/tmp/xx.xml cotmembershiptests-test342-create-midp=/memrealm342/idp cotmembershiptests-test342-create-msp=/memrealm342/sp cotmembershiptests-test342-create-optionalattributes= cotmembershiptests-test342-spec=saml2 cotmembershiptests-test342-create-expected-exit-code=0 cotmembershiptests-test342-cot-realm=/memrealm342 cotmembershiptests-test342-cot-name= cotmembershiptests-test342-importentity-description=Imports the idp and sp metadata template to create a entity in sub realm with saml2 with no cot with long option cotmembershiptests-test342-importentity-message-to-find=Import file, /tmp/mm.xml. cotmembershiptests-test342-importentity-expected-exit-code=0 cotmembershiptests-test342-deleteentity-extendedonly=false cotmembershiptests-test342-deleteentity-description=Deletes the entity in sub realm of idp and sp metadata with saml2 with no cot with long option cotmembershiptests-test342-deleteentity-message-to-find=Descriptor was deleted for entity, mementity342. cotmembershiptests-test342-deleteentity-expected-exit-code=0 cotmembershiptests-test342-addcotmember-description=Adds the entity to the cot in sub realm of idp metadata with saml2 with no cot with long option cotmembershiptests-test342-addcotmember-message-to-find= cotmembershiptests-test342-addcotmember-expected-exit-code=11 cotmembershiptests-test342-listcotmembers-description=Lists the members of cot in sub realm of idp metadata with saml2 with no cot with long option cotmembershiptests-test342-listcotmembers-message-to-find= cotmembershiptests-test342-listcotmembers-expected-exit-code=11 cotmembershiptests-test342-removecotmember-description=Removes the entity from the cot in sub realm of idp metadata with saml2 with no cot with long option cotmembershiptests-test342-removecotmember-message-to-find= cotmembershiptests-test342-removecotmember-expected-exit-code=11 cotmembershiptests-test343-create-setup-realms= cotmembershiptests-test343-create-setup-cots=/,memcot343 cotmembershiptests-test343-use-verbose-option=false cotmembershiptests-test343-use-debug-option=false cotmembershiptests-test343-use-long-options=false cotmembershiptests-test343-create-description=Creates a idp and sp metadata template in root realm with saml2 with no realm parameter cotmembershiptests-test343-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test343-entityid=mementity343 cotmembershiptests-test343-metadatafile=/tmp/mm.xml cotmembershiptests-test343-extendeddatafile=/tmp/xx.xml cotmembershiptests-test343-create-midp=/idp cotmembershiptests-test343-create-msp=/sp cotmembershiptests-test343-create-optionalattributes= cotmembershiptests-test343-spec=saml2 cotmembershiptests-test343-create-expected-exit-code=0 cotmembershiptests-test343-cot-realm= cotmembershiptests-test343-cot-name=memcot343 cotmembershiptests-test343-importentity-description=Imports the idp and sp metadata template to create a entity in root realm with saml2 with no realm parameter cotmembershiptests-test343-importentity-message-to-find= cotmembershiptests-test343-importentity-expected-exit-code=11 cotmembershiptests-test343-deleteentity-extendedonly=false cotmembershiptests-test343-deleteentity-description=Deletes the entity in root realm of idp and sp metadata with saml2 with no realm parameter cotmembershiptests-test343-deleteentity-message-to-find= cotmembershiptests-test343-deleteentity-expected-exit-code=11 cotmembershiptests-test343-addcotmember-description=Adds the entity to the cot in root realm of idp and sp metadata with saml2 with no realm parameter cotmembershiptests-test343-addcotmember-message-to-find= cotmembershiptests-test343-addcotmember-expected-exit-code=11 cotmembershiptests-test343-listcotmembers-description=Lists the members of cot in root realm of idp and sp metadata with saml2 with no realm parameter cotmembershiptests-test343-listcotmembers-message-to-find= cotmembershiptests-test343-listcotmembers-expected-exit-code=11 cotmembershiptests-test343-removecotmember-description=Removes the entity from the cot in root realm of idp and sp metadata with saml2 with no realm parameter cotmembershiptests-test343-removecotmember-message-to-find= cotmembershiptests-test343-removecotmember-expected-exit-code=11 cotmembershiptests-test344-create-setup-realms= cotmembershiptests-test344-create-setup-cots=/,memcot344 cotmembershiptests-test344-use-verbose-option=false cotmembershiptests-test344-use-debug-option=false cotmembershiptests-test344-use-long-options=true cotmembershiptests-test344-create-description=Creates a idp and sp metadata template with long options in root realm with saml2 with no realm parameter cotmembershiptests-test344-create-message-to-find=Hosted entity configuration was written to /tmp/xx.xml. cotmembershiptests-test344-entityid=mementity344 cotmembershiptests-test344-metadatafile=/tmp/mm.xml cotmembershiptests-test344-extendeddatafile=/tmp/xx.xml cotmembershiptests-test344-create-midp=/idp cotmembershiptests-test344-create-msp=/sp cotmembershiptests-test344-create-optionalattributes= cotmembershiptests-test344-spec=saml2 cotmembershiptests-test344-create-expected-exit-code=0 cotmembershiptests-test344-cot-realm= cotmembershiptests-test344-cot-name=memcot344 cotmembershiptests-test344-importentity-description=Imports the idp and sp metadata template to create a entity with long options in root realm with saml2 with no realm parameter cotmembershiptests-test344-importentity-message-to-find= cotmembershiptests-test344-importentity-expected-exit-code=11 cotmembershiptests-test344-deleteentity-extendedonly=false cotmembershiptests-test344-deleteentity-description=Deletes the entity with long options in root realm of idp and sp metadata with saml2 with no realm parameter cotmembershiptests-test344-deleteentity-message-to-find= cotmembershiptests-test344-deleteentity-expected-exit-code=11 cotmembershiptests-test344-addcotmember-description=Adds the entity to the cot in root realm of idp and sp metadata with saml2 with no realm parameter cotmembershiptests-test344-addcotmember-message-to-find= cotmembershiptests-test344-addcotmember-expected-exit-code=11 cotmembershiptests-test344-listcotmembers-description=Lists the members of cot in root realm of idp and sp metadata with saml2 with no realm parameter cotmembershiptests-test344-listcotmembers-message-to-find= cotmembershiptests-test344-listcotmembers-expected-exit-code=11 cotmembershiptests-test344-removecotmember-description=Removes the entity from the cot in root realm of idp and sp metadata with saml2 with no realm parameter cotmembershiptests-test344-removecotmember-message-to-find= cotmembershiptests-test344-removecotmember-expected-exit-code=11