]> git.ipfire.org Git - thirdparty/squid.git/blame - test-suite/squidconf/mgr_passwd
Tests: add regression tests for cachemgr_passwd parsing
[thirdparty/squid.git] / test-suite / squidconf / mgr_passwd
CommitLineData
104e2656
AJ
1#
2# Tests for cachemgr_passwd directive
3
4# accept passwords
5cachemgr_passwd password1 utilization
6cachemgr_passwd password1 store_io
7
8# accept list of actions for one password
9cachemgr_passwd password2 io counters
10
11# specaial case 'none'
12cachemgr_passwd none menu
13cachemgr_passwd none index
14
15# special case 'disable'
16cachemgr_passwd disable
17
18# repeating actions should produce a warning
19cachemgr_passwd none menu
20
21# unknown action ??
22cachemgr_passwd none blah_blah_blah