Skip to content

mw/com: Add mixed criticality field test - #858

Open
bemerybmw wants to merge 1 commit into
mainfrom
brem_fields_mixed_criticality_test
Open

mw/com: Add mixed criticality field test#858
bemerybmw wants to merge 1 commit into
mainfrom
brem_fields_mixed_criticality_test

Conversation

@bemerybmw

Copy link
Copy Markdown
Contributor

No description provided.



def test_mixed_criticality_consumer_provider(target):
with provider(target, Criticality.ASILB):

def test_mixed_criticality_consumer_provider(target):
with provider(target, Criticality.ASILB):
with consumer(target, consumer_criticality=Criticality.ASILB):


def test_mixed_criticality_consumer_provider(target):
with provider(target, Criticality.QM):


def test_mixed_criticality_consumer_provider(target):
with provider(target, Criticality.ASILB):

def test_mixed_criticality_consumer_provider(target):
with provider(target, Criticality.ASILB):
with consumer(target, consumer_criticality=Criticality.QM):


def test_mixed_criticality_consumer_provider(target):
with provider(target, Criticality.QM):

def test_mixed_criticality_consumer_provider(target):
with provider(target, Criticality.QM):
with consumer(target, consumer_criticality=Criticality.QM):

def test_field_get_and_notifier_value(target):
"""Test field get and notifier exchange between provider and consumer."""
with provider(target, FieldScenario.GET_AND_NOTIFIER, "mw_com_config.json"):
@bemerybmw
bemerybmw force-pushed the brem_fields_mixed_criticality_test branch from ad765b4 to da7928f Compare August 11, 2026 07:05
@bemerybmw bemerybmw changed the title Brem fields mixed criticality test mw/com: Add mixed criticality field test Aug 11, 2026
@bemerybmw
bemerybmw force-pushed the brem_fields_mixed_criticality_test branch from da7928f to c597fc7 Compare August 11, 2026 08:24
@bemerybmw
bemerybmw marked this pull request as ready for review August 11, 2026 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant