summaryrefslogtreecommitdiff
path: root/000.yarn
blob: 2f98da0a84560ea67b9ae99b43b836a085a66faa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: System tests for liw.fi and pieni.net
author: Lars Wirzenius
version: UNRELEASED
...

# Introduction

This is a system test suite written in [yarn][]. They test the various
aspects of my personal server.

[yarn]: http://liw.fi/cmdtest/


## Configuration and running the test suite

To run the test suite, specify the server address that is to be
tested. In order to be able to run these tests against a new server,
before DNS gets updated, the domain names are not hardcoded. Instead,
you need to specify the address (IP address or DNS name) of the
server, and the tests pretend it has whatever service names in DNS
that need to be updated.

Do this with:

    EXAMPLE
    yarn --env ADDRESS=new.example.com ...