
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
481 B
Plaintext
25 lines
481 B
Plaintext
{
|
|
"Scripts": [
|
|
"ImportCoreFunctions.ps1",
|
|
"Join-Domain.ps1"
|
|
],
|
|
"Commands": [
|
|
{
|
|
"Name": "Set-NetworkAdapterConfiguration",
|
|
"Arguments": {
|
|
"FirstAvailable": true,
|
|
"DNSServer": "$dnsIp"
|
|
}
|
|
},
|
|
{
|
|
"Name": "Join-Domain",
|
|
"Arguments": {
|
|
"Username": "$domainUser",
|
|
"Password": "$domainPassword",
|
|
"DomainName": "$domain",
|
|
"OUPath": "$ouPath"
|
|
}
|
|
}
|
|
],
|
|
"RebootOnCompletion": 1
|
|
} |