-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup RuntimeInput, InputBuilderFactory (#786)
* Cleanup RuntimeInput * Modify initialisation steps * Cleanup InputBuilderFactory * Remove deprecated docs * Remove Kyma component
- Loading branch information
1 parent
d57e796
commit 024d6f1
Showing
51 changed files
with
133 additions
and
3,368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1174,38 +1174,6 @@ func TestProvisioning_WithNetworkFilter(t *testing.T) { | |
assert.Equal(suite.t, "CUSTOMER", *instance.Parameters.ErsContext.LicenseType) | ||
} | ||
|
||
func TestProvisioning_PRVersionWithoutOverrides(t *testing.T) { | ||
// given | ||
suite := NewBrokerSuiteTest(t) | ||
defer suite.TearDown() | ||
iid := uuid.New().String() | ||
|
||
// when | ||
resp := suite.CallAPI("PUT", fmt.Sprintf("oauth/cf-ch20/v2/service_instances/%s?accepts_incomplete=true", iid), | ||
`{ | ||
"service_id": "47c9dcbf-ff30-448e-ab36-d3bad66ba281", | ||
"plan_id": "7d55d31d-35ae-4438-bf13-6ffdfa107d9f", | ||
"context": { | ||
"sm_platform_credentials": { | ||
"url": "https://sm.url", | ||
"credentials": {} | ||
}, | ||
"globalaccount_id": "whitelisted-global-account-id", | ||
"subaccount_id": "sub-id", | ||
"user_id": "[email protected]" | ||
}, | ||
"parameters": { | ||
"name": "testing-cluster", | ||
"overridesVersion":"", | ||
"kymaVersion":"PR-99999" | ||
} | ||
}`) | ||
opID := suite.DecodeOperationID(resp) | ||
|
||
// then | ||
suite.WaitForProvisioningState(opID, domain.Failed) | ||
} | ||
|
||
func TestProvisioning_Modules(t *testing.T) { | ||
|
||
const defaultModules = "kyma-with-keda-and-btp-operator.yaml" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.