<feed xmlns='http://www.w3.org/2005/Atom'>
<title>veeos-1x.git/smoketest/scripts/cli/test_service_webproxy.py, branch equuleus</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos-contrib/veeos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=equuleus</id>
<link rel='self' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=equuleus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/'/>
<updated>2022-12-22T10:13:16+00:00</updated>
<entry>
<title>T3810: Fixed all issues in T3810</title>
<updated>2022-12-22T10:13:16+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2022-12-22T09:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=ba9850c74b3d79d7b75093c3ef88fa97fa244b9f'/>
<id>urn:sha1:ba9850c74b3d79d7b75093c3ef88fa97fa244b9f</id>
<content type='text'>
1. Added in script update webproxy blacklists generation of all DBs
2. Fixed: if the blacklist category does not have generated db,
   the template generates an empty dest category
   in squidGuard.conf and a Warning message.
3. Added template generation for local's categories
   in the rule section.
4. Changed syntax in the generation dest section for blacklist's
   categories
5. Fixed generation dest local sections in squidGuard.conf
6. Fixed bug in syntax. The word 'allow' changed to the word 'any'
   in acl squidGuard.conf
7. Backported all changes from 1.4 to 1.3 which were made in T3810
8. Fixed webproxy smoketest
</content>
</entry>
<entry>
<title>smoketest: webproxy: use setUpClass() over setUp()</title>
<updated>2022-02-25T20:47:44+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-02-25T20:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=2865acbbf01616bd768eec8f979528943642b3c4'/>
<id>urn:sha1:2865acbbf01616bd768eec8f979528943642b3c4</id>
<content type='text'>
(cherry picked from commit 15eff1682613ad20f83c46fded866b132a1fb814)
</content>
</entry>
<entry>
<title>smoketest: remove superfluous ConfigSession import</title>
<updated>2021-11-21T18:24:42+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-11-21T18:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=1eede5bf19518e30bbfe1defcd067a69cdbe0393'/>
<id>urn:sha1:1eede5bf19518e30bbfe1defcd067a69cdbe0393</id>
<content type='text'>
(cherry picked from commit commit 22e3558834784a8ca37f6335c15c58a631a7fe10)
</content>
</entry>
<entry>
<title>smoketest: add shim for every test to re-use common tasts</title>
<updated>2021-07-25T19:10:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-03-17T18:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=fb94d0b6091e09099c972355886918ef63ee9d97'/>
<id>urn:sha1:fb94d0b6091e09099c972355886918ef63ee9d97</id>
<content type='text'>
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.

(cherry picked from commit 0f3def974fbaa4a26e6ad590ee37dd965bc2358f)
</content>
</entry>
<entry>
<title>smoketest: adjust test method names</title>
<updated>2020-12-29T21:47:04+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-29T20:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=f2b2bbdd51cb00a8be1aefa1f9028212fcffc1d3'/>
<id>urn:sha1:f2b2bbdd51cb00a8be1aefa1f9028212fcffc1d3</id>
<content type='text'>
This is for better readability during testruns
</content>
</entry>
<entry>
<title>smoketest: run all tests with verbosity=2</title>
<updated>2020-12-29T20:08:41+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-29T19:41:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=d36063f837e7b015e8f9fc3a19832bc36bceb61a'/>
<id>urn:sha1:d36063f837e7b015e8f9fc3a19832bc36bceb61a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>webproxy: T563: migrate from old Perl code to XML and get_config_dict()</title>
<updated>2020-12-28T18:42:50+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-12T13:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=a8a019c4f318ba6ad2f83b9b4f605de3830c7b28'/>
<id>urn:sha1:a8a019c4f318ba6ad2f83b9b4f605de3830c7b28</id>
<content type='text'>
Basic proxy functionality is working but the squidguard smoketest still fails
as this is yet not implemented.
</content>
</entry>
<entry>
<title>smoketest: webproxy: improve local ok/block lists test</title>
<updated>2020-12-28T16:23:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-28T16:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=6cad129c9dd78f21f19c8a64425a7ba5b34b5df2'/>
<id>urn:sha1:6cad129c9dd78f21f19c8a64425a7ba5b34b5df2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>smoketest: webproxy: test cache-peer config</title>
<updated>2020-12-14T16:08:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-14T16:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=30cc4199e20dea75779f7fed3e760f1abefa6f61'/>
<id>urn:sha1:30cc4199e20dea75779f7fed3e760f1abefa6f61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>smoketest: webproxy: improve ldap authentication tests</title>
<updated>2020-12-12T14:23:29+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-12T14:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=e6e87c839f8dc458dcf2962ea936329e972fbafc'/>
<id>urn:sha1:e6e87c839f8dc458dcf2962ea936329e972fbafc</id>
<content type='text'>
</content>
</entry>
</feed>
