Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[uss_qualifier] scd: oir implicit sub handling scenarion - cleanup stray forgotten comment #814

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@ def run(self, context: ExecutionContext):

self.end_test_scenario()

"""

Create OI3 in DSS from t2 to t3, confirm no subscriptions beyond pre-existing subscriptions in step 2 are among subscribers
Clean up
"""

def _case_1_step_create_oir_1(self):
oir, subs, impl_sub, _ = self._create_oir(
self._oir_a_id, self._time_2, self._time_3, [], True
Expand Down
Loading