...
Change log
Date | Description |
---|---|
2017-08-09 | Added support to generate HTML documentation through `tox -e docs` command |
2017-08-08 | Created 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_name | Description |
---|---|
aai | Active and Available Inventory |
appc | Application Controller |
dcae | Data Collection Analytics & Events |
mr | Message Router |
policy | Policy |
portal | Portal |
robot | Robot |
sdc | Service Design & Creation |
sdnc | Software Defined Network Controller |
vid | Virtual Infrastructure Development |
vfc | Virtual Function Controller |
all_in_one | All ONAP services in a single VM |
testing | Unit Testing purposes VM |
...