checker: Add matrix client tests

This commit is contained in:
nemunaire 2021-10-31 17:30:29 +01:00
parent 6269ac83d4
commit 805b654170
3 changed files with 124 additions and 37 deletions

View file

@ -19,8 +19,9 @@ var tuto_progress = [
103: { title: "DNS Delegation", icon: "3", label: "DNS"},
104: { title: "HTTP on delegated domain", icon: "4", label: "HTTP on NS"},
105: { title: "HTTPS on delegated domain", icon: "5", label: "HTTPS on NS"},
106: { title: "Matrix", icon: "6", label: "Matrix"},
107: { title: "DNSSEC (bonus)", icon: "7", label: "DNSSEC"},
106: { title: "Matrix Federation", icon: "6", label: "Matrix SRV"},
107: { title: "Matrix Client", icon: "7", label: "Matrix CLT"},
108: { title: "DNSSEC (bonus)", icon: "8", label: "DNSSEC"},
},
{
200: { title: "PONG resolver", icon: "0", label: "PONG srv"},
@ -28,9 +29,10 @@ var tuto_progress = [
203: { title: "DNS Delegation", icon: "2", label: "DNS"},
204: { title: "HTTP on delegated domain", icon: "3", label: "HTTP on NS"},
205: { title: "HTTPS on delegated domain", icon: "4", label: "HTTPS on NS"},
206: { title: "Matrix", icon: "5", label: "Matrix"},
208: { title: "RH access net", icon: "6", label: "RH net"},
209: { title: "DG access net", icon: "7", label: "DG net"},
210: { title: "CM access net", icon: "8", label: "CM net"},
206: { title: "Matrix Federation", icon: "5", label: "Matrix SRV"},
207: { title: "Matrix Client", icon: "6", label: "Matrix CLT"},
209: { title: "RH access net", icon: "7", label: "RH net"},
210: { title: "DG access net", icon: "8", label: "DG net"},
211: { title: "CM access net", icon: "9", label: "CM net"},
},
];