!171 remove test_net_freebsd

From: @tong_1001 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2023-11-07 09:06:35 +00:00 committed by Gitee
commit 47a75a6963
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: cloud-init
Version: 21.4
Release: 21
Release: 22
Summary: the defacto multi-distribution package that handles early initialization of a cloud instance.
License: ASL 2.0 or GPLv3
URL: http://launchpad.net/cloud-init
@ -113,6 +113,7 @@ install -D -m 0644 tools/21-cloudinit.conf %{buildroot}/%{_sysconfdir}/rsyslog.d
%check
rm -f $RPM_BUILD_DIR/%{name}-%{version}/tests/unittests/test_handler/test_handler_ntp.py
rm -f $RPM_BUILD_DIR/%{name}-%{version}/tests/unittests/test_datasource/test_opennebula.py
rm -f $RPM_BUILD_DIR/%{name}-%{version}/tests/unittests/test_net_freebsd.py
python3 -m pytest tests/unittests/
@ -179,6 +180,12 @@ fi
%exclude /usr/share/doc/*
%changelog
* Tue Nov 07 2023 shixuantong <shixuantong1@huawei.com> - 21.4-22
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:remove test_net_freebsd
* Mon Sep 18 2023 shixuantong <shixuantong1@huawei.com> - 21.4-21
- Type:bugfix
- CVE:NA