@@ -28,16 +28,13 @@ A `resources.communications.AuthAdapterResource` containing a second set of vali
28
28
29
29
This second set of credentials is required to validate that the DSS properly synchronizes the manager of a subscription to other DSS instances.
30
30
31
- The participant under test is responsible for providing this second set of credentials along the primary ones used in most other scenarios .
31
+ The test designer should provide this second set of credentials when full testing of manager synchronization behavior is desired .
32
32
33
33
#### Credential requirements
34
34
35
35
In general, these test credentials may be in all points equal to the ones used by the ` AuthAdapterResource ` that is
36
36
provided to the ` dss ` resources above, except for the value contained in the ` sub ` claim of the token.
37
37
38
- For the purpose of this scenario, these credentials must be allowed to create, modify and delete subscriptions on the DSS,
39
- as well as querying them.
40
-
41
38
Note that most checks in this scenario will work if the second set of credentials is not provided.
42
39
43
40
##### Required scope
@@ -46,7 +43,7 @@ For the purpose of this scenario, the `second_utm_auth` resource must provide ac
46
43
47
44
* ` utm.strategic_coordination `
48
45
49
- ##### Separate subscription
46
+ ##### Separate subject
50
47
51
48
Note that the subject (or 'sub' claim) of the token that will be obtained for this resource
52
49
MUST be different from the one of the ` dss ` resources mentioned above:
@@ -56,7 +53,7 @@ this will be verified at runtime, and the depending checks will not be run if th
56
53
57
54
### [ Ensure clean workspace test step] ( ../clean_workspace.md )
58
55
59
- This step ensures that no subscriptions with the known test IDs exists in the DSS.
56
+ This step ensures that no subscriptions with the known test IDs exist in the DSS.
60
57
61
58
This includes the main test subscription used in this test, as well as the extra subscription
62
59
used for testing the ` manager ` field sync, if the test is configured to test for it.
@@ -274,7 +271,7 @@ As a result, the DSS pool under test is failing to meet **[astm.f3548.v21.DSS002
274
271
275
272
## [ Cleanup] ( ../clean_workspace.md )
276
273
277
- This step ensures that no subscriptions with the known test IDs exists in the DSS.
274
+ This step ensures that no subscriptions with the known test IDs remain in the DSS by deleting them at this point if they do exist .
278
275
279
276
This includes the main test subscription used in this test, as well as the extra subscription
280
277
used for testing the ` manager ` field sync, if the test is configured to test for it.
0 commit comments