unit-tests: Added IETF SWIMA PA-TNC attribute tests

This commit is contained in:
Andreas Steffen 2017-05-23 07:05:45 +02:00
parent 84c0366bd3
commit bf22470623
3 changed files with 1127 additions and 2 deletions

View File

@ -201,10 +201,18 @@ imcv_tests_SOURCES = \
pa_tnc/pa_tnc_attr_manager.c \
seg/seg_env.c seg/seg_contract.c \
seg/seg_contract_manager.c \
swima/swima_data_model.c \
swima/swima_event.c \
swima/swima_events.c \
swima/swima_record.c \
swima/swima_inventory.c \
swima/swima_collector.c \
suites/test_imcv_seg.c \
suites/test_imcv_swima.c \
ietf/ietf_attr_pa_tnc_error.c \
ietf/swima/ietf_swima_attr_req.c \
ietf/swima/ietf_swima_attr_sw_inv.c \
ietf/swima/ietf_swima_attr_sw_ev.c \
tcg/seg/tcg_seg_attr_seg_env.c \
imcv.c imcv_tests.h imcv_tests.c

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2014 Andreas Steffen
* Copyright (C) 2014-2017 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
@ -14,4 +14,4 @@
*/
TEST_SUITE(imcv_seg_suite_create)
TEST_SUITE(imcv_swima_suite_create)

File diff suppressed because it is too large Load Diff