From 1249ee1c780b5d6da15fc16f76dcaf2d00b028e7 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 7 Mar 2022 00:49:26 +0000 Subject: [PATCH] Add inline_tls_cv2_group_server() unit test Signed-off-by: Richard T Bonhomme --- dev/easytls-unit-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/easytls-unit-tests.sh b/dev/easytls-unit-tests.sh index 1002e08..d3814cb 100755 --- a/dev/easytls-unit-tests.sh +++ b/dev/easytls-unit-tests.sh @@ -448,7 +448,7 @@ for cmd in \ "-r=s03 itcv2 c05" "-r=s03 -k=hw itcv2 c05 no-md" \ "-r=s03 itcv2 c06" "-r=s03 -k=hw itcv2 c06 add-hw" \ "-k=hw rmd c06 serial" \ - "bc2gs tct-gs" \ + "bc2gs tct-gs" "ic2gs s01 tct-gs" \ "bc2gc s03 family" \ "bc2gc s03 friends ${hwaddr1} ${hwaddr2} ${ip4addr} ${ip6addr}" \ "ic2gc c06 friends" \ @@ -682,7 +682,7 @@ fi "-g=tincantech --sub-key-name=eve remove-tlskey c10" \ "cert-expire" \ "inline-expire" \ - "bc2gs tct-gs" \ + "bc2gs tct-gs" "ic2gs s01 tct-gs" \ "bc2gc s01 family" \ "bc2gc s01 friends ${hwaddr1} ${hwaddr2} ${ip4addr} ${ip6addr}" \ "ic2gc c01 family" "ic2gc c01 friends" "ic2gc c02 friends" \