From d8c34f0f152c5aa68bd1138e677bab081c4950db Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Fri, 9 May 2014 09:47:39 -0600 Subject: [PATCH] test readme fix --- tests/README.md | 2 +- tests/smoke.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/smoke.py diff --git a/tests/README.md b/tests/README.md index 95dad67..7797ade 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,7 +1,7 @@ # Test notifications - The api is currently rejecting alarms with no action specified, so expect an error defining that alarm. - Setup alarms and Notifications - - run ./alarm_notification_setup.py -e me@hp.com + - run ./alarm_notification.py -e me@hp.com - Run the jmeter tests - `jmeter -t notification-jmeter.jmx &` - The config is saved for a basic test that should create a notification on alarm and a hundred non-notification alarms. Change the thread diff --git a/tests/smoke.py b/tests/smoke.py old mode 100644 new mode 100755