Skip to content

Commit 49491dd

Browse files
author
John Smith III
committed
Added: Default test configuration file
1 parent 9be465d commit 49491dd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Test script for NoirNet
44

55
# Default test configuration file and directories
6-
DEFAULT_TEST_CONFIG_FILE="./test_noirnetrc"
6+
DEFAULT_TEST_CONFIG_FILE="./test_noirnet.conf"
77
TEST_CACHE_DIR="./test_cache"
88
TEST_LOG_FILE="./test_noirnet.log"
99

test/test_noirnet.conf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# NoirWatch Configuration File
2+
CONFIG_FILE="./test_noirnet.conf"
3+
CACHE_DIR="./test_cache"
4+
LOG_FILE="./test_noirnet.log"
5+
CHECK_INTERVAL=1
6+
PING_TARGET="8.8.8.8"
7+
DNS_TEST_DOMAIN="example.com"
8+
THRESHOLD=1
9+
BACKGROUND=false
10+
PUSHOVER=false
11+
DESKTOP=false
12+
VERBOSE=true
13+
LOG_LEVEL="DEBUG"

0 commit comments

Comments
 (0)