
Now, functional tests would be located in murano/tests folder Group all unit tests to the corresponding folder under tests Run only unit tests in Opentack gate Change-Id: I5ebea265fd7cdef7e77a47eedae40d23f91638d0 Partly-Closes-Bug: #1349383
9 lines
184 B
YAML
9 lines
184 B
YAML
heat_template_version: '2013-05-23'
|
|
resources:
|
|
test-server:
|
|
type: OS::Nova::Server
|
|
properties:
|
|
flavor: test.flavor
|
|
image: Some image name
|
|
key_name: default
|