<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/test/test-manager/src/main.rs, branch decrease-leaks-during-reconnect</title>
<subtitle>The Mullvad VPN client app for desktop and mobile</subtitle>
<id>http://git.waynecole.info/mullvadvpn/atom?h=decrease-leaks-during-reconnect</id>
<link rel='self' href='http://git.waynecole.info/mullvadvpn/atom?h=decrease-leaks-during-reconnect'/>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/'/>
<updated>2025-08-19T11:07:09Z</updated>
<entry>
<title>Add --skip flag to test-manager</title>
<updated>2025-08-19T11:07:09Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim@hulthe.net</email>
</author>
<published>2025-08-19T08:48:25Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=0c464f991ef9b66ef88439c0e0fb1849bd5f1ec2'/>
<id>urn:sha1:0c464f991ef9b66ef88439c0e0fb1849bd5f1ec2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run `cargo fmt` in test-repo</title>
<updated>2025-07-10T07:37:02Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2025-07-09T14:18:52Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=527c8daed79d37e2161e0ecb9bce20bd01b9ffc4'/>
<id>urn:sha1:527c8daed79d37e2161e0ecb9bce20bd01b9ffc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not relaunch as root if only formatting test reports</title>
<updated>2025-02-25T11:07:10Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2025-02-14T09:12:18Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=1e7059a49a5ae81b8e171fb5a87fc6041ed5478c'/>
<id>urn:sha1:1e7059a49a5ae81b8e171fb5a87fc6041ed5478c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CPU and memory config options to test framework</title>
<updated>2025-02-04T16:05:17Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-02-03T20:02:18Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=e350e0afc3eb681463ca98d57540e5c2f3bd9312'/>
<id>urn:sha1:e350e0afc3eb681463ca98d57540e5c2f3bd9312</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `config` subcommand to `test-manager`</title>
<updated>2025-01-22T12:32:15Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2025-01-16T14:41:45Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=b198ecd495f75117c482eea2f9d8cd738ad14441'/>
<id>urn:sha1:b198ecd495f75117c482eea2f9d8cd738ad14441</id>
<content type='text'>
Move vm subcommand into config subcommand

Also change the `test-manager config vm list` command to just list
configured VMs, instead of their configuration contents.
</content>
</entry>
<entry>
<title>Add location overrides per test to test-manager config</title>
<updated>2025-01-22T12:32:08Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2024-11-22T18:05:31Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=dea8be7d42d4da67b61f70bb5cc44f3022e51118'/>
<id>urn:sha1:dea8be7d42d4da67b61f70bb5cc44f3022e51118</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bridge interface IP on macOS</title>
<updated>2025-01-08T14:35:16Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2025-01-08T10:58:46Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=88ef98179956317730fbf5396c9f7816622512d0'/>
<id>urn:sha1:88ef98179956317730fbf5396c9f7816622512d0</id>
<content type='text'>
The IP of the bridge interface was incorrectly
assumed to be constant, but has at some point
changed. This broke the algorithm for finding
the bridge interface.

Replace the algorithm with one based on the
guest IP, which is given by `tart`. As the bridge
IP is no longer constant, we also expose it through
the `TEST_CONFIG`.
</content>
</entry>
<entry>
<title>Fix TODOs by replacing triple type with a dedicated struct</title>
<updated>2024-12-17T11:00:26Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2024-12-11T15:41:59Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=e7b3c7a03b5b284676628b5ec2e25c31af279a02'/>
<id>urn:sha1:e7b3c7a03b5b284676628b5ec2e25c31af279a02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve documentation</title>
<updated>2024-11-22T10:51:40Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2024-11-21T15:27:19Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=6afad8129c0ec848dd56c2d603fb291bcbce077b'/>
<id>urn:sha1:6afad8129c0ec848dd56c2d603fb291bcbce077b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add flag for overriding API environment in tests</title>
<updated>2024-11-18T09:13:34Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2024-11-14T16:44:26Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=7a4477b3e59cfe427dafc23f56d72939dde1e4a3'/>
<id>urn:sha1:7a4477b3e59cfe427dafc23f56d72939dde1e4a3</id>
<content type='text'>
</content>
</entry>
</feed>
