<feed xmlns='http://www.w3.org/2005/Atom'>
<title>veeos-1x.git/smoketest/scripts/cli/test_system_ntp.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-07-04T18:36:35+00:00</updated>
<entry>
<title>ntp: T4456: support listening on specified interface</title>
<updated>2022-07-04T18:36:35+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-07-04T18:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=2aab1a726a2083e943df1f6c4200e1ba30b50f33'/>
<id>urn:sha1:2aab1a726a2083e943df1f6c4200e1ba30b50f33</id>
<content type='text'>
When clients only use DHCP for interface addressing we can not bind NTPd to
an address - as it will fail if the address changes. This commit adds support
to bind ntpd to a given interface in addition to a given address.

set system ntp interface &lt;name&gt;

(cherry picked from commit 6732df1edd632b56d3d02970939f51d05d4262e9)
</content>
</entry>
<entry>
<title>smoketest: ntp: T4184: check for "restrict default ignore" presencex</title>
<updated>2022-01-16T11:17:09+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-01-15T16:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=bcc45248facbc5a7ca12920a4e1f2ed5039574eb'/>
<id>urn:sha1:bcc45248facbc5a7ca12920a4e1f2ed5039574eb</id>
<content type='text'>
(cherry picked from commit 3ef881fcc3aada5846e3dd9ec20054c0e7261f46)
</content>
</entry>
<entry>
<title>smoketest: ntp: re-organize testcases</title>
<updated>2022-01-16T11:17:03+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-01-15T16:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=89d6b41577a4589bd0018b8dc98e214237b34000'/>
<id>urn:sha1:89d6b41577a4589bd0018b8dc98e214237b34000</id>
<content type='text'>
Drop the overcomplex function get_config_value() to search for NTPd
configuration values. Rather assemble the required string and probe for
its presence in the configuration like we do on most other smoketests.

(cherry picked from commit ba9dc4c2ff89a7a71b84bc84db20e89f604919f2)
</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>ntp: T2185: store configuration in volatile /run area</title>
<updated>2021-01-17T09:17:42+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-17T08:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=e3b839a448332119bc40cbc459eaa5d0b9a54a11'/>
<id>urn:sha1:e3b839a448332119bc40cbc459eaa5d0b9a54a11</id>
<content type='text'>
(cherry picked from commit 3c33359d0c9700a1c80f1a222fe5f43642cd4fde)
</content>
</entry>
<entry>
<title>Revert "ntp: T2944: By default do not listen port 123 on any address"</title>
<updated>2021-01-12T16:07:46+00:00</updated>
<author>
<name>sever-sever</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-01-12T07:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=bf68f26c2af3f9a6cd023d538a951a29f3c6d18e'/>
<id>urn:sha1:bf68f26c2af3f9a6cd023d538a951a29f3c6d18e</id>
<content type='text'>
This reverts commit ca61add5e7dea828c67ea074368196025f4cb4eb.

(cherry picked from commit a051c928aeb2a14250d57c8495c07474c92a8b61)
</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>ntp: T2297: support configuration of NTP pool</title>
<updated>2020-11-29T12:32:03+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-29T12:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=3169f1270fe8217fe57c9301e48b550539f14b77'/>
<id>urn:sha1:3169f1270fe8217fe57c9301e48b550539f14b77</id>
<content type='text'>
set system ntp server &lt;server&gt; pool
</content>
</entry>
</feed>
