From cb3aa17b1aa6c74886ecb90b8dcb75b4f2d5eaf7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 18 Jun 2021 09:48:24 -0700 Subject: [PATCH] Note new test perl library requirements in README Signed-off-by: Adam Williamson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 960c672c..3c8f4d5b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository contains tests and images for testing [Fedora](https://getfedora ## Requirements -Obviously, this repository is little use without access to an openQA installation. To load templates from this repository, you will need the upstream client tools (packaged as `openqa-client` in Fedora) and the dependencies of `fifloader.py` (see below for more on this tool) installed. Those dependencies are Python 3 and the `jsonschema` library. For running the unit tests, you will additionally need `pytest` and `tox`. +Obviously, this repository is little use without access to an openQA installation. Also, the tests themselves require the perl libraries JSON and REST::Client to be installed on the worker host; in Fedora, the package names are `perl-JSON` and `perl-REST-Client`. To load templates from this repository, you will need the upstream client tools (packaged as `openqa-client` in Fedora) and the dependencies of `fifloader.py` (see below for more on this tool) installed. Those dependencies are Python 3 and the `jsonschema` library. For running the unit tests, you will additionally need `pytest` and `tox`. ## Test development