Add parser for test case yaml files
This commit addes a parser for the test case format, so it can
detect the most common mistakes (missing field or incorrect types
for values) in the test case yaml file.
This commit also adds a few more ported test cases.
Signed-off-by:
Luis Araujo <luis.araujo@collabora.co.uk>
Showing
- format_template.yaml 2 additions, 0 deletionsformat_template.yaml
- renderer/index.html 2 additions, 2 deletionsrenderer/index.html
- renderer/make_page.py 4 additions, 0 deletionsrenderer/make_page.py
- renderer/parser.py 76 additions, 0 deletionsrenderer/parser.py
- tc/apparmor-utils.yaml 57 additions, 0 deletionstc/apparmor-utils.yaml
- tc/didcot.yaml 44 additions, 0 deletionstc/didcot.yaml
- tc/iptables-nmap.yaml 34 additions, 0 deletionstc/iptables-nmap.yaml
- tc/webkit2gtk-gstreamer1.0.yaml 22 additions, 0 deletionstc/webkit2gtk-gstreamer1.0.yaml
- tc/webkit2gtk-lazy-click.yaml 45 additions, 0 deletionstc/webkit2gtk-lazy-click.yaml
- tools/format_checker.py 0 additions, 40 deletionstools/format_checker.py
renderer/parser.py
0 → 100644
tc/apparmor-utils.yaml
0 → 100644
tc/didcot.yaml
0 → 100644
tc/iptables-nmap.yaml
0 → 100644
tc/webkit2gtk-gstreamer1.0.yaml
0 → 100644
tc/webkit2gtk-lazy-click.yaml
0 → 100644
tools/format_checker.py
deleted
100755 → 0
Please register or sign in to comment