26f486cc1d
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
21 lines
368 B
YAML
21 lines
368 B
YAML
Namespaces:
|
|
=: io.murano.windows
|
|
ad: io.murano.windows.Dummy
|
|
|
|
Name: DomainHost
|
|
|
|
Extends: Host
|
|
|
|
Properties:
|
|
domain:
|
|
Contract: $.class(ad:Dummy).notNull()
|
|
|
|
Workflow:
|
|
deploy:
|
|
Arguments:
|
|
Body:
|
|
- $.super($.deploy())
|
|
#- $.joinDomain($.domain)
|
|
# Workaround against broken ResourceManager:
|
|
- $.super($.joinDomain($this.domain))
|