summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2009-11-25 15:29:23 +0000
committermsmit <msmit@remedy.nl>2009-11-25 15:29:23 +0000
commit1849d944ea589a96650f4f8f971839fd64525bfb (patch)
treec74595bbe5bd063261a87fe9c57bbdfa7120d2a7
parent74b828558807a0a839b2f8770376785c1b6e4352 (diff)
downloadATCD-1849d944ea589a96650f4f8f971839fd64525bfb.tar.gz
Wed Nov 25 15:30:14 UTC 2009 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/tests/KeyedSamples/README: * connectors/dds4ccm/tests/SetConnectorAttributes/README: Added test description.
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/connectors/dds4ccm/tests/KeyedSamples/README16
-rw-r--r--CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/README15
3 files changed, 37 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 34f3d5b00c5..a364ebd49ac 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Nov 25 15:30:14 UTC 2009 Marcel Smit <msmit@remedy.nl>
+
+ * connectors/dds4ccm/tests/KeyedSamples/README:
+ * connectors/dds4ccm/tests/SetConnectorAttributes/README:
+ Added test description.
+
Wed Nov 25 15:15:43 UTC 2009 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/tests/Get_Connection_Test/README:
diff --git a/CIAO/connectors/dds4ccm/tests/KeyedSamples/README b/CIAO/connectors/dds4ccm/tests/KeyedSamples/README
new file mode 100644
index 00000000000..8bc6dae4a7e
--- /dev/null
+++ b/CIAO/connectors/dds4ccm/tests/KeyedSamples/README
@@ -0,0 +1,16 @@
+# $Id$
+
+This test creates instances in DDS by using the
+updater port. After that, every instance is updated.
+The number of instances (keys) and the number of
+updates (iterations) per key can be defined in
+the deployment plan.
+
+The Receiver checks whether the keys were updated
+correctly by using the read_one method on the reader.
+The Receiver should know the number of instances (keys) and
+the number of iterations per key. These should be configured
+in the deployment plan.
+
+An error is reported when the receiver did not receive
+the correct number of samples. \ No newline at end of file
diff --git a/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/README b/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/README
new file mode 100644
index 00000000000..8986a3b67ca
--- /dev/null
+++ b/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/README
@@ -0,0 +1,15 @@
+# $Id$
+
+Tests whether the connector attribute are
+properly set by the D&C framework.
+The following connector attributes are defined in
+the deployment plan:
+ * key_fields
+ * domain_id
+ * qos_profile
+ * topic_name
+
+On ccm_activate in the connector, these values
+are checked.
+
+An error is reported for every mismatch.