summaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/tests/test_vfc
AgeCommit message (Collapse)AuthorFilesLines
2017-11-20Refactor clone and compile functionsVictor Morales1-4/+4
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-26Remove nonexisting VFC UTsVictor Morales1-4/+1
There are some Unit Tests that haven't been defined for VFC component. This change removes them from the list. Change-Id: I21f5370bd677640eda08eceae88bea859389dd98 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-105
2017-09-25Recheck VFC UTsVictor Morales1-17/+29
It was reviewed the Unit Tests for VFC component which results in refactoring and updating some portions of the code Change-Id: I0d3f09a5a24e2e96bd733346eaf4b9cd988f98c3 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-105
2017-09-14Update VFC docker image builds in Vagrant ONAPShashank Kumar Shankar1-4/+14
Add/update VFC docker image builds in Vagrant ONAP. Change-Id: I714c3b846576cab8af1c0632853ba7e3aca35127 Issue-Id: INT-136 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2017-09-05Add VFC LCM docker image build in Vagrant ONAPShashank Kumar Shankar1-3/+17
This patch adds support for building docker image for the VFC NFVO LCM repo. Change-Id: I5aa999a872bc727959180389ff354c029af513a0 Issue-Id: INT-136 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2017-08-17Refactor VFC UTsVictor Morales1-1/+16
It was refactored the Unit tests and functions of VFC scripts Change-Id: I9e7ba61ace7830c62b52556922e0ec2b4d9efa91 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-105
2017-07-26Sync latest changes for vagrant-onapVictor Morales1-0/+20
Given some internal procedures was not possible to submit all the changes. In the meantime, those changes were placed into an non-official project. This change syncronizes the latest changes into the official repository. Issue-id: INT-17 Change-Id: Ia4125f4b70273401e4ed3cc1908d2e2ad7d1c2e9 Signed-off-by: Victor Morales <victor.morales@intel.com>