-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor:tests: field management scenario tests (#3200)
* refactor:tests: field management scenario tests Signed-off-by: Alex Pana <[email protected]> * Update tests/e2e/testdata/scenarios/fields/management/README.md --------- Signed-off-by: Alex Pana <[email protected]>
- Loading branch information
Showing
35 changed files
with
19 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
This test folder contains scenarios for setting and unsetting a field. | ||
|
||
Unsetting a native field (int, bool, string) in the underlying GCP resource that a Config Connector resource manages can be achieved by setting the corresponding field in the Config Connector resource to its 0 value. This means setting an int field to `0`, a bool field to `false`, a string field to `""` (and etc). | ||
|
||
The folder structure should follow: | ||
|
||
``` | ||
tests | ||
└─e2e | ||
└─testdata | ||
└─scenarios | ||
├─fields | ||
│ ├─management | ||
│ │ └─SERVICE_NAME | ||
│ │ └─RESOURCE_NAME | ||
│ │ └─scenario_A | ||
│ └─other_fields_related_scenarios | ||
└─other_top_level_scenarios | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.