tree: 8ac6cc8ad27cf8164df78a2879a85f658c2a36c6 [path history] [tgz]
  1. Makefile
  2. README.md
  3. deployment.yaml
  4. docker-compose-bootstrap.yml
  5. services.yaml
  6. xos.yaml
test-standalone/README.md

XOS API Test Configuration

This configuration is intended to be used to test the API, to use it, clone service-profile onto a supported machine (Ubuntu 14.04 currently), then run the following commands:

  • make test_containers
  • make
  • make test
  • make test-tosca

Note that this test will be automatically executed by OpenCord Jenkins on checkin to the xos repo, so it's a good idea to make sure these tests pass after doing work on that repo.