diff --git a/test/pack_example_tests.csv b/test/pack_example_tests.csv index 96a440c..c06c4d9 100644 --- a/test/pack_example_tests.csv +++ b/test/pack_example_tests.csv @@ -1,5 +1,2 @@ *** Test Cases ***;${pack_id};${expect};[Tags];[Documentation] -NXP::LPCXpresso55S69_BSP.18.0.0;NXP::LPCXpresso55S69_BSP@18.0.0;${0};; -NXP::LPCXpresso55S69_USB_Examples.1.0.0;NXP::LPCXpresso55S69_USB_Examples@1.0.0;${0};; -NXP::FRDM-K32L3A6_BSP.18.0.0;NXP::FRDM-K32L3A6_BSP@18.0.0;${0};; -NXP::MIMXRT1060-EVKB_BSP.18.0.0;NXP::MIMXRT1060-EVKB_BSP@18.0.0;${0};; \ No newline at end of file +NXP::FRDM-K32L3A6_BSP.17.0.0;NXP::FRDM-K32L3A6_BSP@17.0.0;${0};; \ No newline at end of file diff --git a/test/pack_example_tests.robot b/test/pack_example_tests.robot index ea78969..ffd68d6 100644 --- a/test/pack_example_tests.robot +++ b/test/pack_example_tests.robot @@ -43,8 +43,8 @@ Run Csolution Project # Append To List ${args} ${filcontexts} @{MERGED_LIST} Create List @{args} @{filcontexts} Log Many ${MERGED_LIST} - Run Project With cbuildgen ${input_file} ${expect} ${MERGED_LIST} - Run Project with cbuild2cmake ${input_file} ${expect} ${args} + # Run Project With cbuildgen ${input_file} ${expect} ${MERGED_LIST} + Run Project with cbuild2cmake ${input_file} ${expect} ${MERGED_LIST} ${parent_path}= Get Parent Directory Path ${input_file} ${result}= Run Keyword And Return ... Compare Elf Information ${input_file} diff --git a/test/resources/utils.resource b/test/resources/utils.resource index 3c6eecf..daf78cc 100644 --- a/test/resources/utils.resource +++ b/test/resources/utils.resource @@ -121,10 +121,18 @@ Run Project With cbuild2cmake [Documentation] Run the csolution project with cbuild2cmake [Arguments] ${input_file} ${expect} ${args}=@{EMPTY} Append To List ${args} --cbuild2cmake - ${args}= Insert At Front ${args} ${input_file} - ${ret_code}= Run cbuild ${input_file} ${empty} ${args} + # ${args}= Insert At Front ${args} ${input_file} + ${ret_code}= Run cbuild ${input_file} ${EMPTY} ${args} Should Be Equal ${ret_code} ${expect} msg=Unexpected status returned by cbuild2cmake execution +# Run Project With cbuild2cmake +# [Documentation] Run the csolution project with cbuild2cmake +# [Arguments] ${input_file} ${expect} ${args}=@{EMPTY} +# Append To List ${args} --cbuild2cmake +# ${args}= Insert At Front ${args} ${input_file} +# ${ret_code}= Run cbuild ${input_file} ${empty} ${args} +# Should Be Equal ${ret_code} ${expect} msg=Unexpected status returned by cbuild2cmake execution + Append Additional Arguments [Documentation] Append values to the list [Arguments] ${list} @{values}