From 49d3962a541fbe58e78be4ce067ea3489ca40a5c Mon Sep 17 00:00:00 2001 From: John Krauss Date: Tue, 17 May 2016 12:25:44 -0400 Subject: [PATCH] better readme for scripts/ --- scripts/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 16e0803..3127ea6 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -10,6 +10,10 @@ Python 2.7 should cover you. Virtualenv recommended. ### Execution +Currently, we don't have direct access to the metadata end-to-end. This only +affects the generation of tests. As a stopgap, we have to define a connection +to the test Observatory account. + Run automated tests against a hostname: - (venv) OBS_HOSTNAME= OBS_API_KEY=foobar nosetests autotest.py + (venv) OBS_HOSTNAME= OBS_API_KEY=foobar OBS_META_HOSTNAME= OBS_META_API_KEY= nosetests scripts/autotest.py