@@ -195,10 +195,9 @@ Base tests use YAML manifests from `test/upgrade/testdata/baseCrs/`. Currently t
195195- ** SpaceQuota**
196196- ** SpaceRole**
197197
198- ### Test Base Resource Dependencies
199- ** SpaceRole:** A space role can only be assigned to a user if the user is also a member of the imported parent organization.
200-
201- π Assign a user to the organization by either creating a SpaceMembers/SpaceRole resource or by using the BTP Cockpit
198+ #### Test Base Resource Dependencies
199+ - ** SpaceRole:** A space role can only be assigned to a user if the user is also a member of the space's organization.\
200+ π Assign a user to the space's organization by either creating a SpaceMembers/SpaceRole resource or by using the BTP Cockpit
202201
203202#### Adding New Base Test Resources
204203
@@ -319,17 +318,14 @@ test/
319318β βββ testdata/
320319β β βββ baseCrs/ # Base upgrade test resources
321320β β β βββ import.yaml # Organization (observe)
322- β β β βββ space.yaml # Space (create)
321+ β β β βββ space.yaml # Space (create)
322+ | β β βββ domain.yaml
323+ | β β βββ space_quota.yaml
324+ | β β βββ space_role.yaml
323325β β βββ customCRs/ # Custom upgrade test resources
324326β β βββ externalNames/ # External-name validation test
325- β β β ββ space.yaml
327+ β β β ββ space.yaml
326328| | βββ import.yaml
327- | | βββ domain # Domain
328- | β βββ domain.yaml
329- | | βββ spaceQuota # SpaceQuota
330- | β βββ space_quota.yaml
331- | | βββ spaceRole # SpaceRole
332- | β βββ space_role.yaml
333329β βββ main_test.go # Test environment setup
334330β βββ upgrade_test.go # Base upgrade test logic
335331β βββ base_upgrade_test.go # Custom upgrade test framework
0 commit comments