[pve-devel] [PATCH pve-network 3/4] tests: mocking more functions to avoid access to system files
Lukas Wagner
l.wagner at proxmox.com
Tue Dec 5 14:18:04 CET 2023
On 12/5/23 14:12, Stefan Lendl wrote:
> diff --git a/src/test/run_test_zones.pl b/src/test/run_test_zones.pl
> index ce8edc2..2d9be88 100755/
> --- a/src/test/run_test_zones.pl
> +++ b/src/test/run_test_zones.pl
> @@ -14,6 +14,10 @@ use PVE::Network::SDN::Zones;
> use PVE::Network::SDN::Controllers;
> use PVE::INotify;
>
> +use Data::Dumper qw(Dumper);
> +$Data::Dumper::Sortkeys = 1;
> +$Data::Dumper::Indent = 1;
> +
Left-over debug code? :)
--
- Lukas
More information about the pve-devel
mailing list