<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/smoketest/scripts/cli/test_system_ntp.py, branch rolling</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-01-14T20:13:37+00:00</updated>
<entry>
<title>ntp: T3008: migrate from ntpd to chrony</title>
<updated>2023-01-14T20:13:37+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-01-13T21:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0d35a866ba12e66e504e1f575a04429c5d8cb9be'/>
<id>urn:sha1:0d35a866ba12e66e504e1f575a04429c5d8cb9be</id>
<content type='text'>
* Move CLI from "system ntp" -&gt; "service ntp"
* Drop NTP server option preempt as not supported by chrony
</content>
</entry>
<entry>
<title>ntp: T4456: support listening on specified interface</title>
<updated>2022-07-04T18:23:27+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/vyos-1x.git/commit/?id=6732df1edd632b56d3d02970939f51d05d4262e9'/>
<id>urn:sha1:6732df1edd632b56d3d02970939f51d05d4262e9</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;
</content>
</entry>
<entry>
<title>smoketest: bugfix on proper inheritance levels for classmethod</title>
<updated>2022-04-25T17:15:17+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-25T16:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dc864082ef896faa7adba8312d782d7066492aa7'/>
<id>urn:sha1:dc864082ef896faa7adba8312d782d7066492aa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>smoketest: ntp: T4184: check for "restrict default ignore" presencex</title>
<updated>2022-01-15T16:42:56+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/vyos-1x.git/commit/?id=3ef881fcc3aada5846e3dd9ec20054c0e7261f46'/>
<id>urn:sha1:3ef881fcc3aada5846e3dd9ec20054c0e7261f46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>smoketest: ntp: re-organize testcases</title>
<updated>2022-01-15T16:41:13+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/vyos-1x.git/commit/?id=ba9dc4c2ff89a7a71b84bc84db20e89f604919f2'/>
<id>urn:sha1:ba9dc4c2ff89a7a71b84bc84db20e89f604919f2</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.
</content>
</entry>
<entry>
<title>smoketest: remove superfluous ConfigSession import</title>
<updated>2021-11-21T18:20:27+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-11-21T18:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=22e3558834784a8ca37f6335c15c58a631a7fe10'/>
<id>urn:sha1:22e3558834784a8ca37f6335c15c58a631a7fe10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>smoketest: add shim for every test to re-use common tasts</title>
<updated>2021-03-17T18:18:17+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/vyos-1x.git/commit/?id=0f3def974fbaa4a26e6ad590ee37dd965bc2358f'/>
<id>urn:sha1:0f3def974fbaa4a26e6ad590ee37dd965bc2358f</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.
</content>
</entry>
<entry>
<title>ntp: T2185: store configuration in volatile /run area</title>
<updated>2021-01-17T09:17:25+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/vyos-1x.git/commit/?id=3c33359d0c9700a1c80f1a222fe5f43642cd4fde'/>
<id>urn:sha1:3c33359d0c9700a1c80f1a222fe5f43642cd4fde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "ntp: T2944: By default do not listen port 123 on any address"</title>
<updated>2021-01-12T08:22:19+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/vyos-1x.git/commit/?id=a051c928aeb2a14250d57c8495c07474c92a8b61'/>
<id>urn:sha1:a051c928aeb2a14250d57c8495c07474c92a8b61</id>
<content type='text'>
This reverts commit ca61add5e7dea828c67ea074368196025f4cb4eb.
</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/vyos-1x.git/commit/?id=f2b2bbdd51cb00a8be1aefa1f9028212fcffc1d3'/>
<id>urn:sha1:f2b2bbdd51cb00a8be1aefa1f9028212fcffc1d3</id>
<content type='text'>
This is for better readability during testruns
</content>
</entry>
</feed>
