diff --git a/tests/manager/action-events-response/test-config.yaml b/tests/manager/action-events-response/test-config.yaml index f119b9ae6..6c21ed277 100644 --- a/tests/manager/action-events-response/test-config.yaml +++ b/tests/manager/action-events-response/test-config.yaml @@ -1,5 +1,6 @@ testinfo: summary: 'Test the presence and absence of a response from the Events manager action' + skip: 'Lua test that needs to be updated' description: | "This test ensure asterisk either responds or does not respond to various values of the EventMaks parameter of the Events manager diff --git a/tests/manager/authlimit/test-config.yaml b/tests/manager/authlimit/test-config.yaml index 2a7a1d311..b34ac6275 100644 --- a/tests/manager/authlimit/test-config.yaml +++ b/tests/manager/authlimit/test-config.yaml @@ -1,5 +1,6 @@ testinfo: summary: 'Test the authlimit manager config option.' + skip: 'Lua test that needs to be updated' description: | "This test ensures that the manager respects the authlimit config option." diff --git a/tests/manager/authtimeout/test-config.yaml b/tests/manager/authtimeout/test-config.yaml index fddd53633..15b2b5c08 100644 --- a/tests/manager/authtimeout/test-config.yaml +++ b/tests/manager/authtimeout/test-config.yaml @@ -1,5 +1,6 @@ testinfo: summary: 'Test the authtimeout manager config option.' + skip: 'Lua test that needs to be updated' description: | "This test ensures that the manager respects the authtimeout config option." diff --git a/tests/manager/config/restricted/test-config.yaml b/tests/manager/config/restricted/test-config.yaml index f388f85c6..3299ab590 100644 --- a/tests/manager/config/restricted/test-config.yaml +++ b/tests/manager/config/restricted/test-config.yaml @@ -24,13 +24,34 @@ object-config: reactor-timeout: 15 testfile: '/tmp/test.conf' ami-config: - - ### Create a new config file outside the asterisk config directory + - ### Create a config file outside the asterisk config directory + message: + Action: 'CreateConfig' + Filename: '/tmp/test.conf' + expected: + Response: 'Error' + Message: 'File requires escalated privileges' + - ### Create a config file outside the asterisk config directory + message: + Action: 'CreateConfig' + Filename: '../test.conf' + expected: + Response: 'Error' + Message: 'File requires escalated privileges' + - ### Create a config file outside the asterisk config directory + message: + Action: 'CreateConfig' + Filename: '/etc/asterisk/../test.conf' + expected: + Response: 'Error' + Message: 'File requires escalated privileges' + - ### Retrieve a config file outside the asterisk config directory message: Action: 'GetConfig' Filename: '/tmp/test.conf' expected: Response: 'Error' - Message: 'File requires escalated priveledges' + Message: 'File requires escalated privileges' - ### Update a config file outside the asterisk config directory message: Action: 'UpdateConfig' @@ -41,7 +62,7 @@ object-config: Cat-000000: 'Cat1' expected: Response: 'Error' - Message: 'File requires escalated priveledges' + Message: 'File requires escalated privileges' - ### Update from a config file outside the asterisk config directory message: Action: 'UpdateConfig' @@ -52,7 +73,7 @@ object-config: Cat-000000: 'Cat1' expected: Response: 'Error' - Message: 'File requires escalated priveledges' + Message: 'File requires escalated privileges' - ### Update to a config file outside the asterisk config directory message: Action: 'UpdateConfig' @@ -63,6 +84,6 @@ object-config: Cat-000000: 'Cat1' expected: Response: 'Error' - Message: 'File requires escalated priveledges' + Message: 'File requires escalated privileges'