forked from omg-dds/dds-rtps
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test description and remove duplicated tests (omg-dds#43)
- Loading branch information
Showing
10 changed files
with
956 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,3 +72,5 @@ gdrive_url.py | |
html/ | ||
doc/detailed_report.rst | ||
doc/test_results.rst | ||
test_description.rst | ||
doc/test_description.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,6 @@ Welcome to |INTEROPERABILITY_TESTS| | |
|
||
introduction | ||
test_results | ||
test_description | ||
detailed_report | ||
copyright |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
.. include:: vars.rst | ||
|
||
.. _section-test-descriptions: | ||
|
||
Test Descriptions | ||
================= | ||
|
||
Default Values | ||
-------------- | ||
|
||
This section describes the different test performed. When the test description | ||
mentions 'default settings' or if the test does not mention any QoS modification, | ||
then, it refers to the default values for different QoS settings and other | ||
parameters the ShapeDemo Application configures: | ||
|
||
* **Domain ID**: 0 | ||
* **RELIABILITY QoS**: reliable | ||
* **DURABILITY QoS**: volatile | ||
* **HISTORY QoS**: default middleware HISTORY kind (should be KEEP_LAST with depth 1) | ||
* **DATA_REPRESENTATION QoS**: XCDR1 | ||
* **OWNERSHIP QoS**: shared | ||
* **PARTITION QoS**: default middleware partition | ||
* **DEADLINE QoS**: disabled | ||
* **TIME_BASED_FILTER QoS**: disabled | ||
* **Instance (color value)**: BLUE | ||
* **Topic name**: if not mentioned, the topic used is "Square" | ||
* **Writing period**: 33ms | ||
* **Reading period**: 100ms | ||
* **Delay when creating entities**: at least 1s | ||
|
||
The type used in these tests is the following: | ||
|
||
.. code-block:: C | ||
@appendable | ||
struct ShapeType { | ||
@key | ||
string<128> color; | ||
int32 x; | ||
int32 y; | ||
int32 shapesize; | ||
}; | ||
Additionally, the test description may mention 'Publisher' and 'Subscriber', | ||
this refers to the publisher/subscriber applications. Qos policies are set | ||
to the corresponding entity: DomainParticipant, Publisher, Subscriber, Topic, | ||
DataWriter or DataReader. | ||
|
||
|
||
|TEST_DESCRIPTION| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.