Permalink
Newer
100644
61 lines (40 sloc)
1.39 KB
3
User acceptance tests for a service implementing the SAML metadata profile of
4
the Metadata Query Protocol.
5
6
See also:
7
8
* [Metadata Query Protocol](https://tools.ietf.org/html/draft-young-md-query-09)
9
* [SAML Profile for the Metadata Query Protocol](https://tools.ietf.org/html/draft-young-md-query-saml-09)
10
11
13
14
1. Install Robot Framework (see https://github.com/robotframework/robotframework/blob/master/INSTALL.rst)
15
19
```
20
git clone https://github.internet2.edu/internet2/md-query-saml-uat.git
21
```
22
43
Additionally skip long-running test cases (those that download and parse all
44
entities):
47
```
48
49
50
## To Do
51
52
1. Isolate Python dependencies with `virtualenv` or similar.
53
54
55
## Contributing
56