mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -04:00
constellation create azure: use custom poller to check for scale set creation (#394)
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
d1495e9285
commit
f9c70d5c5a
6 changed files with 396 additions and 8 deletions
|
@ -167,7 +167,7 @@ func TestCreateInstances(t *testing.T) {
|
|||
"error when polling create scale set response": {
|
||||
publicIPAddressesAPI: stubPublicIPAddressesAPI{},
|
||||
networkInterfacesAPI: stubNetworkInterfacesAPI{},
|
||||
scaleSetsAPI: stubScaleSetsAPI{pollErr: someErr},
|
||||
scaleSetsAPI: stubScaleSetsAPI{getErr: someErr},
|
||||
resourceGroupAPI: newSuccessfulResourceGroupStub(),
|
||||
roleAssignmentsAPI: &stubRoleAssignmentsAPI{},
|
||||
createInstancesInput: CreateInstancesInput{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue