Skip to content

Commit c796de1

Browse files
committed
Updated doc for cft tests
1 parent 2241c61 commit c796de1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test_suite.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@
437437
' * Configures a second publisher to publish samples with "color" equal to "RED"\n'
438438
' * Use RELIABLE Qos in all publishers and subscriber to ensure any samples that are not '
439439
'received are due to filtering\n'
440+
' * Configures the publishers / subscriber with history KEEP_ALL\n'
440441
' * Verifies that both publishers discover and match the subscriber and vice-versa\n'
441442
' * Note that this test does not check whether the filtering happens in the publisher side or '
442443
'the subscriber side. It only checks the middleware filters the samples somewhere.\n\n'
@@ -450,6 +451,9 @@
450451
'title' : 'Use of Content filter to avoid receiving undesired data (non-key)',
451452
'description': 'Verifies a subscription using a ContentFilteredTopic does not receive data that does not '
452453
'pass the filter. The filter is applied to the non-key member "shapesize".\n\n'
454+
' * Use RELIABLE Qos in all publishers and subscriber to avoid samples losses\n'
455+
' * Configures the publisher / subscriber with history KEEP_ALL\n'
456+
' * The publisher application sends samples with increasing value of the "size" member\n'
453457
' * Publisher sends samples with size cycling from 1 to 50 (using --size-modulo 50 and -z 0)\n'
454458
' * Subscriber uses --cft "shapesize <= 20"\n'
455459
' * The test passes if all received samples have size < 20\n'

0 commit comments

Comments
 (0)