From 39d53d0525b9a37d6daf5f537dfbecef81ce96fc Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 2 Oct 2016 10:55:42 +0300 Subject: Add scenario for code.liw.fi --- 020-code.liw.fi.yarn | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 020-code.liw.fi.yarn diff --git a/020-code.liw.fi.yarn b/020-code.liw.fi.yarn new file mode 100644 index 0000000..e6a33c2 --- /dev/null +++ b/020-code.liw.fi.yarn @@ -0,0 +1,23 @@ +# code.liw.fi + +`code.liw.fi` is where I publish my free software projects. There is a +directory per project, for project specific files, and a repository of +packages for Debian. + + SCENARIO code.liw.fi + GIVEN server is also known as code.liw.fi + + WHEN user fetches http://code.liw.fi/ + THEN HTTP status is 200 + AND HTTP body matches "http://liw\.fi/code" + + WHEN user fetches http://code.liw.fi/debian/ + THEN HTTP status is 200 + AND HTTP body matches "dists" + AND HTTP body matches "pool" + +`apt.asc` has the signing key for the Debian package archive. + + WHEN user fetches http://code.liw.fi/apt.asc + THEN HTTP status is 200 + AND HTTP body matches "-----BEGIN PGP PUBLIC KEY BLOCK-----" -- cgit v1.2.1