
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
25 lines
375 B
YAML
25 lines
375 B
YAML
Name: ParentClass2
|
|
|
|
Extends: CommonParent
|
|
|
|
Properties:
|
|
ambiguousProperty1:
|
|
Contract: $.int()
|
|
|
|
ambiguousProperty2:
|
|
Contract: $.int()
|
|
Usage: InOut
|
|
|
|
Methods:
|
|
method2:
|
|
Body:
|
|
- trace('ParentClass2::method2')
|
|
|
|
getAmbiguousProperty2:
|
|
Body:
|
|
Return: $.ambiguousProperty2
|
|
|
|
virtualMethod:
|
|
Body:
|
|
- trace('ParentClass2::virtualMethod')
|