Skip to content

Commit 36edcc0

Browse files
committed
include/ltp: require MACSEC for smoketest
1018 <<<test_start>>> 1019 tag=macsec02 stime=1707132581 1020 cmdline="macsec02.sh" 1021 contacts="" 1022 analysis=exit 1023 <<<test_output>>> 1024 macsec02 1 TINFO: initialize 'lhost' 'ltp_ns_veth2' interface 1025 macsec02 1 TINFO: add local addr 10.0.0.2/24 1026 macsec02 1 TINFO: add local addr fd00:1:1:1::2/64 1027 macsec02 1 TINFO: initialize 'rhost' 'ltp_ns_veth1' interface 1028 macsec02 1 TINFO: add remote addr 10.0.0.1/24 1029 macsec02 1 TINFO: add remote addr fd00:1:1:1::1/64 1030 macsec02 1 TINFO: Network config (local -- remote): 1031 macsec02 1 TINFO: ltp_ns_veth2 -- ltp_ns_veth1 1032 macsec02 1 TINFO: 10.0.0.2/24 -- 10.0.0.1/24 1033 macsec02 1 TINFO: fd00:1:1:1::2/64 -- fd00:1:1:1::1/64 1034 macsec02 1 TCONF: macsec driver not available Signed-off-by: Philip Li <[email protected]>
1 parent 2fde735 commit 36edcc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/ltp

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ need_kconfig:
3434
% elsif ___.test == "kvm"
3535
- KVM
3636
- KVM_INTEL
37+
% elsif ___.test == "smoketest"
38+
- MACSEC
3739
% end
3840

3941
% if ___.test != "kvm"

0 commit comments

Comments
 (0)