]> review.fuel-infra Code Review - packages/trusty/python-pysaml2.git/commit
Add python-pysaml2 2.4.0 for Kilo 92/6492/2 7.0
authorMaksym Yatsenko <myatsenko@mirantis.com>
Wed, 29 Apr 2015 12:21:45 +0000 (15:21 +0300)
committerMaksym Yatsenko <myatsenko@mirantis.com>
Fri, 8 May 2015 10:32:01 +0000 (13:32 +0300)
commitc479edfe9331a4b75d71fe0c6a9722c1cf8d4921
treebaf5cf33cdea2cdce5f5286bcea20fd8bd54d699
parent784b3396bdf1c4588ab3eff6afd9cabff15a009c
 Add python-pysaml2 2.4.0 for Kilo

  * It's required by Keystone [0]
    [0] https://github.com/openstack/keystone/blob/stable/kilo/requirements.txt#L32
  * Source has been copied from [1]
    [1] https://launchpad.net/ubuntu/+source/python-pysaml2/2.4.0-0ubuntu1

Change-Id: Ifdd250e5868f752a1508d41ff5ccc7f03b239239
319 files changed:
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/python-pysaml2-doc.doc-base [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/source/options [new file with mode: 0644]
python-pysaml2/.pc/.quilt_patches [new file with mode: 0644]
python-pysaml2/.pc/.quilt_series [new file with mode: 0644]
python-pysaml2/.pc/.version [new file with mode: 0644]
python-pysaml2/.pc/applied-patches [new file with mode: 0644]
python-pysaml2/.pc/disable-repoze.who-tests.patch/setup.py [new file with mode: 0755]
python-pysaml2/.pc/disable-repoze.who-tests.patch/tests/test_60_sp.py [new file with mode: 0644]
python-pysaml2/INSTALL [new file with mode: 0644]
python-pysaml2/MANIFEST.in [new file with mode: 0644]
python-pysaml2/PKG-INFO [new file with mode: 0644]
python-pysaml2/README [new file with mode: 0644]
python-pysaml2/TODO [new file with mode: 0644]
python-pysaml2/doc/Makefile [new file with mode: 0644]
python-pysaml2/doc/_static/ViewmeonGitHub.png [new file with mode: 0644]
python-pysaml2/doc/conf.py [new file with mode: 0644]
python-pysaml2/doc/contents.rst [new file with mode: 0644]
python-pysaml2/doc/examples/idp.rst [new file with mode: 0644]
python-pysaml2/doc/examples/index.rst [new file with mode: 0644]
python-pysaml2/doc/examples/sp.rst [new file with mode: 0644]
python-pysaml2/doc/howto/config.rst [new file with mode: 0644]
python-pysaml2/doc/howto/index.rst [new file with mode: 0644]
python-pysaml2/doc/index.rst [new file with mode: 0644]
python-pysaml2/doc/install.rst [new file with mode: 0644]
python-pysaml2/doc/make.bat [new file with mode: 0644]
python-pysaml2/doc/make.sh [new file with mode: 0755]
python-pysaml2/doc/metadata.rst [new file with mode: 0644]
python-pysaml2/doc/sp_test/internal.rst [new file with mode: 0644]
python-pysaml2/example/.gitignore [new file with mode: 0644]
python-pysaml2/example/README [new file with mode: 0644]
python-pysaml2/example/all.sh [new file with mode: 0755]
python-pysaml2/example/attributemaps/adfs_v1x.py [new file with mode: 0644]
python-pysaml2/example/attributemaps/adfs_v20.py [new file with mode: 0644]
python-pysaml2/example/attributemaps/basic.py [new file with mode: 0644]
python-pysaml2/example/attributemaps/saml_uri.py [new file with mode: 0644]
python-pysaml2/example/attributemaps/shibboleth_uri.py [new file with mode: 0644]
python-pysaml2/example/create_key.sh [new file with mode: 0755]
python-pysaml2/example/idp2/htdocs/login.mako [new file with mode: 0644]
python-pysaml2/example/idp2/idp.py [new file with mode: 0755]
python-pysaml2/example/idp2/idp_conf.py.example [new file with mode: 0644]
python-pysaml2/example/idp2/idp_user.py [new file with mode: 0644]
python-pysaml2/example/idp2/idp_uwsgi.py [new file with mode: 0755]
python-pysaml2/example/idp2/pki/mycert.pem [new file with mode: 0644]
python-pysaml2/example/idp2/pki/mykey.pem [new file with mode: 0644]
python-pysaml2/example/idp2/static/css/main.css [new file with mode: 0644]
python-pysaml2/example/idp2/templates/root.mako [new file with mode: 0644]
python-pysaml2/example/idp2_repoze/htdocs/login.mako [new file with mode: 0644]
python-pysaml2/example/idp2_repoze/idp.py [new file with mode: 0755]
python-pysaml2/example/idp2_repoze/idp.subject [new file with mode: 0644]
python-pysaml2/example/idp2_repoze/idp_conf.py.example [new file with mode: 0644]
python-pysaml2/example/idp2_repoze/idp_user.py [new file with mode: 0644]
python-pysaml2/example/idp2_repoze/modules/login.mako.py [new file with mode: 0644]
python-pysaml2/example/idp2_repoze/modules/root.mako.py [new file with mode: 0644]
python-pysaml2/example/idp2_repoze/pki/mycert.pem [new file with mode: 0644]
python-pysaml2/example/idp2_repoze/pki/mykey.pem [new file with mode: 0644]
python-pysaml2/example/idp2_repoze/static/css/main.css [new file with mode: 0644]
python-pysaml2/example/idp2_repoze/templates/root.mako [new file with mode: 0644]
python-pysaml2/example/sp-repoze/attributemaps/basic.py [new file with mode: 0644]
python-pysaml2/example/sp-repoze/attributemaps/saml_uri.py [new file with mode: 0644]
python-pysaml2/example/sp-repoze/attributemaps/shibboleth_uri.py [new file with mode: 0644]
python-pysaml2/example/sp-repoze/pki/certgeneration.py [new file with mode: 0644]
python-pysaml2/example/sp-repoze/pki/mycert.pem [new file with mode: 0644]
python-pysaml2/example/sp-repoze/pki/mykey.pem [new file with mode: 0644]
python-pysaml2/example/sp-repoze/sp.py [new file with mode: 0755]
python-pysaml2/example/sp-repoze/sp_conf.example [new file with mode: 0644]
python-pysaml2/example/sp-repoze/sp_conf.py.example [new file with mode: 0644]
python-pysaml2/example/sp-repoze/who.ini [new file with mode: 0644]
python-pysaml2/example/sp-wsgi/pki/mycert.pem [new file with mode: 0644]
python-pysaml2/example/sp-wsgi/pki/mykey.pem [new file with mode: 0644]
python-pysaml2/example/sp-wsgi/service_conf.py [new file with mode: 0644]
python-pysaml2/example/sp-wsgi/sp.py [new file with mode: 0755]
python-pysaml2/example/sp-wsgi/sp.xml [new file with mode: 0644]
python-pysaml2/example/sp-wsgi/sp_conf.py.example [new file with mode: 0644]
python-pysaml2/setup.cfg [new file with mode: 0644]
python-pysaml2/setup.py [new file with mode: 0755]
python-pysaml2/src/pysaml2.egg-info/PKG-INFO [new file with mode: 0644]
python-pysaml2/src/pysaml2.egg-info/SOURCES.txt [new file with mode: 0644]
python-pysaml2/src/pysaml2.egg-info/dependency_links.txt [new file with mode: 0644]
python-pysaml2/src/pysaml2.egg-info/not-zip-safe [new file with mode: 0644]
python-pysaml2/src/pysaml2.egg-info/requires.txt [new file with mode: 0644]
python-pysaml2/src/pysaml2.egg-info/top_level.txt [new file with mode: 0644]
python-pysaml2/src/s2repoze/__init__.py [new file with mode: 0644]
python-pysaml2/src/s2repoze/plugins/__init__.py [new file with mode: 0644]
python-pysaml2/src/s2repoze/plugins/challenge_decider.py [new file with mode: 0644]
python-pysaml2/src/s2repoze/plugins/entitlement.py [new file with mode: 0644]
python-pysaml2/src/s2repoze/plugins/formswithhidden.py [new file with mode: 0644]
python-pysaml2/src/s2repoze/plugins/ini.py [new file with mode: 0644]
python-pysaml2/src/s2repoze/plugins/sp.py [new file with mode: 0644]
python-pysaml2/src/saml2/__init__.py [new file with mode: 0644]
python-pysaml2/src/saml2/aes.py [new file with mode: 0644]
python-pysaml2/src/saml2/assertion.py [new file with mode: 0644]
python-pysaml2/src/saml2/attribute_converter.py [new file with mode: 0644]
python-pysaml2/src/saml2/attribute_resolver.py [new file with mode: 0644]
python-pysaml2/src/saml2/attributemaps/__init__.py [new file with mode: 0644]
python-pysaml2/src/saml2/attributemaps/adfs_v1x.py [new file with mode: 0644]
python-pysaml2/src/saml2/attributemaps/adfs_v20.py [new file with mode: 0644]
python-pysaml2/src/saml2/attributemaps/basic.py [new file with mode: 0644]
python-pysaml2/src/saml2/attributemaps/saml_uri.py [new file with mode: 0644]
python-pysaml2/src/saml2/attributemaps/shibboleth_uri.py [new file with mode: 0644]
python-pysaml2/src/saml2/authn.py [new file with mode: 0644]
python-pysaml2/src/saml2/authn_context/__init__.py [new file with mode: 0644]
python-pysaml2/src/saml2/authn_context/ippword.py [new file with mode: 0644]
python-pysaml2/src/saml2/authn_context/mobiletwofactor.py [new file with mode: 0644]
python-pysaml2/src/saml2/authn_context/ppt.py [new file with mode: 0644]
python-pysaml2/src/saml2/authn_context/pword.py [new file with mode: 0644]
python-pysaml2/src/saml2/authn_context/sslcert.py [new file with mode: 0644]
python-pysaml2/src/saml2/authn_context/timesync.py [new file with mode: 0755]
python-pysaml2/src/saml2/cache.py [new file with mode: 0644]
python-pysaml2/src/saml2/cert.py [new file with mode: 0644]
python-pysaml2/src/saml2/client.py [new file with mode: 0644]
python-pysaml2/src/saml2/client_base.py [new file with mode: 0644]
python-pysaml2/src/saml2/config.py [new file with mode: 0644]
python-pysaml2/src/saml2/country_codes.py [new file with mode: 0644]
python-pysaml2/src/saml2/discovery.py [new file with mode: 0644]
python-pysaml2/src/saml2/ecp.py [new file with mode: 0644]
python-pysaml2/src/saml2/ecp_client.py [new file with mode: 0644]
python-pysaml2/src/saml2/entity.py [new file with mode: 0644]
python-pysaml2/src/saml2/entity_category/__init__.py [new file with mode: 0644]
python-pysaml2/src/saml2/entity_category/at_egov_pvp2.py [new file with mode: 0644]
python-pysaml2/src/saml2/entity_category/edugain.py [new file with mode: 0644]
python-pysaml2/src/saml2/entity_category/incommon.py [new file with mode: 0644]
python-pysaml2/src/saml2/entity_category/refeds.py [new file with mode: 0644]
python-pysaml2/src/saml2/entity_category/swamid.py [new file with mode: 0644]
python-pysaml2/src/saml2/eptid.py [new file with mode: 0644]
python-pysaml2/src/saml2/extension/__init__.py [new file with mode: 0644]
python-pysaml2/src/saml2/extension/algsupport.py [new file with mode: 0644]
python-pysaml2/src/saml2/extension/dri.py [new file with mode: 0644]
python-pysaml2/src/saml2/extension/idpdisc.py [new file with mode: 0644]
python-pysaml2/src/saml2/extension/mdattr.py [new file with mode: 0644]
python-pysaml2/src/saml2/extension/mdrpi.py [new file with mode: 0644]
python-pysaml2/src/saml2/extension/mdui.py [new file with mode: 0644]
python-pysaml2/src/saml2/extension/pefim.py [new file with mode: 0644]
python-pysaml2/src/saml2/extension/reqinit.py [new file with mode: 0644]
python-pysaml2/src/saml2/extension/shibmd.py [new file with mode: 0644]
python-pysaml2/src/saml2/extension/ui.py [new file with mode: 0644]
python-pysaml2/src/saml2/httpbase.py [new file with mode: 0644]
python-pysaml2/src/saml2/httputil.py [new file with mode: 0644]
python-pysaml2/src/saml2/ident.py [new file with mode: 0644]
python-pysaml2/src/saml2/mcache.py [new file with mode: 0644]
python-pysaml2/src/saml2/md.py [new file with mode: 0644]
python-pysaml2/src/saml2/mdbcache.py [new file with mode: 0644]
python-pysaml2/src/saml2/mdie.py [new file with mode: 0644]
python-pysaml2/src/saml2/mdstore.py [new file with mode: 0644]
python-pysaml2/src/saml2/metadata.py [new file with mode: 0644]
python-pysaml2/src/saml2/mongo_store.py [new file with mode: 0644]
python-pysaml2/src/saml2/pack.py [new file with mode: 0644]
python-pysaml2/src/saml2/population.py [new file with mode: 0644]
python-pysaml2/src/saml2/profile/__init__.py [new file with mode: 0644]
python-pysaml2/src/saml2/profile/ecp.py [new file with mode: 0644]
python-pysaml2/src/saml2/profile/paos.py [new file with mode: 0644]
python-pysaml2/src/saml2/request.py [new file with mode: 0644]
python-pysaml2/src/saml2/response.py [new file with mode: 0644]
python-pysaml2/src/saml2/s_utils.py [new file with mode: 0644]
python-pysaml2/src/saml2/saml.py [new file with mode: 0644]
python-pysaml2/src/saml2/samlp.py [new file with mode: 0644]
python-pysaml2/src/saml2/schema/__init__.py [new file with mode: 0644]
python-pysaml2/src/saml2/schema/soap.py [new file with mode: 0644]
python-pysaml2/src/saml2/schema/soapenv.py [new file with mode: 0644]
python-pysaml2/src/saml2/schema/wsdl.py [new file with mode: 0644]
python-pysaml2/src/saml2/sdb.py [new file with mode: 0644]
python-pysaml2/src/saml2/server.py [new file with mode: 0644]
python-pysaml2/src/saml2/sigver.py [new file with mode: 0644]
python-pysaml2/src/saml2/soap.py [new file with mode: 0644]
python-pysaml2/src/saml2/time_util.py [new file with mode: 0644]
python-pysaml2/src/saml2/userinfo/__init__.py [new file with mode: 0644]
python-pysaml2/src/saml2/userinfo/ldapinfo.py [new file with mode: 0644]
python-pysaml2/src/saml2/validate.py [new file with mode: 0644]
python-pysaml2/src/saml2/virtual_org.py [new file with mode: 0644]
python-pysaml2/src/saml2/xml/template.xml [new file with mode: 0644]
python-pysaml2/src/xmldsig/__init__.py [new file with mode: 0644]
python-pysaml2/src/xmlenc/__init__.py [new file with mode: 0644]
python-pysaml2/tests/InCommon-metadata.xml [new file with mode: 0644]
python-pysaml2/tests/_test_80_p11_backend.py [new file with mode: 0644]
python-pysaml2/tests/aa_conf.py [new file with mode: 0644]
python-pysaml2/tests/attribute.map [new file with mode: 0644]
python-pysaml2/tests/attribute_response.xml [new file with mode: 0644]
python-pysaml2/tests/attribute_statement_data.py [new file with mode: 0644]
python-pysaml2/tests/attributemaps/basic.py [new file with mode: 0644]
python-pysaml2/tests/attributemaps/saml_uri.py [new file with mode: 0644]
python-pysaml2/tests/attributemaps/shibboleth_uri.py [new file with mode: 0644]
python-pysaml2/tests/conftest.py [new file with mode: 0644]
python-pysaml2/tests/disco_conf.py [new file with mode: 0644]
python-pysaml2/tests/ds_data.py [new file with mode: 0644]
python-pysaml2/tests/ecp_soap.xml [new file with mode: 0644]
python-pysaml2/tests/edugain.pem [new file with mode: 0644]
python-pysaml2/tests/enc_tmpl.xml [new file with mode: 0644]
python-pysaml2/tests/encrypted_attribute_statement.xml [new file with mode: 0644]
python-pysaml2/tests/entity_cat_re.xml [new file with mode: 0644]
python-pysaml2/tests/entity_cat_re_nren.xml [new file with mode: 0644]
python-pysaml2/tests/entity_cat_sfs_hei.xml [new file with mode: 0644]
python-pysaml2/tests/extended.xml [new file with mode: 0644]
python-pysaml2/tests/fakeIDP.py [new file with mode: 0644]
python-pysaml2/tests/get_metadata.sh [new file with mode: 0755]
python-pysaml2/tests/idp.xml [new file with mode: 0644]
python-pysaml2/tests/idp_2.xml [new file with mode: 0644]
python-pysaml2/tests/idp_aa.xml [new file with mode: 0644]
python-pysaml2/tests/idp_all.xml [new file with mode: 0644]
python-pysaml2/tests/idp_all_conf.py [new file with mode: 0644]
python-pysaml2/tests/idp_conf.py [new file with mode: 0644]
python-pysaml2/tests/idp_conf_ec.py [new file with mode: 0644]
python-pysaml2/tests/idp_conf_mdb.py [new file with mode: 0644]
python-pysaml2/tests/idp_conf_mdb2.py [new file with mode: 0644]
python-pysaml2/tests/idp_example.xml [new file with mode: 0644]
python-pysaml2/tests/idp_slo_redirect.xml [new file with mode: 0644]
python-pysaml2/tests/idp_slo_redirect_conf.py [new file with mode: 0644]
python-pysaml2/tests/idp_soap.xml [new file with mode: 0644]
python-pysaml2/tests/idp_soap_conf.py [new file with mode: 0644]
python-pysaml2/tests/idp_sp_conf.py [new file with mode: 0644]
python-pysaml2/tests/idp_test/config.py.example [new file with mode: 0755]
python-pysaml2/tests/idp_test/target_idp.py [new file with mode: 0755]
python-pysaml2/tests/idp_uiinfo.xml [new file with mode: 0644]
python-pysaml2/tests/kalmar2.pem [new file with mode: 0644]
python-pysaml2/tests/keys/mycert.pem [new file with mode: 0644]
python-pysaml2/tests/keys/mykey.pem [new file with mode: 0644]
python-pysaml2/tests/localhost.py [new file with mode: 0755]
python-pysaml2/tests/md_data.py [new file with mode: 0644]
python-pysaml2/tests/metadata.aaitest.xml [new file with mode: 0644]
python-pysaml2/tests/metadata.xml [new file with mode: 0644]
python-pysaml2/tests/metadata/idp.xml [new file with mode: 0644]
python-pysaml2/tests/metadata/idp_2.xml [new file with mode: 0644]
python-pysaml2/tests/metadata/idp_uiinfo.xml [new file with mode: 0644]
python-pysaml2/tests/metadata_cert.xml [new file with mode: 0644]
python-pysaml2/tests/metadata_example.xml [new file with mode: 0644]
python-pysaml2/tests/metadata_sp_1.xml [new file with mode: 0644]
python-pysaml2/tests/metasp.xml [new file with mode: 0644]
python-pysaml2/tests/otest_61_makemeta.py [new file with mode: 0644]
python-pysaml2/tests/pathutils.py [new file with mode: 0644]
python-pysaml2/tests/pdp_meta.xml [new file with mode: 0644]
python-pysaml2/tests/pki/cert.crt [new file with mode: 0644]
python-pysaml2/tests/pre_enc.xml [new file with mode: 0644]
python-pysaml2/tests/private_key.pem [new file with mode: 0644]
python-pysaml2/tests/pubkey.pem [new file with mode: 0644]
python-pysaml2/tests/restrictive_idp_conf.py [new file with mode: 0644]
python-pysaml2/tests/saml2_data.py [new file with mode: 0644]
python-pysaml2/tests/saml2_response.xml [new file with mode: 0644]
python-pysaml2/tests/saml_false_signed.xml [new file with mode: 0644]
python-pysaml2/tests/saml_signed.xml [new file with mode: 0644]
python-pysaml2/tests/saml_unsigned.xml [new file with mode: 0644]
python-pysaml2/tests/samlp_data.py [new file with mode: 0644]
python-pysaml2/tests/server2_conf.py [new file with mode: 0644]
python-pysaml2/tests/server3_conf.py [new file with mode: 0644]
python-pysaml2/tests/server_conf.py [new file with mode: 0644]
python-pysaml2/tests/server_conf_syslog.py [new file with mode: 0644]
python-pysaml2/tests/servera.xml [new file with mode: 0644]
python-pysaml2/tests/servera_conf.py [new file with mode: 0644]
python-pysaml2/tests/simplesamlphp_authnresponse.xml [new file with mode: 0644]
python-pysaml2/tests/sp.xml [new file with mode: 0644]
python-pysaml2/tests/sp_0.metadata [new file with mode: 0644]
python-pysaml2/tests/sp_1_conf.py [new file with mode: 0644]
python-pysaml2/tests/sp_2_conf.py [new file with mode: 0644]
python-pysaml2/tests/sp_mdext_conf.py [new file with mode: 0644]
python-pysaml2/tests/sp_slo_redirect.xml [new file with mode: 0644]
python-pysaml2/tests/sp_slo_redirect_conf.py [new file with mode: 0644]
python-pysaml2/tests/sp_test/config.py [new file with mode: 0644]
python-pysaml2/tests/sp_test/targetsp.py [new file with mode: 0755]
python-pysaml2/tests/swamid-1.0.xml [new file with mode: 0644]
python-pysaml2/tests/swamid-2.0.xml [new file with mode: 0644]
python-pysaml2/tests/swamid.md [new file with mode: 0644]
python-pysaml2/tests/test.key [new file with mode: 0644]
python-pysaml2/tests/test.key.p8 [new file with mode: 0644]
python-pysaml2/tests/test.pem [new file with mode: 0644]
python-pysaml2/tests/test_00_xmldsig.py [new file with mode: 0644]
python-pysaml2/tests/test_01_xmlenc.py [new file with mode: 0644]
python-pysaml2/tests/test_02_saml.py [new file with mode: 0644]
python-pysaml2/tests/test_03_saml2.py [new file with mode: 0644]
python-pysaml2/tests/test_04_samlp.py [new file with mode: 0644]
python-pysaml2/tests/test_05_md.py [new file with mode: 0644]
python-pysaml2/tests/test_10_time_util.py [new file with mode: 0644]
python-pysaml2/tests/test_12_s_utils.py [new file with mode: 0644]
python-pysaml2/tests/test_13_validate.py [new file with mode: 0644]
python-pysaml2/tests/test_19_attribute_converter.py [new file with mode: 0644]
python-pysaml2/tests/test_20_assertion.py [new file with mode: 0644]
python-pysaml2/tests/test_22_mdie.py [new file with mode: 0644]
python-pysaml2/tests/test_30_mdstore.py [new file with mode: 0644]
python-pysaml2/tests/test_30_mdstore_old.py [new file with mode: 0644]
python-pysaml2/tests/test_31_config.py [new file with mode: 0644]
python-pysaml2/tests/test_32_cache.py [new file with mode: 0644]
python-pysaml2/tests/test_33_identifier.py [new file with mode: 0644]
python-pysaml2/tests/test_34_population.py [new file with mode: 0644]
python-pysaml2/tests/test_36_mdbcache.py [new file with mode: 0644]
python-pysaml2/tests/test_37_entity_categories.py [new file with mode: 0644]
python-pysaml2/tests/test_40_sigver.py [new file with mode: 0644]
python-pysaml2/tests/test_41_response.py [new file with mode: 0644]
python-pysaml2/tests/test_42_enc.py [new file with mode: 0644]
python-pysaml2/tests/test_43_soap.py [new file with mode: 0755]
python-pysaml2/tests/test_44_authnresp.py [new file with mode: 0644]
python-pysaml2/tests/test_50_server.py [new file with mode: 0644]
python-pysaml2/tests/test_51_client.py [new file with mode: 0644]
python-pysaml2/tests/test_60_sp.py [new file with mode: 0644]
python-pysaml2/tests/test_62_vo.py [new file with mode: 0644]
python-pysaml2/tests/test_63_ecp.py [new file with mode: 0644]
python-pysaml2/tests/test_64_artifact.py [new file with mode: 0644]
python-pysaml2/tests/test_65_authn_query.py [new file with mode: 0644]
python-pysaml2/tests/test_66_name_id_mapping.py [new file with mode: 0644]
python-pysaml2/tests/test_67_manage_name_id.py [new file with mode: 0644]
python-pysaml2/tests/test_68_assertion_id.py [new file with mode: 0644]
python-pysaml2/tests/test_69_discovery.py [new file with mode: 0644]
python-pysaml2/tests/test_70_redirect_signing.py [new file with mode: 0644]
python-pysaml2/tests/test_72_eptid.py [new file with mode: 0644]
python-pysaml2/tests/test_75_mongodb.py [new file with mode: 0644]
python-pysaml2/tests/test_76_metadata_in_mdb.py [new file with mode: 0644]
python-pysaml2/tests/test_77_authn_context.py [new file with mode: 0644]
python-pysaml2/tests/test_81_certificates.py [new file with mode: 0644]
python-pysaml2/tests/test_82_pefim.py [new file with mode: 0644]
python-pysaml2/tests/test_83_md_extensions.py [new file with mode: 0644]
python-pysaml2/tests/test_88_nsprefix.py [new file with mode: 0644]
python-pysaml2/tests/urn-mace-swami.se-swamid-test-1.0-metadata.xml [new file with mode: 0644]
python-pysaml2/tests/vo_metadata.xml [new file with mode: 0644]
python-pysaml2/tools/make_metadata.py [new file with mode: 0755]
python-pysaml2/tools/mdexport.py [new file with mode: 0755]
python-pysaml2/tools/merge_metadata.py [new file with mode: 0755]
python-pysaml2/tools/parse_xsd2.py [new file with mode: 0755]
tests/runtests.sh [new file with mode: 0644]