Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Change log

DateDescription
2017-08-09Added support to generate HTML documentation through `tox -e docs` command
2017-08-08Created Run.ps1 as a helper script for Windows users
2017-08-06

Created unit tests for A&AI component

2017-08-02:Migrated into Integration project under /integration/bootstrap/vagrant-onap

...

$ ./tools/run.sh app_name [-s test_suite]| -c [test_case]

Windows 7+ (PowerShell v2+, run with Administrator privileges)

PS C:\> git clone https://git.onap.org/integration
PS C:\> cd bootstrap\vagrant-onap
PS C:\>
.\tools\Run.ps1 app_name [-s test_suite] [function| -c test_case]
app_nameDescription
aaiActive and Available Inventory
appcApplication Controller
dcaeData Collection Analytics & Events
mrMessage Router
policyPolicy
portalPortal
robotRobot
sdcService Design & Creation
sdncSoftware Defined Network Controller
vidVirtual Infrastructure Development
vfcVirtual Function Controller
all_in_oneAll ONAP services in a single VM
testingUnit Testing purposes VM

...