summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_service_webproxy.py
AgeCommit message (Collapse)Author
2021-03-17smoketest: add shim for every test to re-use common tastsChristian Poessinger
Currently every smoketest does the setup and destruction of the configsession on its own durin setUp(). This creates a lot of overhead and one configsession should be re-used during execution of every smoketest script. In addiion a test that failed will leaf the system in an unconsistent state. For this reason before the test is executed we will save the running config to /tmp and the will re-load the config after the test has passed, always ensuring a clean environment for the next test.
2020-12-29smoketest: adjust test method namesChristian Poessinger
This is for better readability during testruns
2020-12-29smoketest: run all tests with verbosity=2Christian Poessinger
2020-12-28webproxy: T563: migrate from old Perl code to XML and get_config_dict()Christian Poessinger
Basic proxy functionality is working but the squidguard smoketest still fails as this is yet not implemented.
2020-12-28smoketest: webproxy: improve local ok/block lists testChristian Poessinger
2020-12-14smoketest: webproxy: test cache-peer configChristian Poessinger
2020-12-12smoketest: webproxy: improve ldap authentication testsChristian Poessinger
2020-12-10smoketest: webproxy: prepare for vyos-1x rewriteChristian Poessinger
2020-12-10smoketest: webproxy: add initial testsChristian Poessinger