summaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/tests/test_sdc
AgeCommit message (Collapse)AuthorFilesLines
2017-11-20Refactor clone and compile functionsVictor Morales1-11/+12
The clone_all_* and compile_all_* functions share same instructions for performing their functionality. This change pretends to reduce the duplication of the code. Change-Id: Ief63a5a58c79af85c829602b0451637424659438 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-339
2017-09-20Update SDC lib and test scriptsVictor Morales1-10/+9
The SDC project has updated its compilation output files, as result the Unit Test needs to be changed. Change-Id: I31c7773a2de1ac865ce8b45a5c10e5995ee960d0 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-16
2017-08-30Create UTs for SDCVictor Morales1-0/+69
This change create a script that contains Unit Tests that covers functionality of SDC component. Change-Id: Ie51dac0fe112319da3f9522cdb36ac7de49d523d Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-16