diff --git a/doc/source/index.rst b/doc/source/index.rst
index 2fb9843..37c1b14 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -22,6 +22,7 @@ Contents
methodologies/index.rst
test_plans/index.rst
labs/index.rst
+ test_results/index
.. raw:: pdf
diff --git a/doc/source/labs/intel_lab.rst b/doc/source/labs/intel_lab.rst
index 569cca3..1a63fc6 100644
--- a/doc/source/labs/intel_lab.rst
+++ b/doc/source/labs/intel_lab.rst
@@ -1,3 +1,5 @@
+.. _intel_mirantis_performance_lab:
+
===================================
Intel-Mirantis Performance-Team Lab
===================================
diff --git a/doc/source/test_plans/index.rst b/doc/source/test_plans/index.rst
index d4f3b37..89d2ce8 100644
--- a/doc/source/test_plans/index.rst
+++ b/doc/source/test_plans/index.rst
@@ -10,6 +10,7 @@ Test Plans
:maxdepth: 2
mq/plan
+ mq_ha/plan
db/plan
provisioning/plan
tenant_networking/plan
diff --git a/doc/source/test_plans/mq_ha/cmsm-km.svg b/doc/source/test_plans/mq_ha/cmsm-km.svg
new file mode 100644
index 0000000..59219fb
--- /dev/null
+++ b/doc/source/test_plans/mq_ha/cmsm-km.svg
@@ -0,0 +1,252 @@
+
+
+
+
diff --git a/doc/source/test_plans/mq_ha/cmss2-km.svg b/doc/source/test_plans/mq_ha/cmss2-km.svg
new file mode 100644
index 0000000..55f0db0
--- /dev/null
+++ b/doc/source/test_plans/mq_ha/cmss2-km.svg
@@ -0,0 +1,251 @@
+
+
+
+
diff --git a/doc/source/test_plans/mq_ha/cs1ss1-ks1.svg b/doc/source/test_plans/mq_ha/cs1ss1-ks1.svg
new file mode 100644
index 0000000..26a6f9a
--- /dev/null
+++ b/doc/source/test_plans/mq_ha/cs1ss1-ks1.svg
@@ -0,0 +1,252 @@
+
+
+
+
diff --git a/doc/source/test_plans/mq_ha/cs1ss2-ks2.svg b/doc/source/test_plans/mq_ha/cs1ss2-ks2.svg
new file mode 100644
index 0000000..527cf0f
--- /dev/null
+++ b/doc/source/test_plans/mq_ha/cs1ss2-ks2.svg
@@ -0,0 +1,246 @@
+
+
+
+
diff --git a/doc/source/test_plans/mq_ha/performa.rst b/doc/source/test_plans/mq_ha/performa.rst
new file mode 100644
index 0000000..4b83e05
--- /dev/null
+++ b/doc/source/test_plans/mq_ha/performa.rst
@@ -0,0 +1,67 @@
+Performa omsimulator
+--------------------
+
+This section describes how to perform
+:ref:`message_queue_ha` with `Performa`_
+tool.
+
+Test environment preparation
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To perform the test plan you will need to install performa toolkit.
+The toolkit uses MongoDB for stats processing and reporting.
+
+.. code::
+
+ $ pip install performa
+
+The execution requires the following parameters to be set:
+ * ``mongo-address`` - The host where MongoDB is installed
+ * ``remote-user`` - The user that can connect to remote host in OpenStack
+ cloud
+ * ``tester-hosts`` - List of hosts were omsimulator will be executed
+ * ``rabbit-url`` - RabbitMQ address, it has the form of
+ `rabbit://{:@:[,]}/`
+ * ``report`` - folder where to store the report
+
+
+
+Execution
+^^^^^^^^^
+
+RPC CALL measurements::
+
+ $ performa --mongo-url --mongo-db performa
+ --scenario mq/omsimulator-ha-call --remote-user
+ --vars "{tester_hosts: [], rabbit_url: \"\"}"
+ --book
+
+example:
+ ``$ performa --mongo-url 172.20.9.20 --mongo-db performa --scenario mq/omsimulator-ha-call --remote-user root --vars "{rabbit_hosts: [node-123, node-111, node-58], tester_hosts: [node-144], rabbit_url: \"rabbit://nova:tGAPNtjHh8yvvkR69MooN1eD@node-58:5673,nova:tGAPNtjHh8yvvkR69MooN1eD@node-111:5673,nova:tGAPNtjHh8yvvkR69MooN1eD@node-123:5673/\"}" --book books/omsimulator-ha-call-cmsm-km``
+
+
+RPC CAST measurements::
+
+ $ performa --mongo-url --mongo-db performa
+ --scenario mq/omsimulator-ha-cast --remote-user
+ --vars "{tester_hosts: [], rabbit_url: \"\"}"
+ --book
+
+example:
+ ``$ performa --mongo-url 172.20.9.20 --mongo-db performa --scenario mq/omsimulator-ha-cast --remote-user root --vars "{rabbit_hosts: [node-123, node-111, node-58], tester_hosts: [node-144], rabbit_url: \"rabbit://nova:tGAPNtjHh8yvvkR69MooN1eD@node-58:5673,nova:tGAPNtjHh8yvvkR69MooN1eD@node-111:5673,nova:tGAPNtjHh8yvvkR69MooN1eD@node-123:5673/\"}" --book books/omsimulator-ha-cast-cmsm-km``
+
+
+NOTIFY measurements::
+
+ $ performa --mongo-url --mongo-db performa
+ --scenario mq/omsimulator-ha-notify --remote-user
+ --vars "{tester_hosts: [], rabbit_url: \"\"}"
+ --book
+
+example:
+ ``$ performa --mongo-url 172.20.9.20 --mongo-db performa --scenario mq/omsimulator-ha-notify --remote-user root --vars "{rabbit_hosts: [node-123, node-111, node-58], tester_hosts: [node-144], rabbit_url: \"rabbit://nova:tGAPNtjHh8yvvkR69MooN1eD@node-58:5673,nova:tGAPNtjHh8yvvkR69MooN1eD@node-111:5673,nova:tGAPNtjHh8yvvkR69MooN1eD@node-123:5673/\"}" --book books/omsimulator-ha-notify-cmsm-km``
+
+
+.. references:
+
+.. _Performa: https://github.com/shakhat/performa
\ No newline at end of file
diff --git a/doc/source/test_plans/mq_ha/plan.rst b/doc/source/test_plans/mq_ha/plan.rst
new file mode 100644
index 0000000..e3bbd9e
--- /dev/null
+++ b/doc/source/test_plans/mq_ha/plan.rst
@@ -0,0 +1,251 @@
+.. _message_queue_ha:
+
+===============================
+Message Queue High Availability
+===============================
+
+:status: draft
+:version: 1
+
+:Abstract:
+
+ This document describes a test plan for analysing high availability of
+ OpenStack message bus. The measurement covers message queue and
+ oslo.messaging library.
+
+
+Test Plan
+=========
+
+Test Environment
+----------------
+
+RabbitMQ is installed on 3 nodes in HA mode. Active monitoring is implemented
+with help of pacemaker. The test tool is executed on another host.
+
+Preparation
+^^^^^^^^^^^
+
+Setup RabbitMQ cluster, for example by using the setup made by OpenStack Fuel.
+
+Environment description
+^^^^^^^^^^^^^^^^^^^^^^^
+
+The environment description includes hardware specification of servers,
+network parameters, operation system and OpenStack deployment characteristics.
+
+Hardware
+~~~~~~~~
+
+This section contains list of all types of hardware nodes.
+
++-----------+-------+----------------------------------------------------+
+| Parameter | Value | Comments |
++-----------+-------+----------------------------------------------------+
+| model | | e.g. Supermicro X9SRD-F |
++-----------+-------+----------------------------------------------------+
+| CPU | | e.g. 6 x Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz |
++-----------+-------+----------------------------------------------------+
+
+Network
+~~~~~~~
+
+This section contains list of interfaces and network parameters.
+For complicated cases this section may include topology diagram and switch
+parameters.
+
++------------------+-------+-------------------------+
+| Parameter | Value | Comments |
++------------------+-------+-------------------------+
+| card model | | e.g. Intel |
++------------------+-------+-------------------------+
+| driver | | e.g. ixgbe |
++------------------+-------+-------------------------+
+| speed | | e.g. 10G or 1G |
++------------------+-------+-------------------------+
+
+Software
+~~~~~~~~
+
+This section describes installed software.
+
++-----------------+-------+---------------------------+
+| Parameter | Value | Comments |
++-----------------+-------+---------------------------+
+| OS | | e.g. Ubuntu 14.04.3 |
++-----------------+-------+---------------------------+
+| oslo.messaging | | e.g. 4.0.0 |
++-----------------+-------+---------------------------+
+| MQ Server | | e.g. RabbitMQ 3.5.6 |
++-----------------+-------+---------------------------+
+| HA mode | | e.g. Cluster |
++-----------------+-------+---------------------------+
+
+
+.. _message_queue_ha_rpc_cmsm_km:
+
+Test Case 1: Client and Server connected to Master, Master fails
+----------------------------------------------------------------
+
+.. image:: cmsm-km.*
+
+Description
+^^^^^^^^^^^
+
+In this test case both client and server are connected to RabbitMQ master node.
+The throughput is measured and at the same time RabbitMQ master process is
+terminated.
+
+List of performance metrics
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Test case result is time series showing message flow between client and server.
+It can be shown as chart and/or table. The average throughput and number of
+errors are calculated.
+
+======== ========== ================= =================================
+Priority Value Measurement Units Description
+======== ========== ================= =================================
+1 Throughput msg/sec Number of messages per second
+2 Latency ms The latency in message processing
+======== ========== ================= =================================
+
+Options
+^^^^^^^
+
+The test case is executed for different types of communication:
+ * `RPC call`_
+ * `RPC cast`_
+ * `Notification`_
+
+
+.. _message_queue_ha_rpc_cs1ss1_ks1:
+
+Test Case 2: Client and Server connected to Slave 1, Slave 1 fails
+------------------------------------------------------------------
+
+.. image:: cs1ss1-ks1.*
+
+Description
+^^^^^^^^^^^
+
+In this test case both client and server are connected to the same RabbitMQ
+slave node. The throughput is measured and at the same time RabbitMQ slave
+process is terminated.
+
+List of performance metrics
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Test case result is time series showing message flow between client and server.
+It can be shown as chart and/or table. The average throughput and number of
+errors are calculated.
+
+======== ========== ================= =================================
+Priority Value Measurement Units Description
+======== ========== ================= =================================
+1 Throughput msg/sec Number of messages per second
+2 Latency ms The latency in message processing
+======== ========== ================= =================================
+
+Options
+^^^^^^^
+
+The test case is executed for different types of communication:
+ * `RPC call`_
+ * `RPC cast`_
+ * `Notification`_
+
+
+.. _message_queue_ha_rpc_cs1ss2_ks2:
+
+Test Case 3: Client and Server on different slaves. Client Slave fails
+----------------------------------------------------------------------
+
+.. image:: cs1ss2-ks2.*
+
+Description
+^^^^^^^^^^^
+
+In this test case client and server are connected to different RabbitMQ
+slave node. The throughput is measured and at the same time RabbitMQ slave
+process is terminated.
+
+List of performance metrics
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Test case result is time series showing message flow between client and server.
+It can be shown as chart and/or table. The average throughput and number of
+errors are calculated.
+
+======== ========== ================= =================================
+Priority Value Measurement Units Description
+======== ========== ================= =================================
+1 Throughput msg/sec Number of messages per second
+2 Latency ms The latency in message processing
+======== ========== ================= =================================
+
+Options
+^^^^^^^
+
+The test case is executed for different types of communication:
+ * `RPC call`_
+ * `RPC cast`_
+ * `Notification`_
+
+
+.. _message_queue_ha_rpc_cmss2_km:
+
+Test Case 4: Client on Master and Server on Slave, Master fails
+---------------------------------------------------------------
+
+.. image:: cmss2-km.*
+
+Description
+^^^^^^^^^^^
+
+In this test case client and server are connected to different RabbitMQ
+slave node: the client to master and server to slave. The throughput is
+measured and at the same time RabbitMQ slave process is terminated.
+
+List of performance metrics
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Test case result is time series showing message flow between client and server.
+It can be shown as chart and/or table. The average throughput and number of
+errors are calculated.
+
+======== ========== ================= =================================
+Priority Value Measurement Units Description
+======== ========== ================= =================================
+1 Throughput msg/sec Number of messages per second
+2 Latency ms The latency in message processing
+======== ========== ================= =================================
+
+Options
+^^^^^^^
+
+The test case is executed for different types of communication:
+ * `RPC call`_
+ * `RPC cast`_
+ * `Notification`_
+
+
+Tools
+=====
+
+This section contains tools that can be used to perform the test plan.
+
+.. include:: performa.rst
+
+
+Reports
+=======
+
+Test plan execution reports:
+ * :ref:`mq_ha_rabbit_report`
+
+.. references:
+
+.. _RPC call: http://docs.openstack.org/developer/oslo.messaging/rpcclient.html#oslo_messaging.RPCClient.call
+.. _RPC cast: http://docs.openstack.org/developer/oslo.messaging/rpcclient.html#oslo_messaging.RPCClient.cast
+.. _Notification: http://docs.openstack.org/developer/oslo.messaging/notifier.html#notifier
diff --git a/doc/source/test_results/index.rst b/doc/source/test_results/index.rst
new file mode 100644
index 0000000..fcd6f39
--- /dev/null
+++ b/doc/source/test_results/index.rst
@@ -0,0 +1,12 @@
+.. raw:: pdf
+
+ PageBreak oneColumn
+
+============
+Test Results
+============
+
+.. toctree::
+ :maxdepth: 2
+
+ mq_ha/index
diff --git a/doc/source/test_results/mq_ha/index.rst b/doc/source/test_results/mq_ha/index.rst
new file mode 100644
index 0000000..8864dc1
--- /dev/null
+++ b/doc/source/test_results/mq_ha/index.rst
@@ -0,0 +1,68 @@
+.. raw:: pdf
+
+ PageBreak oneColumn
+
+.. _mq_ha_rabbit_report:
+
+=============================================
+RabbitMQ HA Test Reports (HA queues disabled)
+=============================================
+
+Environment description
+^^^^^^^^^^^^^^^^^^^^^^^
+
+The test plan is executed at the following environment
+(:ref:`intel_mirantis_performance_lab`).
+
+Hardware
+~~~~~~~~
+
++-----------+------------------------------------------------------------+
+| Parameter | Value |
++-----------+------------------------------------------------------------+
+| model | HP ProLiant DL380 Gen9 |
++-----------+------------------------------------------------------------+
+| CPU | 2 x Intel(R) Xeon(R) CPU E5-2680 v3 @2.50GHz |
++-----------+------------------------------------------------------------+
+| RAM | 256 Gb |
++-----------+------------------------------------------------------------+
+
+Network
+~~~~~~~
+
++------------------+--------------------------------+
+| Parameter | Value |
++------------------+--------------------------------+
+| card model | Intel |
++------------------+--------------------------------+
+| speed | 10G |
++------------------+--------------------------------+
+
+Software
+~~~~~~~~
+
+This section describes installed software.
+
++-----------------+--------------------------------------------+
+| Parameter | Value |
++-----------------+--------------------------------------------+
+| OS | Ubuntu 14.04.3 |
++-----------------+--------------------------------------------+
+| oslo.messaging | 4.5.1 |
++-----------------+--------------------------------------------+
+| MQ Server | RabbitMQ 3.5.6 |
++-----------------+--------------------------------------------+
+| HA mode | Cluster, pacemaker, HA queues disabled |
++-----------------+--------------------------------------------+
+
+
+Reports
+^^^^^^^
+
+.. toctree::
+ :maxdepth: 2
+
+ rabbitmq/cmsm-km/index
+ rabbitmq/cs1ss1-ks1/index
+ rabbitmq/cs1ss2-ks2/index
+ rabbitmq/cmss2-km/index
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/index.rst
new file mode 100644
index 0000000..ce1a1dd
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/index.rst
@@ -0,0 +1,14 @@
+.. raw:: pdf
+
+ PageBreak oneColumn
+
+===================================================
+Client and Server connected to Master, Master fails
+===================================================
+
+.. toctree::
+ :maxdepth: 2
+
+ omsimulator-ha-call-cmsm-km/index
+ omsimulator-ha-cast-cmsm-km/index
+ omsimulator-ha-notify-cmsm-km/index
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/index.rst
new file mode 100644
index 0000000..e2837b9
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/index.rst
@@ -0,0 +1,1594 @@
+RPC CALL fail-over test report
+------------------------------
+
+This is the report for :ref:`message_queue_ha_rpc_cmsm_km`.
+
+This scenario is executed with help of oslo.messaging simulator. There is
+one client-server pair of simulator running in single-threaded mode. The
+stats are collected from both client and server and detailed report is shown
+with one second precision.
+
+
+Execution Summary
+^^^^^^^^^^^^^^^^^
+
+
+.. list-table::
+ :header-rows: 1
+
+ *
+ - attribute
+ - value
+ *
+ - Client sent, msg
+ - 23066
+ *
+ - Server received, msg
+ - 23064
+ *
+ - Client received replies, msg
+ - 23064
+ *
+ - Loss, msg
+ - 2
+ *
+ - Errors, msg
+ - 2
+ *
+ - Duration, sec
+ - 121.1
+ *
+ - Throughput, msg/sec
+ - 190.5
+ *
+ - Transfer, Mb
+ - 70.6
+ *
+ - Bandwidth, Mb/sec
+ - 0.6
+ *
+ - Avg. request latency, ms
+ - 3.2
+ *
+ - Max request latency, ms
+ - 20061.7
+ *
+ - Avg. round-trip latency, ms
+ - 4.5
+ *
+ - Max round-trip latency, ms
+ - 20063.9
+
+
+
+Message flow
+^^^^^^^^^^^^
+
+This chart shows the message flow between client and server. It includes
+messages sent by the client, received by the server, replies received by
+the client and errors caught by the client.
+
+.. image:: rpc_call_message_flow.*
+
+
+
+where:
+ * ``sent`` - messages sent by the client
+ * ``received`` - messages received by the server
+ * ``round-trip`` - replies to messages received by the client
+ * ``errors`` - errors exposed and caught by the client
+
+
+Messages sent by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages sent by client and error rate.
+
+.. image:: rpc_call_sent_messages.*
+
+
+.. list-table:: RPC CALL sent messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - errors, msg
+ *
+ - 0
+ - 1
+ - 0
+ *
+ - 1
+ - 251
+ - 0
+ *
+ - 2
+ - 259
+ - 0
+ *
+ - 3
+ - 254
+ - 0
+ *
+ - 4
+ - 263
+ - 0
+ *
+ - 5
+ - 261
+ - 0
+ *
+ - 6
+ - 260
+ - 0
+ *
+ - 7
+ - 256
+ - 0
+ *
+ - 8
+ - 262
+ - 0
+ *
+ - 9
+ - 257
+ - 0
+ *
+ - 10
+ - 263
+ - 0
+ *
+ - 11
+ - 259
+ - 0
+ *
+ - 12
+ - 259
+ - 0
+ *
+ - 13
+ - 257
+ - 0
+ *
+ - 14
+ - 248
+ - 0
+ *
+ - 15
+ - 259
+ - 0
+ *
+ - 16
+ - 260
+ - 0
+ *
+ - 17
+ - 167
+ - 0
+ *
+ - 18
+ - .
+ - 0
+ *
+ - 19
+ - .
+ - 0
+ *
+ - 20
+ - .
+ - 0
+ *
+ - 21
+ - .
+ - 0
+ *
+ - 22
+ - .
+ - 0
+ *
+ - 23
+ - .
+ - 0
+ *
+ - 24
+ - 1
+ - 1
+ *
+ - 25
+ - .
+ - 0
+ *
+ - 26
+ - .
+ - 0
+ *
+ - 27
+ - .
+ - 0
+ *
+ - 28
+ - .
+ - 0
+ *
+ - 29
+ - .
+ - 0
+ *
+ - 30
+ - .
+ - 0
+ *
+ - 31
+ - 1
+ - 1
+ *
+ - 32
+ - .
+ - 0
+ *
+ - 33
+ - .
+ - 0
+ *
+ - 34
+ - .
+ - 0
+ *
+ - 35
+ - .
+ - 0
+ *
+ - 36
+ - .
+ - 0
+ *
+ - 37
+ - .
+ - 0
+ *
+ - 38
+ - .
+ - 0
+ *
+ - 39
+ - .
+ - 0
+ *
+ - 40
+ - .
+ - 0
+ *
+ - 41
+ - .
+ - 0
+ *
+ - 42
+ - .
+ - 0
+ *
+ - 43
+ - .
+ - 0
+ *
+ - 44
+ - .
+ - 0
+ *
+ - 45
+ - .
+ - 0
+ *
+ - 46
+ - .
+ - 0
+ *
+ - 47
+ - .
+ - 0
+ *
+ - 48
+ - .
+ - 0
+ *
+ - 49
+ - .
+ - 0
+ *
+ - 50
+ - .
+ - 0
+ *
+ - 51
+ - 64
+ - 0
+ *
+ - 52
+ - 258
+ - 0
+ *
+ - 53
+ - 258
+ - 0
+ *
+ - 54
+ - 229
+ - 0
+ *
+ - 55
+ - 259
+ - 0
+ *
+ - 56
+ - 270
+ - 0
+ *
+ - 57
+ - 274
+ - 0
+ *
+ - 58
+ - 273
+ - 0
+ *
+ - 59
+ - 273
+ - 0
+ *
+ - 60
+ - 269
+ - 0
+ *
+ - 61
+ - 272
+ - 0
+ *
+ - 62
+ - 234
+ - 0
+ *
+ - 63
+ - 266
+ - 0
+ *
+ - 64
+ - 269
+ - 0
+ *
+ - 65
+ - 271
+ - 0
+ *
+ - 66
+ - 266
+ - 0
+ *
+ - 67
+ - 268
+ - 0
+ *
+ - 68
+ - 267
+ - 0
+ *
+ - 69
+ - 269
+ - 0
+ *
+ - 70
+ - 272
+ - 0
+ *
+ - 71
+ - 268
+ - 0
+ *
+ - 72
+ - 269
+ - 0
+ *
+ - 73
+ - 272
+ - 0
+ *
+ - 74
+ - 267
+ - 0
+ *
+ - 75
+ - 268
+ - 0
+ *
+ - 76
+ - 267
+ - 0
+ *
+ - 77
+ - 268
+ - 0
+ *
+ - 78
+ - 270
+ - 0
+ *
+ - 79
+ - 273
+ - 0
+ *
+ - 80
+ - 269
+ - 0
+ *
+ - 81
+ - 267
+ - 0
+ *
+ - 82
+ - 267
+ - 0
+ *
+ - 83
+ - 274
+ - 0
+ *
+ - 84
+ - 266
+ - 0
+ *
+ - 85
+ - 270
+ - 0
+ *
+ - 86
+ - 267
+ - 0
+ *
+ - 87
+ - 269
+ - 0
+ *
+ - 88
+ - 267
+ - 0
+ *
+ - 89
+ - 273
+ - 0
+ *
+ - 90
+ - 270
+ - 0
+ *
+ - 91
+ - 269
+ - 0
+ *
+ - 92
+ - 272
+ - 0
+ *
+ - 93
+ - 270
+ - 0
+ *
+ - 94
+ - 274
+ - 0
+ *
+ - 95
+ - 273
+ - 0
+ *
+ - 96
+ - 270
+ - 0
+ *
+ - 97
+ - 270
+ - 0
+ *
+ - 98
+ - 272
+ - 0
+ *
+ - 99
+ - 268
+ - 0
+ *
+ - 100
+ - 274
+ - 0
+ *
+ - 101
+ - 270
+ - 0
+ *
+ - 102
+ - 275
+ - 0
+ *
+ - 103
+ - 271
+ - 0
+ *
+ - 104
+ - 275
+ - 0
+ *
+ - 105
+ - 272
+ - 0
+ *
+ - 106
+ - 267
+ - 0
+ *
+ - 107
+ - 285
+ - 0
+ *
+ - 108
+ - 280
+ - 0
+ *
+ - 109
+ - 294
+ - 0
+ *
+ - 110
+ - 287
+ - 0
+ *
+ - 111
+ - 293
+ - 0
+ *
+ - 112
+ - 291
+ - 0
+ *
+ - 113
+ - 288
+ - 0
+ *
+ - 114
+ - 289
+ - 0
+ *
+ - 115
+ - 288
+ - 0
+ *
+ - 116
+ - 291
+ - 0
+ *
+ - 117
+ - 291
+ - 0
+ *
+ - 118
+ - 286
+ - 0
+ *
+ - 119
+ - 264
+ - 0
+ *
+ - 120
+ - 237
+ - 0
+
+
+Messages received by the server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages received by the server and their latency.
+
+.. image:: rpc_call_received_messages.*
+
+
+.. list-table:: RPC CALL received messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 0
+ - .
+ *
+ - 2
+ - 250
+ - 2.6
+ *
+ - 3
+ - 259
+ - 2.5
+ *
+ - 4
+ - 254
+ - 2.5
+ *
+ - 5
+ - 263
+ - 2.4
+ *
+ - 6
+ - 261
+ - 2.4
+ *
+ - 7
+ - 259
+ - 2.5
+ *
+ - 8
+ - 257
+ - 2.5
+ *
+ - 9
+ - 261
+ - 2.5
+ *
+ - 10
+ - 257
+ - 2.5
+ *
+ - 11
+ - 263
+ - 2.4
+ *
+ - 12
+ - 258
+ - 2.5
+ *
+ - 13
+ - 260
+ - 2.5
+ *
+ - 14
+ - 257
+ - 2.5
+ *
+ - 15
+ - 247
+ - 2.6
+ *
+ - 16
+ - 260
+ - 2.4
+ *
+ - 17
+ - 259
+ - 2.5
+ *
+ - 18
+ - 170
+ - 2.4
+ *
+ - 19
+ - 0
+ - .
+ *
+ - 20
+ - 0
+ - .
+ *
+ - 21
+ - 0
+ - .
+ *
+ - 22
+ - 0
+ - .
+ *
+ - 23
+ - 0
+ - .
+ *
+ - 24
+ - 0
+ - .
+ *
+ - 25
+ - 0
+ - .
+ *
+ - 26
+ - 0
+ - .
+ *
+ - 27
+ - 0
+ - .
+ *
+ - 28
+ - 0
+ - .
+ *
+ - 29
+ - 0
+ - .
+ *
+ - 30
+ - 0
+ - .
+ *
+ - 31
+ - 0
+ - .
+ *
+ - 32
+ - 0
+ - .
+ *
+ - 33
+ - 0
+ - .
+ *
+ - 34
+ - 0
+ - .
+ *
+ - 35
+ - 0
+ - .
+ *
+ - 36
+ - 0
+ - .
+ *
+ - 37
+ - 0
+ - .
+ *
+ - 38
+ - 0
+ - .
+ *
+ - 39
+ - 0
+ - .
+ *
+ - 40
+ - 0
+ - .
+ *
+ - 41
+ - 0
+ - .
+ *
+ - 42
+ - 0
+ - .
+ *
+ - 43
+ - 0
+ - .
+ *
+ - 44
+ - 0
+ - .
+ *
+ - 45
+ - 0
+ - .
+ *
+ - 46
+ - 0
+ - .
+ *
+ - 47
+ - 0
+ - .
+ *
+ - 48
+ - 0
+ - .
+ *
+ - 49
+ - 0
+ - .
+ *
+ - 50
+ - 0
+ - .
+ *
+ - 51
+ - 0
+ - .
+ *
+ - 52
+ - 62
+ - 326.0
+ *
+ - 53
+ - 258
+ - 2.5
+ *
+ - 54
+ - 258
+ - 2.5
+ *
+ - 55
+ - 230
+ - 2.8
+ *
+ - 56
+ - 258
+ - 2.5
+ *
+ - 57
+ - 270
+ - 2.3
+ *
+ - 58
+ - 274
+ - 2.3
+ *
+ - 59
+ - 272
+ - 2.3
+ *
+ - 60
+ - 273
+ - 2.3
+ *
+ - 61
+ - 269
+ - 2.4
+ *
+ - 62
+ - 272
+ - 2.3
+ *
+ - 63
+ - 234
+ - 2.7
+ *
+ - 64
+ - 266
+ - 2.4
+ *
+ - 65
+ - 269
+ - 2.4
+ *
+ - 66
+ - 271
+ - 2.3
+ *
+ - 67
+ - 266
+ - 2.4
+ *
+ - 68
+ - 267
+ - 2.4
+ *
+ - 69
+ - 268
+ - 2.4
+ *
+ - 70
+ - 269
+ - 2.3
+ *
+ - 71
+ - 271
+ - 2.3
+ *
+ - 72
+ - 268
+ - 2.4
+ *
+ - 73
+ - 269
+ - 2.4
+ *
+ - 74
+ - 272
+ - 2.3
+ *
+ - 75
+ - 267
+ - 2.4
+ *
+ - 76
+ - 268
+ - 2.4
+ *
+ - 77
+ - 267
+ - 2.4
+ *
+ - 78
+ - 268
+ - 2.4
+ *
+ - 79
+ - 270
+ - 2.4
+ *
+ - 80
+ - 273
+ - 2.3
+ *
+ - 81
+ - 269
+ - 2.4
+ *
+ - 82
+ - 268
+ - 2.4
+ *
+ - 83
+ - 266
+ - 2.4
+ *
+ - 84
+ - 274
+ - 2.3
+ *
+ - 85
+ - 266
+ - 2.4
+ *
+ - 86
+ - 270
+ - 2.4
+ *
+ - 87
+ - 267
+ - 2.4
+ *
+ - 88
+ - 269
+ - 2.4
+ *
+ - 89
+ - 268
+ - 2.4
+ *
+ - 90
+ - 272
+ - 2.3
+ *
+ - 91
+ - 270
+ - 2.4
+ *
+ - 92
+ - 269
+ - 2.4
+ *
+ - 93
+ - 272
+ - 2.3
+ *
+ - 94
+ - 270
+ - 2.4
+ *
+ - 95
+ - 274
+ - 2.3
+ *
+ - 96
+ - 273
+ - 2.3
+ *
+ - 97
+ - 270
+ - 2.4
+ *
+ - 98
+ - 271
+ - 2.4
+ *
+ - 99
+ - 272
+ - 2.4
+ *
+ - 100
+ - 267
+ - 2.4
+ *
+ - 101
+ - 274
+ - 2.3
+ *
+ - 102
+ - 271
+ - 2.4
+ *
+ - 103
+ - 274
+ - 2.3
+ *
+ - 104
+ - 271
+ - 2.4
+ *
+ - 105
+ - 277
+ - 2.3
+ *
+ - 106
+ - 269
+ - 2.3
+ *
+ - 107
+ - 267
+ - 2.3
+ *
+ - 108
+ - 285
+ - 2.2
+ *
+ - 109
+ - 279
+ - 2.2
+ *
+ - 110
+ - 295
+ - 2.1
+ *
+ - 111
+ - 287
+ - 2.2
+ *
+ - 112
+ - 293
+ - 2.2
+ *
+ - 113
+ - 292
+ - 2.2
+ *
+ - 114
+ - 287
+ - 2.2
+ *
+ - 115
+ - 289
+ - 2.2
+ *
+ - 116
+ - 289
+ - 2.2
+ *
+ - 117
+ - 290
+ - 2.2
+ *
+ - 118
+ - 291
+ - 2.1
+ *
+ - 119
+ - 286
+ - 2.2
+ *
+ - 120
+ - 264
+ - 2.4
+ *
+ - 121
+ - 243
+ - 2.5
+ *
+ - 122
+ - 0
+ - .
+ *
+ - 123
+ - 0
+ - .
+
+
+Replies received by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows replies received by the client and total round-trip latency.
+
+.. image:: rpc_call_round_trip_messages.*
+
+
+.. list-table:: RPC CALL round-trip messages
+ :header-rows: 1
+
+ *
+ - time
+ - round-trip, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 251
+ - 4.0
+ *
+ - 2
+ - 259
+ - 3.8
+ *
+ - 3
+ - 254
+ - 3.9
+ *
+ - 4
+ - 263
+ - 3.8
+ *
+ - 5
+ - 261
+ - 3.8
+ *
+ - 6
+ - 260
+ - 3.8
+ *
+ - 7
+ - 256
+ - 3.8
+ *
+ - 8
+ - 262
+ - 3.8
+ *
+ - 9
+ - 257
+ - 3.8
+ *
+ - 10
+ - 263
+ - 3.8
+ *
+ - 11
+ - 258
+ - 3.8
+ *
+ - 12
+ - 259
+ - 3.8
+ *
+ - 13
+ - 257
+ - 3.8
+ *
+ - 14
+ - 248
+ - 4.0
+ *
+ - 15
+ - 260
+ - 3.8
+ *
+ - 16
+ - 259
+ - 3.8
+ *
+ - 17
+ - 168
+ - 3.8
+ *
+ - 18
+ - 0
+ - .
+ *
+ - 19
+ - 0
+ - .
+ *
+ - 20
+ - 0
+ - .
+ *
+ - 21
+ - 0
+ - .
+ *
+ - 22
+ - 0
+ - .
+ *
+ - 23
+ - 0
+ - .
+ *
+ - 24
+ - 0
+ - .
+ *
+ - 25
+ - 0
+ - .
+ *
+ - 26
+ - 0
+ - .
+ *
+ - 27
+ - 0
+ - .
+ *
+ - 28
+ - 0
+ - .
+ *
+ - 29
+ - 0
+ - .
+ *
+ - 30
+ - 0
+ - .
+ *
+ - 31
+ - 0
+ - .
+ *
+ - 32
+ - 0
+ - .
+ *
+ - 33
+ - 0
+ - .
+ *
+ - 34
+ - 0
+ - .
+ *
+ - 35
+ - 0
+ - .
+ *
+ - 36
+ - 0
+ - .
+ *
+ - 37
+ - 0
+ - .
+ *
+ - 38
+ - 0
+ - .
+ *
+ - 39
+ - 0
+ - .
+ *
+ - 40
+ - 0
+ - .
+ *
+ - 41
+ - 0
+ - .
+ *
+ - 42
+ - 0
+ - .
+ *
+ - 43
+ - 0
+ - .
+ *
+ - 44
+ - 0
+ - .
+ *
+ - 45
+ - 0
+ - .
+ *
+ - 46
+ - 0
+ - .
+ *
+ - 47
+ - 0
+ - .
+ *
+ - 48
+ - 0
+ - .
+ *
+ - 49
+ - 0
+ - .
+ *
+ - 50
+ - 0
+ - .
+ *
+ - 51
+ - 64
+ - 317.3
+ *
+ - 52
+ - 258
+ - 3.8
+ *
+ - 53
+ - 258
+ - 3.8
+ *
+ - 54
+ - 229
+ - 4.3
+ *
+ - 55
+ - 259
+ - 3.8
+ *
+ - 56
+ - 270
+ - 3.7
+ *
+ - 57
+ - 274
+ - 3.6
+ *
+ - 58
+ - 273
+ - 3.6
+ *
+ - 59
+ - 272
+ - 3.6
+ *
+ - 60
+ - 270
+ - 3.7
+ *
+ - 61
+ - 272
+ - 3.6
+ *
+ - 62
+ - 234
+ - 4.2
+ *
+ - 63
+ - 266
+ - 3.7
+ *
+ - 64
+ - 269
+ - 3.7
+ *
+ - 65
+ - 271
+ - 3.6
+ *
+ - 66
+ - 265
+ - 3.7
+ *
+ - 67
+ - 268
+ - 3.7
+ *
+ - 68
+ - 267
+ - 3.7
+ *
+ - 69
+ - 270
+ - 3.7
+ *
+ - 70
+ - 271
+ - 3.6
+ *
+ - 71
+ - 268
+ - 3.7
+ *
+ - 72
+ - 269
+ - 3.7
+ *
+ - 73
+ - 272
+ - 3.6
+ *
+ - 74
+ - 267
+ - 3.7
+ *
+ - 75
+ - 268
+ - 3.7
+ *
+ - 76
+ - 267
+ - 3.7
+ *
+ - 77
+ - 268
+ - 3.7
+ *
+ - 78
+ - 270
+ - 3.6
+ *
+ - 79
+ - 273
+ - 3.6
+ *
+ - 80
+ - 269
+ - 3.7
+ *
+ - 81
+ - 267
+ - 3.7
+ *
+ - 82
+ - 267
+ - 3.7
+ *
+ - 83
+ - 274
+ - 3.6
+ *
+ - 84
+ - 266
+ - 3.7
+ *
+ - 85
+ - 270
+ - 3.7
+ *
+ - 86
+ - 267
+ - 3.7
+ *
+ - 87
+ - 269
+ - 3.7
+ *
+ - 88
+ - 267
+ - 3.7
+ *
+ - 89
+ - 273
+ - 3.6
+ *
+ - 90
+ - 270
+ - 3.7
+ *
+ - 91
+ - 269
+ - 3.7
+ *
+ - 92
+ - 272
+ - 3.6
+ *
+ - 93
+ - 270
+ - 3.7
+ *
+ - 94
+ - 274
+ - 3.6
+ *
+ - 95
+ - 273
+ - 3.6
+ *
+ - 96
+ - 270
+ - 3.7
+ *
+ - 97
+ - 270
+ - 3.6
+ *
+ - 98
+ - 272
+ - 3.6
+ *
+ - 99
+ - 268
+ - 3.7
+ *
+ - 100
+ - 274
+ - 3.6
+ *
+ - 101
+ - 270
+ - 3.6
+ *
+ - 102
+ - 275
+ - 3.6
+ *
+ - 103
+ - 271
+ - 3.6
+ *
+ - 104
+ - 276
+ - 3.6
+ *
+ - 105
+ - 272
+ - 3.7
+ *
+ - 106
+ - 267
+ - 3.7
+ *
+ - 107
+ - 285
+ - 3.5
+ *
+ - 108
+ - 280
+ - 3.5
+ *
+ - 109
+ - 294
+ - 3.4
+ *
+ - 110
+ - 287
+ - 3.4
+ *
+ - 111
+ - 293
+ - 3.4
+ *
+ - 112
+ - 291
+ - 3.4
+ *
+ - 113
+ - 288
+ - 3.4
+ *
+ - 114
+ - 289
+ - 3.4
+ *
+ - 115
+ - 288
+ - 3.4
+ *
+ - 116
+ - 290
+ - 3.4
+ *
+ - 117
+ - 292
+ - 3.4
+ *
+ - 118
+ - 285
+ - 3.5
+ *
+ - 119
+ - 264
+ - 3.7
+ *
+ - 120
+ - 239
+ - 3.9
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/rpc_call_message_flow.svg b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/rpc_call_message_flow.svg
new file mode 100644
index 0000000..0c3b6dc
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/rpc_call_message_flow.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/rpc_call_received_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/rpc_call_received_messages.svg
new file mode 100644
index 0000000..83b6406
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/rpc_call_received_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/rpc_call_round_trip_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/rpc_call_round_trip_messages.svg
new file mode 100644
index 0000000..36e6ccd
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/rpc_call_round_trip_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/rpc_call_sent_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/rpc_call_sent_messages.svg
new file mode 100644
index 0000000..d623c14
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-call-cmsm-km/rpc_call_sent_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-cast-cmsm-km/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-cast-cmsm-km/index.rst
new file mode 100644
index 0000000..638ddd5
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-cast-cmsm-km/index.rst
@@ -0,0 +1,1078 @@
+RPC CAST fail-over test report
+------------------------------
+
+This is the report for :ref:`message_queue_ha_rpc_cmsm_km`.
+
+This scenario is executed with help of oslo.messaging simulator. There is
+one client-server pair of simulator running in single-threaded mode. The
+stats are collected from both client and server and detailed report is shown
+with one second precision.
+
+
+Execution Summary
+^^^^^^^^^^^^^^^^^
+
+
+.. list-table::
+ :header-rows: 1
+
+ *
+ - attribute
+ - value
+ *
+ - Client sent, msg
+ - 127820
+ *
+ - Server received, msg
+ - 127820
+ *
+ - Loss, msg
+ - 0
+ *
+ - Errors, msg
+ - 0
+ *
+ - Duration, sec
+ - 121.0
+ *
+ - Throughput, msg/sec
+ - 1056.0
+ *
+ - Transfer, Mb
+ - 410.2
+ *
+ - Bandwidth, Mb/sec
+ - 3.4
+ *
+ - Avg. latency, ms
+ - 1.6
+ *
+ - Max latency, ms
+ - 2035.6
+
+
+Message flow
+^^^^^^^^^^^^
+
+This chart shows the message flow between client and server. It includes
+messages sent by the client, received by the server and errors caught by
+the client.
+
+.. image:: rpc_cast_message_flow.*
+
+
+
+where:
+ * ``sent`` - messages sent by the client
+ * ``received`` - messages received by the server
+ * ``errors`` - errors exposed and caught by the client
+
+
+Messages sent by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages sent by client and error rate.
+
+.. image:: rpc_cast_sent_messages.*
+
+
+.. list-table:: RPC CAST sent messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - errors, msg
+ *
+ - 0
+ - 1
+ - 0
+ *
+ - 1
+ - 773
+ - 0
+ *
+ - 2
+ - 799
+ - 0
+ *
+ - 3
+ - 798
+ - 0
+ *
+ - 4
+ - 796
+ - 0
+ *
+ - 5
+ - 800
+ - 0
+ *
+ - 6
+ - 792
+ - 0
+ *
+ - 7
+ - 778
+ - 0
+ *
+ - 8
+ - 791
+ - 0
+ *
+ - 9
+ - 798
+ - 0
+ *
+ - 10
+ - 838
+ - 0
+ *
+ - 11
+ - 824
+ - 0
+ *
+ - 12
+ - 344
+ - 0
+ *
+ - 13
+ - .
+ - 0
+ *
+ - 14
+ - 578
+ - 0
+ *
+ - 15
+ - 1134
+ - 0
+ *
+ - 16
+ - 1096
+ - 0
+ *
+ - 17
+ - 1083
+ - 0
+ *
+ - 18
+ - 1139
+ - 0
+ *
+ - 19
+ - 1126
+ - 0
+ *
+ - 20
+ - 1116
+ - 0
+ *
+ - 21
+ - 1118
+ - 0
+ *
+ - 22
+ - 1115
+ - 0
+ *
+ - 23
+ - 1124
+ - 0
+ *
+ - 24
+ - 1100
+ - 0
+ *
+ - 25
+ - 1145
+ - 0
+ *
+ - 26
+ - 1104
+ - 0
+ *
+ - 27
+ - 1131
+ - 0
+ *
+ - 28
+ - 1134
+ - 0
+ *
+ - 29
+ - 1050
+ - 0
+ *
+ - 30
+ - 1076
+ - 0
+ *
+ - 31
+ - 1114
+ - 0
+ *
+ - 32
+ - 1122
+ - 0
+ *
+ - 33
+ - 1084
+ - 0
+ *
+ - 34
+ - 1067
+ - 0
+ *
+ - 35
+ - 1123
+ - 0
+ *
+ - 36
+ - 1113
+ - 0
+ *
+ - 37
+ - 1171
+ - 0
+ *
+ - 38
+ - 1144
+ - 0
+ *
+ - 39
+ - 1105
+ - 0
+ *
+ - 40
+ - 1111
+ - 0
+ *
+ - 41
+ - 1102
+ - 0
+ *
+ - 42
+ - 1102
+ - 0
+ *
+ - 43
+ - 1084
+ - 0
+ *
+ - 44
+ - 1098
+ - 0
+ *
+ - 45
+ - 1110
+ - 0
+ *
+ - 46
+ - 1107
+ - 0
+ *
+ - 47
+ - 1115
+ - 0
+ *
+ - 48
+ - 1141
+ - 0
+ *
+ - 49
+ - 1123
+ - 0
+ *
+ - 50
+ - 1140
+ - 0
+ *
+ - 51
+ - 1120
+ - 0
+ *
+ - 52
+ - 1134
+ - 0
+ *
+ - 53
+ - 1124
+ - 0
+ *
+ - 54
+ - 1129
+ - 0
+ *
+ - 55
+ - 1153
+ - 0
+ *
+ - 56
+ - 1098
+ - 0
+ *
+ - 57
+ - 1132
+ - 0
+ *
+ - 58
+ - 1085
+ - 0
+ *
+ - 59
+ - 1121
+ - 0
+ *
+ - 60
+ - 1123
+ - 0
+ *
+ - 61
+ - 1129
+ - 0
+ *
+ - 62
+ - 1087
+ - 0
+ *
+ - 63
+ - 1097
+ - 0
+ *
+ - 64
+ - 1095
+ - 0
+ *
+ - 65
+ - 1089
+ - 0
+ *
+ - 66
+ - 1112
+ - 0
+ *
+ - 67
+ - 1116
+ - 0
+ *
+ - 68
+ - 1109
+ - 0
+ *
+ - 69
+ - 1128
+ - 0
+ *
+ - 70
+ - 1106
+ - 0
+ *
+ - 71
+ - 1118
+ - 0
+ *
+ - 72
+ - 1112
+ - 0
+ *
+ - 73
+ - 1111
+ - 0
+ *
+ - 74
+ - 1091
+ - 0
+ *
+ - 75
+ - 1101
+ - 0
+ *
+ - 76
+ - 1133
+ - 0
+ *
+ - 77
+ - 1119
+ - 0
+ *
+ - 78
+ - 1108
+ - 0
+ *
+ - 79
+ - 1111
+ - 0
+ *
+ - 80
+ - 1111
+ - 0
+ *
+ - 81
+ - 1126
+ - 0
+ *
+ - 82
+ - 1122
+ - 0
+ *
+ - 83
+ - 1113
+ - 0
+ *
+ - 84
+ - 1107
+ - 0
+ *
+ - 85
+ - 1112
+ - 0
+ *
+ - 86
+ - 1135
+ - 0
+ *
+ - 87
+ - 1143
+ - 0
+ *
+ - 88
+ - 1115
+ - 0
+ *
+ - 89
+ - 1114
+ - 0
+ *
+ - 90
+ - 1144
+ - 0
+ *
+ - 91
+ - 1121
+ - 0
+ *
+ - 92
+ - 1126
+ - 0
+ *
+ - 93
+ - 1096
+ - 0
+ *
+ - 94
+ - 1131
+ - 0
+ *
+ - 95
+ - 1101
+ - 0
+ *
+ - 96
+ - 1134
+ - 0
+ *
+ - 97
+ - 1133
+ - 0
+ *
+ - 98
+ - 1114
+ - 0
+ *
+ - 99
+ - 1099
+ - 0
+ *
+ - 100
+ - 1091
+ - 0
+ *
+ - 101
+ - 1105
+ - 0
+ *
+ - 102
+ - 1117
+ - 0
+ *
+ - 103
+ - 1110
+ - 0
+ *
+ - 104
+ - 1124
+ - 0
+ *
+ - 105
+ - 1107
+ - 0
+ *
+ - 106
+ - 1130
+ - 0
+ *
+ - 107
+ - 1105
+ - 0
+ *
+ - 108
+ - 1100
+ - 0
+ *
+ - 109
+ - 1100
+ - 0
+ *
+ - 110
+ - 1110
+ - 0
+ *
+ - 111
+ - 1102
+ - 0
+ *
+ - 112
+ - 1102
+ - 0
+ *
+ - 113
+ - 1111
+ - 0
+ *
+ - 114
+ - 1131
+ - 0
+ *
+ - 115
+ - 1125
+ - 0
+ *
+ - 116
+ - 1123
+ - 0
+ *
+ - 117
+ - 1135
+ - 0
+ *
+ - 118
+ - 1129
+ - 0
+ *
+ - 119
+ - 1127
+ - 0
+ *
+ - 120
+ - 1071
+ - 0
+
+
+Messages received by the server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages received by the server and their latency.
+
+.. image:: rpc_cast_received_messages.*
+
+
+.. list-table:: RPC CAST received messages
+ :header-rows: 1
+
+ *
+ - time
+ - round-trip, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 0
+ - .
+ *
+ - 2
+ - 767
+ - 1.9
+ *
+ - 3
+ - 799
+ - 1.9
+ *
+ - 4
+ - 797
+ - 1.8
+ *
+ - 5
+ - 796
+ - 1.8
+ *
+ - 6
+ - 799
+ - 1.8
+ *
+ - 7
+ - 793
+ - 1.9
+ *
+ - 8
+ - 778
+ - 1.8
+ *
+ - 9
+ - 791
+ - 1.8
+ *
+ - 10
+ - 798
+ - 1.8
+ *
+ - 11
+ - 839
+ - 1.8
+ *
+ - 12
+ - 822
+ - 1.9
+ *
+ - 13
+ - 352
+ - 1.8
+ *
+ - 14
+ - 0
+ - .
+ *
+ - 15
+ - 568
+ - 5.4
+ *
+ - 16
+ - 1137
+ - 1.5
+ *
+ - 17
+ - 1095
+ - 1.7
+ *
+ - 18
+ - 1083
+ - 1.6
+ *
+ - 19
+ - 1140
+ - 1.5
+ *
+ - 20
+ - 1127
+ - 1.7
+ *
+ - 21
+ - 1115
+ - 1.5
+ *
+ - 22
+ - 1118
+ - 1.5
+ *
+ - 23
+ - 1116
+ - 1.9
+ *
+ - 24
+ - 1124
+ - 1.6
+ *
+ - 25
+ - 1102
+ - 1.6
+ *
+ - 26
+ - 1145
+ - 2.2
+ *
+ - 27
+ - 1105
+ - 1.5
+ *
+ - 28
+ - 1131
+ - 1.5
+ *
+ - 29
+ - 1135
+ - 1.7
+ *
+ - 30
+ - 1050
+ - 1.6
+ *
+ - 31
+ - 1076
+ - 1.6
+ *
+ - 32
+ - 1114
+ - 1.7
+ *
+ - 33
+ - 1123
+ - 1.5
+ *
+ - 34
+ - 1084
+ - 1.5
+ *
+ - 35
+ - 1067
+ - 1.7
+ *
+ - 36
+ - 1123
+ - 1.5
+ *
+ - 37
+ - 1113
+ - 1.6
+ *
+ - 38
+ - 1171
+ - 1.6
+ *
+ - 39
+ - 1143
+ - 1.5
+ *
+ - 40
+ - 1106
+ - 1.5
+ *
+ - 41
+ - 1111
+ - 1.7
+ *
+ - 42
+ - 1102
+ - 1.5
+ *
+ - 43
+ - 1102
+ - 1.5
+ *
+ - 44
+ - 1084
+ - 1.6
+ *
+ - 45
+ - 1099
+ - 1.6
+ *
+ - 46
+ - 1110
+ - 1.5
+ *
+ - 47
+ - 1107
+ - 1.6
+ *
+ - 48
+ - 1115
+ - 1.5
+ *
+ - 49
+ - 1141
+ - 1.6
+ *
+ - 50
+ - 1123
+ - 1.6
+ *
+ - 51
+ - 1141
+ - 1.5
+ *
+ - 52
+ - 1120
+ - 1.5
+ *
+ - 53
+ - 1134
+ - 1.6
+ *
+ - 54
+ - 1124
+ - 1.5
+ *
+ - 55
+ - 1129
+ - 1.5
+ *
+ - 56
+ - 1153
+ - 1.6
+ *
+ - 57
+ - 1098
+ - 1.5
+ *
+ - 58
+ - 1131
+ - 1.5
+ *
+ - 59
+ - 1085
+ - 1.8
+ *
+ - 60
+ - 1121
+ - 1.5
+ *
+ - 61
+ - 1124
+ - 1.5
+ *
+ - 62
+ - 1128
+ - 1.6
+ *
+ - 63
+ - 1087
+ - 1.5
+ *
+ - 64
+ - 1098
+ - 1.5
+ *
+ - 65
+ - 1095
+ - 1.6
+ *
+ - 66
+ - 1089
+ - 1.5
+ *
+ - 67
+ - 1111
+ - 1.5
+ *
+ - 68
+ - 1116
+ - 1.6
+ *
+ - 69
+ - 1110
+ - 1.5
+ *
+ - 70
+ - 1128
+ - 1.5
+ *
+ - 71
+ - 1106
+ - 1.6
+ *
+ - 72
+ - 1118
+ - 1.7
+ *
+ - 73
+ - 1112
+ - 1.5
+ *
+ - 74
+ - 1111
+ - 1.5
+ *
+ - 75
+ - 1090
+ - 1.6
+ *
+ - 76
+ - 1102
+ - 1.5
+ *
+ - 77
+ - 1133
+ - 1.5
+ *
+ - 78
+ - 1119
+ - 1.7
+ *
+ - 79
+ - 1108
+ - 1.5
+ *
+ - 80
+ - 1111
+ - 1.5
+ *
+ - 81
+ - 1111
+ - 1.6
+ *
+ - 82
+ - 1126
+ - 1.6
+ *
+ - 83
+ - 1123
+ - 1.6
+ *
+ - 84
+ - 1113
+ - 1.7
+ *
+ - 85
+ - 1107
+ - 1.6
+ *
+ - 86
+ - 1113
+ - 1.8
+ *
+ - 87
+ - 1136
+ - 1.7
+ *
+ - 88
+ - 1143
+ - 1.5
+ *
+ - 89
+ - 1115
+ - 1.5
+ *
+ - 90
+ - 1114
+ - 1.8
+ *
+ - 91
+ - 1144
+ - 1.5
+ *
+ - 92
+ - 1121
+ - 1.5
+ *
+ - 93
+ - 1127
+ - 1.6
+ *
+ - 94
+ - 1095
+ - 1.5
+ *
+ - 95
+ - 1132
+ - 1.5
+ *
+ - 96
+ - 1100
+ - 1.8
+ *
+ - 97
+ - 1136
+ - 1.5
+ *
+ - 98
+ - 1133
+ - 1.5
+ *
+ - 99
+ - 1114
+ - 1.6
+ *
+ - 100
+ - 1099
+ - 1.5
+ *
+ - 101
+ - 1092
+ - 1.5
+ *
+ - 102
+ - 1104
+ - 1.6
+ *
+ - 103
+ - 1117
+ - 1.5
+ *
+ - 104
+ - 1109
+ - 1.5
+ *
+ - 105
+ - 1125
+ - 1.6
+ *
+ - 106
+ - 1106
+ - 1.5
+ *
+ - 107
+ - 1132
+ - 1.5
+ *
+ - 108
+ - 1104
+ - 1.6
+ *
+ - 109
+ - 1100
+ - 1.5
+ *
+ - 110
+ - 1101
+ - 1.5
+ *
+ - 111
+ - 1110
+ - 1.6
+ *
+ - 112
+ - 1103
+ - 1.5
+ *
+ - 113
+ - 1102
+ - 1.5
+ *
+ - 114
+ - 1111
+ - 1.6
+ *
+ - 115
+ - 1131
+ - 1.5
+ *
+ - 116
+ - 1126
+ - 1.5
+ *
+ - 117
+ - 1124
+ - 1.6
+ *
+ - 118
+ - 1134
+ - 1.5
+ *
+ - 119
+ - 1130
+ - 1.5
+ *
+ - 120
+ - 1128
+ - 1.7
+ *
+ - 121
+ - 1061
+ - 1.5
+ *
+ - 122
+ - 0
+ - .
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-cast-cmsm-km/rpc_cast_message_flow.svg b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-cast-cmsm-km/rpc_cast_message_flow.svg
new file mode 100644
index 0000000..e7a5697
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-cast-cmsm-km/rpc_cast_message_flow.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-cast-cmsm-km/rpc_cast_received_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-cast-cmsm-km/rpc_cast_received_messages.svg
new file mode 100644
index 0000000..59ef3d5
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-cast-cmsm-km/rpc_cast_received_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-cast-cmsm-km/rpc_cast_sent_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-cast-cmsm-km/rpc_cast_sent_messages.svg
new file mode 100644
index 0000000..87981fa
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-cast-cmsm-km/rpc_cast_sent_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-notify-cmsm-km/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-notify-cmsm-km/index.rst
new file mode 100644
index 0000000..a239817
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-notify-cmsm-km/index.rst
@@ -0,0 +1,1078 @@
+NOTIFY fail-over test report
+----------------------------
+
+This is the report for :ref:`message_queue_ha_rpc_cmsm_km`.
+
+This scenario is executed with help of oslo.messaging simulator. There is
+one client-server pair of simulator running in single-threaded mode. The
+stats are collected from both client and server and detailed report is shown
+with one second precision.
+
+
+Execution Summary
+^^^^^^^^^^^^^^^^^
+
+
+.. list-table::
+ :header-rows: 1
+
+ *
+ - attribute
+ - value
+ *
+ - Client sent, msg
+ - 112785
+ *
+ - Server received, msg
+ - 112785
+ *
+ - Loss, msg
+ - 0
+ *
+ - Errors, msg
+ - 0
+ *
+ - Duration, sec
+ - 121.1
+ *
+ - Throughput, msg/sec
+ - 931.7
+ *
+ - Transfer, Mb
+ - 353.3
+ *
+ - Bandwidth, Mb/sec
+ - 2.9
+ *
+ - Avg. latency, ms
+ - 1.6
+ *
+ - Max latency, ms
+ - 6305.7
+
+
+Message flow
+^^^^^^^^^^^^
+
+This chart shows the message flow between client and server. It includes
+messages sent by the client, received by the server and errors caught by
+the client.
+
+.. image:: notify_message_flow.*
+
+
+
+where:
+ * ``sent`` - messages sent by the client
+ * ``received`` - messages received by the server
+ * ``errors`` - errors exposed and caught by the client
+
+
+Messages sent by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages sent by client and error rate.
+
+.. image:: notify_sent_messages.*
+
+
+.. list-table:: NOTIFY sent messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - errors, msg
+ *
+ - 0
+ - 1
+ - 0
+ *
+ - 1
+ - 1037
+ - 0
+ *
+ - 2
+ - 990
+ - 0
+ *
+ - 3
+ - 1015
+ - 0
+ *
+ - 4
+ - 1027
+ - 0
+ *
+ - 5
+ - 1018
+ - 0
+ *
+ - 6
+ - 1001
+ - 0
+ *
+ - 7
+ - 1075
+ - 0
+ *
+ - 8
+ - 1061
+ - 0
+ *
+ - 9
+ - 990
+ - 0
+ *
+ - 10
+ - 1087
+ - 0
+ *
+ - 11
+ - 1080
+ - 0
+ *
+ - 12
+ - 1095
+ - 0
+ *
+ - 13
+ - 1079
+ - 0
+ *
+ - 14
+ - 1031
+ - 0
+ *
+ - 15
+ - 1055
+ - 0
+ *
+ - 16
+ - 1031
+ - 0
+ *
+ - 17
+ - 1032
+ - 0
+ *
+ - 18
+ - 591
+ - 0
+ *
+ - 19
+ - .
+ - 0
+ *
+ - 20
+ - .
+ - 0
+ *
+ - 21
+ - .
+ - 0
+ *
+ - 22
+ - .
+ - 0
+ *
+ - 23
+ - .
+ - 0
+ *
+ - 24
+ - 106
+ - 0
+ *
+ - 25
+ - 1000
+ - 0
+ *
+ - 26
+ - 976
+ - 0
+ *
+ - 27
+ - 1010
+ - 0
+ *
+ - 28
+ - 751
+ - 0
+ *
+ - 29
+ - 885
+ - 0
+ *
+ - 30
+ - 998
+ - 0
+ *
+ - 31
+ - 983
+ - 0
+ *
+ - 32
+ - 993
+ - 0
+ *
+ - 33
+ - 989
+ - 0
+ *
+ - 34
+ - 976
+ - 0
+ *
+ - 35
+ - 964
+ - 0
+ *
+ - 36
+ - 962
+ - 0
+ *
+ - 37
+ - 983
+ - 0
+ *
+ - 38
+ - 974
+ - 0
+ *
+ - 39
+ - 985
+ - 0
+ *
+ - 40
+ - 983
+ - 0
+ *
+ - 41
+ - 1012
+ - 0
+ *
+ - 42
+ - 970
+ - 0
+ *
+ - 43
+ - 1013
+ - 0
+ *
+ - 44
+ - 967
+ - 0
+ *
+ - 45
+ - 977
+ - 0
+ *
+ - 46
+ - 981
+ - 0
+ *
+ - 47
+ - 982
+ - 0
+ *
+ - 48
+ - 999
+ - 0
+ *
+ - 49
+ - 986
+ - 0
+ *
+ - 50
+ - 980
+ - 0
+ *
+ - 51
+ - 990
+ - 0
+ *
+ - 52
+ - 991
+ - 0
+ *
+ - 53
+ - 996
+ - 0
+ *
+ - 54
+ - 1001
+ - 0
+ *
+ - 55
+ - 995
+ - 0
+ *
+ - 56
+ - 997
+ - 0
+ *
+ - 57
+ - 997
+ - 0
+ *
+ - 58
+ - 1001
+ - 0
+ *
+ - 59
+ - 976
+ - 0
+ *
+ - 60
+ - 1000
+ - 0
+ *
+ - 61
+ - 993
+ - 0
+ *
+ - 62
+ - 1003
+ - 0
+ *
+ - 63
+ - 1003
+ - 0
+ *
+ - 64
+ - 1006
+ - 0
+ *
+ - 65
+ - 975
+ - 0
+ *
+ - 66
+ - 1008
+ - 0
+ *
+ - 67
+ - 1005
+ - 0
+ *
+ - 68
+ - 1018
+ - 0
+ *
+ - 69
+ - 980
+ - 0
+ *
+ - 70
+ - 1002
+ - 0
+ *
+ - 71
+ - 991
+ - 0
+ *
+ - 72
+ - 975
+ - 0
+ *
+ - 73
+ - 1002
+ - 0
+ *
+ - 74
+ - 987
+ - 0
+ *
+ - 75
+ - 986
+ - 0
+ *
+ - 76
+ - 976
+ - 0
+ *
+ - 77
+ - 1001
+ - 0
+ *
+ - 78
+ - 985
+ - 0
+ *
+ - 79
+ - 984
+ - 0
+ *
+ - 80
+ - 987
+ - 0
+ *
+ - 81
+ - 996
+ - 0
+ *
+ - 82
+ - 979
+ - 0
+ *
+ - 83
+ - 984
+ - 0
+ *
+ - 84
+ - 975
+ - 0
+ *
+ - 85
+ - 966
+ - 0
+ *
+ - 86
+ - 974
+ - 0
+ *
+ - 87
+ - 973
+ - 0
+ *
+ - 88
+ - 975
+ - 0
+ *
+ - 89
+ - 981
+ - 0
+ *
+ - 90
+ - 1000
+ - 0
+ *
+ - 91
+ - 995
+ - 0
+ *
+ - 92
+ - 986
+ - 0
+ *
+ - 93
+ - 989
+ - 0
+ *
+ - 94
+ - 998
+ - 0
+ *
+ - 95
+ - 993
+ - 0
+ *
+ - 96
+ - 996
+ - 0
+ *
+ - 97
+ - 1010
+ - 0
+ *
+ - 98
+ - 1019
+ - 0
+ *
+ - 99
+ - 993
+ - 0
+ *
+ - 100
+ - 977
+ - 0
+ *
+ - 101
+ - 987
+ - 0
+ *
+ - 102
+ - 976
+ - 0
+ *
+ - 103
+ - 979
+ - 0
+ *
+ - 104
+ - 968
+ - 0
+ *
+ - 105
+ - 980
+ - 0
+ *
+ - 106
+ - 974
+ - 0
+ *
+ - 107
+ - 972
+ - 0
+ *
+ - 108
+ - 993
+ - 0
+ *
+ - 109
+ - 983
+ - 0
+ *
+ - 110
+ - 983
+ - 0
+ *
+ - 111
+ - 981
+ - 0
+ *
+ - 112
+ - 987
+ - 0
+ *
+ - 113
+ - 975
+ - 0
+ *
+ - 114
+ - 961
+ - 0
+ *
+ - 115
+ - 988
+ - 0
+ *
+ - 116
+ - 990
+ - 0
+ *
+ - 117
+ - 984
+ - 0
+ *
+ - 118
+ - 977
+ - 0
+ *
+ - 119
+ - 983
+ - 0
+ *
+ - 120
+ - 913
+ - 0
+
+
+Messages received by the server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages received by the server and their latency.
+
+.. image:: notify_received_messages.*
+
+
+.. list-table:: NOTIFY received messages
+ :header-rows: 1
+
+ *
+ - time
+ - round-trip, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 0
+ - .
+ *
+ - 2
+ - 1031
+ - 3.2
+ *
+ - 3
+ - 991
+ - 4.1
+ *
+ - 4
+ - 1015
+ - 2.6
+ *
+ - 5
+ - 1023
+ - 2.4
+ *
+ - 6
+ - 1023
+ - 1.8
+ *
+ - 7
+ - 1002
+ - 1.5
+ *
+ - 8
+ - 1075
+ - 1.4
+ *
+ - 9
+ - 1061
+ - 1.4
+ *
+ - 10
+ - 990
+ - 1.6
+ *
+ - 11
+ - 1087
+ - 1.4
+ *
+ - 12
+ - 1080
+ - 1.4
+ *
+ - 13
+ - 1095
+ - 1.5
+ *
+ - 14
+ - 1079
+ - 1.4
+ *
+ - 15
+ - 1032
+ - 1.4
+ *
+ - 16
+ - 1055
+ - 1.5
+ *
+ - 17
+ - 1030
+ - 1.5
+ *
+ - 18
+ - 1032
+ - 1.5
+ *
+ - 19
+ - 594
+ - 1.4
+ *
+ - 20
+ - 0
+ - .
+ *
+ - 21
+ - 0
+ - .
+ *
+ - 22
+ - 0
+ - .
+ *
+ - 23
+ - 0
+ - .
+ *
+ - 24
+ - 0
+ - .
+ *
+ - 25
+ - 104
+ - 62.9
+ *
+ - 26
+ - 999
+ - 1.6
+ *
+ - 27
+ - 976
+ - 1.5
+ *
+ - 28
+ - 1010
+ - 1.5
+ *
+ - 29
+ - 752
+ - 1.9
+ *
+ - 30
+ - 886
+ - 1.8
+ *
+ - 31
+ - 997
+ - 1.5
+ *
+ - 32
+ - 983
+ - 1.5
+ *
+ - 33
+ - 989
+ - 1.5
+ *
+ - 34
+ - 998
+ - 1.6
+ *
+ - 35
+ - 975
+ - 1.5
+ *
+ - 36
+ - 965
+ - 1.5
+ *
+ - 37
+ - 961
+ - 1.6
+ *
+ - 38
+ - 984
+ - 1.5
+ *
+ - 39
+ - 974
+ - 1.5
+ *
+ - 40
+ - 985
+ - 1.5
+ *
+ - 41
+ - 982
+ - 1.6
+ *
+ - 42
+ - 1012
+ - 1.4
+ *
+ - 43
+ - 971
+ - 1.5
+ *
+ - 44
+ - 1013
+ - 1.5
+ *
+ - 45
+ - 967
+ - 1.5
+ *
+ - 46
+ - 976
+ - 1.5
+ *
+ - 47
+ - 981
+ - 1.5
+ *
+ - 48
+ - 983
+ - 1.5
+ *
+ - 49
+ - 999
+ - 1.5
+ *
+ - 50
+ - 986
+ - 1.5
+ *
+ - 51
+ - 979
+ - 1.5
+ *
+ - 52
+ - 990
+ - 1.5
+ *
+ - 53
+ - 992
+ - 1.5
+ *
+ - 54
+ - 993
+ - 1.5
+ *
+ - 55
+ - 996
+ - 1.5
+ *
+ - 56
+ - 995
+ - 1.5
+ *
+ - 57
+ - 997
+ - 1.5
+ *
+ - 58
+ - 996
+ - 1.6
+ *
+ - 59
+ - 1001
+ - 1.5
+ *
+ - 60
+ - 977
+ - 1.5
+ *
+ - 61
+ - 1000
+ - 1.5
+ *
+ - 62
+ - 993
+ - 1.5
+ *
+ - 63
+ - 1003
+ - 1.5
+ *
+ - 64
+ - 1002
+ - 1.4
+ *
+ - 65
+ - 1006
+ - 1.5
+ *
+ - 66
+ - 976
+ - 1.5
+ *
+ - 67
+ - 1008
+ - 1.5
+ *
+ - 68
+ - 1004
+ - 1.5
+ *
+ - 69
+ - 1018
+ - 1.5
+ *
+ - 70
+ - 981
+ - 1.5
+ *
+ - 71
+ - 1002
+ - 1.5
+ *
+ - 72
+ - 991
+ - 1.6
+ *
+ - 73
+ - 975
+ - 1.5
+ *
+ - 74
+ - 1002
+ - 1.5
+ *
+ - 75
+ - 986
+ - 1.5
+ *
+ - 76
+ - 987
+ - 1.6
+ *
+ - 77
+ - 976
+ - 1.5
+ *
+ - 78
+ - 1001
+ - 1.5
+ *
+ - 79
+ - 981
+ - 1.5
+ *
+ - 80
+ - 990
+ - 1.6
+ *
+ - 81
+ - 988
+ - 1.5
+ *
+ - 82
+ - 996
+ - 1.5
+ *
+ - 83
+ - 979
+ - 1.6
+ *
+ - 84
+ - 984
+ - 1.5
+ *
+ - 85
+ - 974
+ - 1.5
+ *
+ - 86
+ - 967
+ - 1.5
+ *
+ - 87
+ - 974
+ - 1.6
+ *
+ - 88
+ - 973
+ - 1.5
+ *
+ - 89
+ - 975
+ - 1.5
+ *
+ - 90
+ - 981
+ - 1.6
+ *
+ - 91
+ - 1000
+ - 1.5
+ *
+ - 92
+ - 994
+ - 1.5
+ *
+ - 93
+ - 986
+ - 1.5
+ *
+ - 94
+ - 990
+ - 1.5
+ *
+ - 95
+ - 997
+ - 1.5
+ *
+ - 96
+ - 993
+ - 1.5
+ *
+ - 97
+ - 995
+ - 1.5
+ *
+ - 98
+ - 1011
+ - 1.5
+ *
+ - 99
+ - 1019
+ - 1.5
+ *
+ - 100
+ - 993
+ - 1.5
+ *
+ - 101
+ - 976
+ - 1.6
+ *
+ - 102
+ - 988
+ - 1.5
+ *
+ - 103
+ - 976
+ - 1.5
+ *
+ - 104
+ - 978
+ - 1.6
+ *
+ - 105
+ - 969
+ - 1.5
+ *
+ - 106
+ - 979
+ - 1.5
+ *
+ - 107
+ - 974
+ - 1.5
+ *
+ - 108
+ - 971
+ - 1.6
+ *
+ - 109
+ - 994
+ - 1.5
+ *
+ - 110
+ - 983
+ - 1.5
+ *
+ - 111
+ - 982
+ - 1.5
+ *
+ - 112
+ - 982
+ - 1.6
+ *
+ - 113
+ - 987
+ - 1.5
+ *
+ - 114
+ - 975
+ - 1.5
+ *
+ - 115
+ - 961
+ - 1.6
+ *
+ - 116
+ - 988
+ - 1.5
+ *
+ - 117
+ - 990
+ - 1.5
+ *
+ - 118
+ - 983
+ - 1.5
+ *
+ - 119
+ - 977
+ - 1.6
+ *
+ - 120
+ - 983
+ - 1.5
+ *
+ - 121
+ - 919
+ - 1.5
+ *
+ - 122
+ - 0
+ - .
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-notify-cmsm-km/notify_message_flow.svg b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-notify-cmsm-km/notify_message_flow.svg
new file mode 100644
index 0000000..10dddc5
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-notify-cmsm-km/notify_message_flow.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-notify-cmsm-km/notify_received_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-notify-cmsm-km/notify_received_messages.svg
new file mode 100644
index 0000000..0d6ce43
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-notify-cmsm-km/notify_received_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-notify-cmsm-km/notify_sent_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-notify-cmsm-km/notify_sent_messages.svg
new file mode 100644
index 0000000..94628a5
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmsm-km/omsimulator-ha-notify-cmsm-km/notify_sent_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/index.rst
new file mode 100644
index 0000000..4f3bc0c
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/index.rst
@@ -0,0 +1,14 @@
+.. raw:: pdf
+
+ PageBreak oneColumn
+
+======================================================================
+Client connected to Master and Server connected to Slave, Master fails
+======================================================================
+
+.. toctree::
+ :maxdepth: 2
+
+ omsimulator-ha-call-cmss2-km/index
+ omsimulator-ha-cast-cmss2-km/index
+ omsimulator-ha-notify-cmss2-km/index
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/index.rst
new file mode 100644
index 0000000..0eb45a2
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/index.rst
@@ -0,0 +1,1594 @@
+RPC CALL fail-over test report
+------------------------------
+
+This is the report for :ref:`message_queue_ha_rpc_cmss2_km`.
+
+This scenario is executed with help of oslo.messaging simulator. There is
+one client-server pair of simulator running in single-threaded mode. The
+stats are collected from both client and server and detailed report is shown
+with one second precision.
+
+
+Execution Summary
+^^^^^^^^^^^^^^^^^
+
+
+.. list-table::
+ :header-rows: 1
+
+ *
+ - attribute
+ - value
+ *
+ - Client sent, msg
+ - 30390
+ *
+ - Server received, msg
+ - 30390
+ *
+ - Client received replies, msg
+ - 30388
+ *
+ - Loss, msg
+ - 2
+ *
+ - Errors, msg
+ - 2
+ *
+ - Duration, sec
+ - 121.1
+ *
+ - Throughput, msg/sec
+ - 251.0
+ *
+ - Transfer, Mb
+ - 94.5
+ *
+ - Bandwidth, Mb/sec
+ - 0.8
+ *
+ - Avg. request latency, ms
+ - 2.3
+ *
+ - Max request latency, ms
+ - 2021.9
+ *
+ - Avg. round-trip latency, ms
+ - 3.6
+ *
+ - Max round-trip latency, ms
+ - 2024.1
+
+
+
+Message flow
+^^^^^^^^^^^^
+
+This chart shows the message flow between client and server. It includes
+messages sent by the client, received by the server, replies received by
+the client and errors caught by the client.
+
+.. image:: rpc_call_message_flow.*
+
+
+
+where:
+ * ``sent`` - messages sent by the client
+ * ``received`` - messages received by the server
+ * ``round-trip`` - replies to messages received by the client
+ * ``errors`` - errors exposed and caught by the client
+
+
+Messages sent by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages sent by client and error rate.
+
+.. image:: rpc_call_sent_messages.*
+
+
+.. list-table:: RPC CALL sent messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - errors, msg
+ *
+ - 0
+ - 1
+ - 0
+ *
+ - 1
+ - 208
+ - 0
+ *
+ - 2
+ - 230
+ - 0
+ *
+ - 3
+ - 236
+ - 0
+ *
+ - 4
+ - 242
+ - 0
+ *
+ - 5
+ - 245
+ - 0
+ *
+ - 6
+ - 237
+ - 0
+ *
+ - 7
+ - 246
+ - 0
+ *
+ - 8
+ - 242
+ - 0
+ *
+ - 9
+ - 239
+ - 0
+ *
+ - 10
+ - 245
+ - 0
+ *
+ - 11
+ - 54
+ - 0
+ *
+ - 12
+ - .
+ - 0
+ *
+ - 13
+ - .
+ - 0
+ *
+ - 14
+ - .
+ - 0
+ *
+ - 15
+ - .
+ - 0
+ *
+ - 16
+ - 1
+ - 1
+ *
+ - 17
+ - .
+ - 0
+ *
+ - 18
+ - 233
+ - 0
+ *
+ - 19
+ - 242
+ - 0
+ *
+ - 20
+ - 241
+ - 0
+ *
+ - 21
+ - .
+ - 0
+ *
+ - 22
+ - .
+ - 0
+ *
+ - 23
+ - .
+ - 0
+ *
+ - 24
+ - .
+ - 0
+ *
+ - 25
+ - 1
+ - 1
+ *
+ - 26
+ - .
+ - 0
+ *
+ - 27
+ - 1
+ - 0
+ *
+ - 28
+ - 290
+ - 0
+ *
+ - 29
+ - 289
+ - 0
+ *
+ - 30
+ - 293
+ - 0
+ *
+ - 31
+ - 294
+ - 0
+ *
+ - 32
+ - 289
+ - 0
+ *
+ - 33
+ - 297
+ - 0
+ *
+ - 34
+ - 282
+ - 0
+ *
+ - 35
+ - 293
+ - 0
+ *
+ - 36
+ - 294
+ - 0
+ *
+ - 37
+ - 291
+ - 0
+ *
+ - 38
+ - 289
+ - 0
+ *
+ - 39
+ - 296
+ - 0
+ *
+ - 40
+ - 292
+ - 0
+ *
+ - 41
+ - 300
+ - 0
+ *
+ - 42
+ - 293
+ - 0
+ *
+ - 43
+ - 285
+ - 0
+ *
+ - 44
+ - 291
+ - 0
+ *
+ - 45
+ - 299
+ - 0
+ *
+ - 46
+ - 295
+ - 0
+ *
+ - 47
+ - 293
+ - 0
+ *
+ - 48
+ - 290
+ - 0
+ *
+ - 49
+ - 285
+ - 0
+ *
+ - 50
+ - 293
+ - 0
+ *
+ - 51
+ - 295
+ - 0
+ *
+ - 52
+ - 296
+ - 0
+ *
+ - 53
+ - 295
+ - 0
+ *
+ - 54
+ - 293
+ - 0
+ *
+ - 55
+ - 305
+ - 0
+ *
+ - 56
+ - 301
+ - 0
+ *
+ - 57
+ - 303
+ - 0
+ *
+ - 58
+ - 300
+ - 0
+ *
+ - 59
+ - 299
+ - 0
+ *
+ - 60
+ - 299
+ - 0
+ *
+ - 61
+ - 296
+ - 0
+ *
+ - 62
+ - 299
+ - 0
+ *
+ - 63
+ - 301
+ - 0
+ *
+ - 64
+ - 291
+ - 0
+ *
+ - 65
+ - 292
+ - 0
+ *
+ - 66
+ - 286
+ - 0
+ *
+ - 67
+ - 290
+ - 0
+ *
+ - 68
+ - 286
+ - 0
+ *
+ - 69
+ - 290
+ - 0
+ *
+ - 70
+ - 289
+ - 0
+ *
+ - 71
+ - 288
+ - 0
+ *
+ - 72
+ - 291
+ - 0
+ *
+ - 73
+ - 299
+ - 0
+ *
+ - 74
+ - 296
+ - 0
+ *
+ - 75
+ - 300
+ - 0
+ *
+ - 76
+ - 298
+ - 0
+ *
+ - 77
+ - 296
+ - 0
+ *
+ - 78
+ - 295
+ - 0
+ *
+ - 79
+ - 298
+ - 0
+ *
+ - 80
+ - 291
+ - 0
+ *
+ - 81
+ - 295
+ - 0
+ *
+ - 82
+ - 294
+ - 0
+ *
+ - 83
+ - 302
+ - 0
+ *
+ - 84
+ - 299
+ - 0
+ *
+ - 85
+ - 296
+ - 0
+ *
+ - 86
+ - 299
+ - 0
+ *
+ - 87
+ - 300
+ - 0
+ *
+ - 88
+ - 297
+ - 0
+ *
+ - 89
+ - 295
+ - 0
+ *
+ - 90
+ - 299
+ - 0
+ *
+ - 91
+ - 305
+ - 0
+ *
+ - 92
+ - 300
+ - 0
+ *
+ - 93
+ - 300
+ - 0
+ *
+ - 94
+ - 287
+ - 0
+ *
+ - 95
+ - 291
+ - 0
+ *
+ - 96
+ - 293
+ - 0
+ *
+ - 97
+ - 300
+ - 0
+ *
+ - 98
+ - 295
+ - 0
+ *
+ - 99
+ - 297
+ - 0
+ *
+ - 100
+ - 289
+ - 0
+ *
+ - 101
+ - 292
+ - 0
+ *
+ - 102
+ - 283
+ - 0
+ *
+ - 103
+ - 284
+ - 0
+ *
+ - 104
+ - 283
+ - 0
+ *
+ - 105
+ - 288
+ - 0
+ *
+ - 106
+ - 284
+ - 0
+ *
+ - 107
+ - 290
+ - 0
+ *
+ - 108
+ - 283
+ - 0
+ *
+ - 109
+ - 281
+ - 0
+ *
+ - 110
+ - 279
+ - 0
+ *
+ - 111
+ - 290
+ - 0
+ *
+ - 112
+ - 292
+ - 0
+ *
+ - 113
+ - 290
+ - 0
+ *
+ - 114
+ - 286
+ - 0
+ *
+ - 115
+ - 297
+ - 0
+ *
+ - 116
+ - 290
+ - 0
+ *
+ - 117
+ - 292
+ - 0
+ *
+ - 118
+ - 289
+ - 0
+ *
+ - 119
+ - 293
+ - 0
+ *
+ - 120
+ - 276
+ - 0
+
+
+Messages received by the server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages received by the server and their latency.
+
+.. image:: rpc_call_received_messages.*
+
+
+.. list-table:: RPC CALL received messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 0
+ - .
+ *
+ - 2
+ - 207
+ - 3.2
+ *
+ - 3
+ - 230
+ - 2.8
+ *
+ - 4
+ - 236
+ - 2.8
+ *
+ - 5
+ - 241
+ - 2.6
+ *
+ - 6
+ - 245
+ - 2.6
+ *
+ - 7
+ - 238
+ - 2.7
+ *
+ - 8
+ - 245
+ - 2.6
+ *
+ - 9
+ - 242
+ - 2.7
+ *
+ - 10
+ - 239
+ - 2.7
+ *
+ - 11
+ - 245
+ - 2.6
+ *
+ - 12
+ - 57
+ - 2.8
+ *
+ - 13
+ - 0
+ - .
+ *
+ - 14
+ - 0
+ - .
+ *
+ - 15
+ - 0
+ - .
+ *
+ - 16
+ - 0
+ - .
+ *
+ - 17
+ - 0
+ - .
+ *
+ - 18
+ - 0
+ - .
+ *
+ - 19
+ - 230
+ - 10.4
+ *
+ - 20
+ - 242
+ - 2.5
+ *
+ - 21
+ - 244
+ - 2.5
+ *
+ - 22
+ - 1
+ - 13.4
+ *
+ - 23
+ - 0
+ - .
+ *
+ - 24
+ - 0
+ - .
+ *
+ - 25
+ - 0
+ - .
+ *
+ - 26
+ - 0
+ - .
+ *
+ - 27
+ - 0
+ - .
+ *
+ - 28
+ - 0
+ - .
+ *
+ - 29
+ - 286
+ - 9.3
+ *
+ - 30
+ - 289
+ - 2.2
+ *
+ - 31
+ - 293
+ - 2.2
+ *
+ - 32
+ - 294
+ - 2.1
+ *
+ - 33
+ - 289
+ - 2.2
+ *
+ - 34
+ - 297
+ - 2.1
+ *
+ - 35
+ - 282
+ - 2.3
+ *
+ - 36
+ - 292
+ - 2.2
+ *
+ - 37
+ - 294
+ - 2.2
+ *
+ - 38
+ - 292
+ - 2.2
+ *
+ - 39
+ - 288
+ - 2.2
+ *
+ - 40
+ - 295
+ - 2.2
+ *
+ - 41
+ - 293
+ - 2.1
+ *
+ - 42
+ - 300
+ - 2.1
+ *
+ - 43
+ - 293
+ - 2.1
+ *
+ - 44
+ - 285
+ - 2.2
+ *
+ - 45
+ - 291
+ - 2.2
+ *
+ - 46
+ - 299
+ - 2.1
+ *
+ - 47
+ - 295
+ - 2.1
+ *
+ - 48
+ - 293
+ - 2.1
+ *
+ - 49
+ - 291
+ - 2.2
+ *
+ - 50
+ - 284
+ - 2.2
+ *
+ - 51
+ - 293
+ - 2.2
+ *
+ - 52
+ - 295
+ - 2.2
+ *
+ - 53
+ - 295
+ - 2.1
+ *
+ - 54
+ - 295
+ - 2.2
+ *
+ - 55
+ - 295
+ - 2.1
+ *
+ - 56
+ - 303
+ - 2.1
+ *
+ - 57
+ - 301
+ - 2.1
+ *
+ - 58
+ - 303
+ - 2.1
+ *
+ - 59
+ - 300
+ - 2.1
+ *
+ - 60
+ - 301
+ - 2.1
+ *
+ - 61
+ - 297
+ - 2.2
+ *
+ - 62
+ - 296
+ - 2.1
+ *
+ - 63
+ - 299
+ - 2.1
+ *
+ - 64
+ - 300
+ - 2.1
+ *
+ - 65
+ - 294
+ - 2.2
+ *
+ - 66
+ - 290
+ - 2.2
+ *
+ - 67
+ - 286
+ - 2.2
+ *
+ - 68
+ - 290
+ - 2.2
+ *
+ - 69
+ - 286
+ - 2.2
+ *
+ - 70
+ - 290
+ - 2.2
+ *
+ - 71
+ - 289
+ - 2.2
+ *
+ - 72
+ - 288
+ - 2.2
+ *
+ - 73
+ - 291
+ - 2.2
+ *
+ - 74
+ - 299
+ - 2.1
+ *
+ - 75
+ - 295
+ - 2.1
+ *
+ - 76
+ - 300
+ - 2.1
+ *
+ - 77
+ - 299
+ - 2.1
+ *
+ - 78
+ - 296
+ - 2.1
+ *
+ - 79
+ - 295
+ - 2.1
+ *
+ - 80
+ - 298
+ - 2.1
+ *
+ - 81
+ - 290
+ - 2.2
+ *
+ - 82
+ - 296
+ - 2.1
+ *
+ - 83
+ - 293
+ - 2.1
+ *
+ - 84
+ - 303
+ - 2.1
+ *
+ - 85
+ - 299
+ - 2.1
+ *
+ - 86
+ - 296
+ - 2.1
+ *
+ - 87
+ - 298
+ - 2.1
+ *
+ - 88
+ - 300
+ - 2.1
+ *
+ - 89
+ - 297
+ - 2.1
+ *
+ - 90
+ - 295
+ - 2.1
+ *
+ - 91
+ - 299
+ - 2.1
+ *
+ - 92
+ - 305
+ - 2.0
+ *
+ - 93
+ - 300
+ - 2.1
+ *
+ - 94
+ - 300
+ - 2.1
+ *
+ - 95
+ - 287
+ - 2.2
+ *
+ - 96
+ - 292
+ - 2.1
+ *
+ - 97
+ - 292
+ - 2.1
+ *
+ - 98
+ - 300
+ - 2.1
+ *
+ - 99
+ - 295
+ - 2.1
+ *
+ - 100
+ - 297
+ - 2.1
+ *
+ - 101
+ - 289
+ - 2.2
+ *
+ - 102
+ - 292
+ - 2.1
+ *
+ - 103
+ - 284
+ - 2.2
+ *
+ - 104
+ - 284
+ - 2.2
+ *
+ - 105
+ - 283
+ - 2.2
+ *
+ - 106
+ - 287
+ - 2.2
+ *
+ - 107
+ - 284
+ - 2.2
+ *
+ - 108
+ - 290
+ - 2.2
+ *
+ - 109
+ - 283
+ - 2.2
+ *
+ - 110
+ - 281
+ - 2.2
+ *
+ - 111
+ - 279
+ - 2.2
+ *
+ - 112
+ - 290
+ - 2.2
+ *
+ - 113
+ - 291
+ - 2.2
+ *
+ - 114
+ - 291
+ - 2.2
+ *
+ - 115
+ - 286
+ - 2.2
+ *
+ - 116
+ - 296
+ - 2.1
+ *
+ - 117
+ - 290
+ - 2.2
+ *
+ - 118
+ - 292
+ - 2.1
+ *
+ - 119
+ - 290
+ - 2.2
+ *
+ - 120
+ - 293
+ - 2.2
+ *
+ - 121
+ - 285
+ - 2.1
+ *
+ - 122
+ - 0
+ - .
+ *
+ - 123
+ - 0
+ - .
+
+
+Replies received by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows replies received by the client and total round-trip latency.
+
+.. image:: rpc_call_round_trip_messages.*
+
+
+.. list-table:: RPC CALL round-trip messages
+ :header-rows: 1
+
+ *
+ - time
+ - round-trip, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 208
+ - 4.8
+ *
+ - 2
+ - 230
+ - 4.3
+ *
+ - 3
+ - 236
+ - 4.2
+ *
+ - 4
+ - 242
+ - 4.1
+ *
+ - 5
+ - 245
+ - 4.0
+ *
+ - 6
+ - 237
+ - 4.2
+ *
+ - 7
+ - 246
+ - 4.0
+ *
+ - 8
+ - 242
+ - 4.1
+ *
+ - 9
+ - 239
+ - 4.1
+ *
+ - 10
+ - 245
+ - 4.0
+ *
+ - 11
+ - 54
+ - 4.2
+ *
+ - 12
+ - 0
+ - .
+ *
+ - 13
+ - 0
+ - .
+ *
+ - 14
+ - 0
+ - .
+ *
+ - 15
+ - 0
+ - .
+ *
+ - 16
+ - 0
+ - .
+ *
+ - 17
+ - 0
+ - .
+ *
+ - 18
+ - 233
+ - 11.8
+ *
+ - 19
+ - 242
+ - 4.1
+ *
+ - 20
+ - 241
+ - 4.0
+ *
+ - 21
+ - 0
+ - .
+ *
+ - 22
+ - 0
+ - .
+ *
+ - 23
+ - 0
+ - .
+ *
+ - 24
+ - 0
+ - .
+ *
+ - 25
+ - 0
+ - .
+ *
+ - 26
+ - 0
+ - .
+ *
+ - 27
+ - 1
+ - 2024.1
+ *
+ - 28
+ - 290
+ - 3.4
+ *
+ - 29
+ - 289
+ - 3.4
+ *
+ - 30
+ - 293
+ - 3.4
+ *
+ - 31
+ - 294
+ - 3.4
+ *
+ - 32
+ - 289
+ - 3.4
+ *
+ - 33
+ - 297
+ - 3.3
+ *
+ - 34
+ - 282
+ - 3.5
+ *
+ - 35
+ - 293
+ - 3.4
+ *
+ - 36
+ - 294
+ - 3.4
+ *
+ - 37
+ - 291
+ - 3.4
+ *
+ - 38
+ - 289
+ - 3.4
+ *
+ - 39
+ - 295
+ - 3.3
+ *
+ - 40
+ - 293
+ - 3.4
+ *
+ - 41
+ - 300
+ - 3.3
+ *
+ - 42
+ - 292
+ - 3.4
+ *
+ - 43
+ - 286
+ - 3.5
+ *
+ - 44
+ - 291
+ - 3.4
+ *
+ - 45
+ - 299
+ - 3.3
+ *
+ - 46
+ - 295
+ - 3.3
+ *
+ - 47
+ - 293
+ - 3.4
+ *
+ - 48
+ - 290
+ - 3.4
+ *
+ - 49
+ - 284
+ - 3.5
+ *
+ - 50
+ - 294
+ - 3.4
+ *
+ - 51
+ - 295
+ - 3.3
+ *
+ - 52
+ - 295
+ - 3.3
+ *
+ - 53
+ - 295
+ - 3.3
+ *
+ - 54
+ - 293
+ - 3.4
+ *
+ - 55
+ - 305
+ - 3.2
+ *
+ - 56
+ - 301
+ - 3.3
+ *
+ - 57
+ - 303
+ - 3.3
+ *
+ - 58
+ - 300
+ - 3.3
+ *
+ - 59
+ - 299
+ - 3.3
+ *
+ - 60
+ - 299
+ - 3.3
+ *
+ - 61
+ - 296
+ - 3.3
+ *
+ - 62
+ - 299
+ - 3.3
+ *
+ - 63
+ - 301
+ - 3.3
+ *
+ - 64
+ - 291
+ - 3.4
+ *
+ - 65
+ - 292
+ - 3.4
+ *
+ - 66
+ - 286
+ - 3.4
+ *
+ - 67
+ - 290
+ - 3.4
+ *
+ - 68
+ - 286
+ - 3.4
+ *
+ - 69
+ - 290
+ - 3.4
+ *
+ - 70
+ - 289
+ - 3.4
+ *
+ - 71
+ - 288
+ - 3.4
+ *
+ - 72
+ - 291
+ - 3.4
+ *
+ - 73
+ - 299
+ - 3.3
+ *
+ - 74
+ - 296
+ - 3.3
+ *
+ - 75
+ - 300
+ - 3.3
+ *
+ - 76
+ - 298
+ - 3.3
+ *
+ - 77
+ - 296
+ - 3.3
+ *
+ - 78
+ - 295
+ - 3.3
+ *
+ - 79
+ - 298
+ - 3.3
+ *
+ - 80
+ - 290
+ - 3.4
+ *
+ - 81
+ - 296
+ - 3.3
+ *
+ - 82
+ - 294
+ - 3.4
+ *
+ - 83
+ - 302
+ - 3.3
+ *
+ - 84
+ - 299
+ - 3.3
+ *
+ - 85
+ - 297
+ - 3.3
+ *
+ - 86
+ - 298
+ - 3.3
+ *
+ - 87
+ - 300
+ - 3.3
+ *
+ - 88
+ - 297
+ - 3.3
+ *
+ - 89
+ - 295
+ - 3.3
+ *
+ - 90
+ - 299
+ - 3.3
+ *
+ - 91
+ - 305
+ - 3.2
+ *
+ - 92
+ - 300
+ - 3.3
+ *
+ - 93
+ - 300
+ - 3.3
+ *
+ - 94
+ - 287
+ - 3.4
+ *
+ - 95
+ - 291
+ - 3.4
+ *
+ - 96
+ - 293
+ - 3.4
+ *
+ - 97
+ - 300
+ - 3.3
+ *
+ - 98
+ - 295
+ - 3.3
+ *
+ - 99
+ - 297
+ - 3.3
+ *
+ - 100
+ - 289
+ - 3.4
+ *
+ - 101
+ - 292
+ - 3.4
+ *
+ - 102
+ - 283
+ - 3.5
+ *
+ - 103
+ - 284
+ - 3.5
+ *
+ - 104
+ - 283
+ - 3.5
+ *
+ - 105
+ - 288
+ - 3.4
+ *
+ - 106
+ - 284
+ - 3.5
+ *
+ - 107
+ - 290
+ - 3.4
+ *
+ - 108
+ - 283
+ - 3.5
+ *
+ - 109
+ - 281
+ - 3.5
+ *
+ - 110
+ - 279
+ - 3.5
+ *
+ - 111
+ - 290
+ - 3.4
+ *
+ - 112
+ - 292
+ - 3.4
+ *
+ - 113
+ - 291
+ - 3.4
+ *
+ - 114
+ - 285
+ - 3.5
+ *
+ - 115
+ - 297
+ - 3.3
+ *
+ - 116
+ - 290
+ - 3.4
+ *
+ - 117
+ - 292
+ - 3.4
+ *
+ - 118
+ - 289
+ - 3.4
+ *
+ - 119
+ - 293
+ - 3.4
+ *
+ - 120
+ - 278
+ - 3.3
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/rpc_call_message_flow.svg b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/rpc_call_message_flow.svg
new file mode 100644
index 0000000..e70f21b
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/rpc_call_message_flow.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/rpc_call_received_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/rpc_call_received_messages.svg
new file mode 100644
index 0000000..ac5a840
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/rpc_call_received_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/rpc_call_round_trip_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/rpc_call_round_trip_messages.svg
new file mode 100644
index 0000000..79e7f63
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/rpc_call_round_trip_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/rpc_call_sent_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/rpc_call_sent_messages.svg
new file mode 100644
index 0000000..fc55437
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-call-cmss2-km/rpc_call_sent_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-cast-cmss2-km/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-cast-cmss2-km/index.rst
new file mode 100644
index 0000000..d37d4b7
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-cast-cmss2-km/index.rst
@@ -0,0 +1,1078 @@
+RPC CAST fail-over test report
+------------------------------
+
+This is the report for :ref:`message_queue_ha_rpc_cmss2_km`.
+
+This scenario is executed with help of oslo.messaging simulator. There is
+one client-server pair of simulator running in single-threaded mode. The
+stats are collected from both client and server and detailed report is shown
+with one second precision.
+
+
+Execution Summary
+^^^^^^^^^^^^^^^^^
+
+
+.. list-table::
+ :header-rows: 1
+
+ *
+ - attribute
+ - value
+ *
+ - Client sent, msg
+ - 120697
+ *
+ - Server received, msg
+ - 120697
+ *
+ - Loss, msg
+ - 0
+ *
+ - Errors, msg
+ - 0
+ *
+ - Duration, sec
+ - 121.0
+ *
+ - Throughput, msg/sec
+ - 997.1
+ *
+ - Transfer, Mb
+ - 379.4
+ *
+ - Bandwidth, Mb/sec
+ - 3.1
+ *
+ - Avg. latency, ms
+ - 53.1
+ *
+ - Max latency, ms
+ - 2038.8
+
+
+Message flow
+^^^^^^^^^^^^
+
+This chart shows the message flow between client and server. It includes
+messages sent by the client, received by the server and errors caught by
+the client.
+
+.. image:: rpc_cast_message_flow.*
+
+
+
+where:
+ * ``sent`` - messages sent by the client
+ * ``received`` - messages received by the server
+ * ``errors`` - errors exposed and caught by the client
+
+
+Messages sent by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages sent by client and error rate.
+
+.. image:: rpc_cast_sent_messages.*
+
+
+.. list-table:: RPC CAST sent messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - errors, msg
+ *
+ - 0
+ - 1
+ - 0
+ *
+ - 1
+ - 933
+ - 0
+ *
+ - 2
+ - 975
+ - 0
+ *
+ - 3
+ - 998
+ - 0
+ *
+ - 4
+ - 1005
+ - 0
+ *
+ - 5
+ - 1031
+ - 0
+ *
+ - 6
+ - 979
+ - 0
+ *
+ - 7
+ - 1021
+ - 0
+ *
+ - 8
+ - 993
+ - 0
+ *
+ - 9
+ - 1029
+ - 0
+ *
+ - 10
+ - 1066
+ - 0
+ *
+ - 11
+ - 1090
+ - 0
+ *
+ - 12
+ - 1044
+ - 0
+ *
+ - 13
+ - 1032
+ - 0
+ *
+ - 14
+ - 999
+ - 0
+ *
+ - 15
+ - 997
+ - 0
+ *
+ - 16
+ - 1035
+ - 0
+ *
+ - 17
+ - 1029
+ - 0
+ *
+ - 18
+ - 1033
+ - 0
+ *
+ - 19
+ - 1033
+ - 0
+ *
+ - 20
+ - 994
+ - 0
+ *
+ - 21
+ - 1033
+ - 0
+ *
+ - 22
+ - 1045
+ - 0
+ *
+ - 23
+ - 1029
+ - 0
+ *
+ - 24
+ - 1007
+ - 0
+ *
+ - 25
+ - 1046
+ - 0
+ *
+ - 26
+ - 1031
+ - 0
+ *
+ - 27
+ - 1029
+ - 0
+ *
+ - 28
+ - 1026
+ - 0
+ *
+ - 29
+ - 1030
+ - 0
+ *
+ - 30
+ - 1022
+ - 0
+ *
+ - 31
+ - 1019
+ - 0
+ *
+ - 32
+ - 1019
+ - 0
+ *
+ - 33
+ - 998
+ - 0
+ *
+ - 34
+ - 991
+ - 0
+ *
+ - 35
+ - 987
+ - 0
+ *
+ - 36
+ - 988
+ - 0
+ *
+ - 37
+ - 1001
+ - 0
+ *
+ - 38
+ - 1008
+ - 0
+ *
+ - 39
+ - 1018
+ - 0
+ *
+ - 40
+ - 1026
+ - 0
+ *
+ - 41
+ - 998
+ - 0
+ *
+ - 42
+ - 1015
+ - 0
+ *
+ - 43
+ - 1000
+ - 0
+ *
+ - 44
+ - 1010
+ - 0
+ *
+ - 45
+ - 1027
+ - 0
+ *
+ - 46
+ - 1020
+ - 0
+ *
+ - 47
+ - 1016
+ - 0
+ *
+ - 48
+ - 1023
+ - 0
+ *
+ - 49
+ - 1021
+ - 0
+ *
+ - 50
+ - 993
+ - 0
+ *
+ - 51
+ - 1028
+ - 0
+ *
+ - 52
+ - 1018
+ - 0
+ *
+ - 53
+ - 991
+ - 0
+ *
+ - 54
+ - 997
+ - 0
+ *
+ - 55
+ - 1030
+ - 0
+ *
+ - 56
+ - 987
+ - 0
+ *
+ - 57
+ - 972
+ - 0
+ *
+ - 58
+ - 981
+ - 0
+ *
+ - 59
+ - 1008
+ - 0
+ *
+ - 60
+ - 1000
+ - 0
+ *
+ - 61
+ - 971
+ - 0
+ *
+ - 62
+ - 989
+ - 0
+ *
+ - 63
+ - 977
+ - 0
+ *
+ - 64
+ - 987
+ - 0
+ *
+ - 65
+ - 986
+ - 0
+ *
+ - 66
+ - 1012
+ - 0
+ *
+ - 67
+ - 990
+ - 0
+ *
+ - 68
+ - 1000
+ - 0
+ *
+ - 69
+ - 975
+ - 0
+ *
+ - 70
+ - 997
+ - 0
+ *
+ - 71
+ - 1008
+ - 0
+ *
+ - 72
+ - 971
+ - 0
+ *
+ - 73
+ - 982
+ - 0
+ *
+ - 74
+ - 978
+ - 0
+ *
+ - 75
+ - 977
+ - 0
+ *
+ - 76
+ - 802
+ - 0
+ *
+ - 77
+ - 808
+ - 0
+ *
+ - 78
+ - 899
+ - 0
+ *
+ - 79
+ - 1016
+ - 0
+ *
+ - 80
+ - 1027
+ - 0
+ *
+ - 81
+ - 1024
+ - 0
+ *
+ - 82
+ - 999
+ - 0
+ *
+ - 83
+ - 1032
+ - 0
+ *
+ - 84
+ - 1016
+ - 0
+ *
+ - 85
+ - 1038
+ - 0
+ *
+ - 86
+ - 1016
+ - 0
+ *
+ - 87
+ - 1010
+ - 0
+ *
+ - 88
+ - 1027
+ - 0
+ *
+ - 89
+ - 1053
+ - 0
+ *
+ - 90
+ - 1016
+ - 0
+ *
+ - 91
+ - 1022
+ - 0
+ *
+ - 92
+ - 971
+ - 0
+ *
+ - 93
+ - 1004
+ - 0
+ *
+ - 94
+ - 1018
+ - 0
+ *
+ - 95
+ - 1015
+ - 0
+ *
+ - 96
+ - 1037
+ - 0
+ *
+ - 97
+ - 1011
+ - 0
+ *
+ - 98
+ - 1014
+ - 0
+ *
+ - 99
+ - 1006
+ - 0
+ *
+ - 100
+ - 1018
+ - 0
+ *
+ - 101
+ - 1035
+ - 0
+ *
+ - 102
+ - 1020
+ - 0
+ *
+ - 103
+ - 1026
+ - 0
+ *
+ - 104
+ - 1022
+ - 0
+ *
+ - 105
+ - 1023
+ - 0
+ *
+ - 106
+ - 1012
+ - 0
+ *
+ - 107
+ - 1016
+ - 0
+ *
+ - 108
+ - 1027
+ - 0
+ *
+ - 109
+ - 1023
+ - 0
+ *
+ - 110
+ - 1036
+ - 0
+ *
+ - 111
+ - 1016
+ - 0
+ *
+ - 112
+ - 1003
+ - 0
+ *
+ - 113
+ - 1015
+ - 0
+ *
+ - 114
+ - 988
+ - 0
+ *
+ - 115
+ - 994
+ - 0
+ *
+ - 116
+ - 985
+ - 0
+ *
+ - 117
+ - 988
+ - 0
+ *
+ - 118
+ - 984
+ - 0
+ *
+ - 119
+ - 1027
+ - 0
+ *
+ - 120
+ - 953
+ - 0
+
+
+Messages received by the server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages received by the server and their latency.
+
+.. image:: rpc_cast_received_messages.*
+
+
+.. list-table:: RPC CAST received messages
+ :header-rows: 1
+
+ *
+ - time
+ - round-trip, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 0
+ - .
+ *
+ - 2
+ - 929
+ - 1.8
+ *
+ - 3
+ - 974
+ - 2.0
+ *
+ - 4
+ - 998
+ - 1.7
+ *
+ - 5
+ - 1006
+ - 1.7
+ *
+ - 6
+ - 1031
+ - 1.9
+ *
+ - 7
+ - 979
+ - 1.7
+ *
+ - 8
+ - 1021
+ - 1.7
+ *
+ - 9
+ - 993
+ - 1.8
+ *
+ - 10
+ - 1027
+ - 1.8
+ *
+ - 11
+ - 0
+ - .
+ *
+ - 12
+ - 0
+ - .
+ *
+ - 13
+ - 1588
+ - 1770.7
+ *
+ - 14
+ - 1629
+ - 1268.7
+ *
+ - 15
+ - 1627
+ - 700.5
+ *
+ - 16
+ - 1389
+ - 141.5
+ *
+ - 17
+ - 1035
+ - 2.1
+ *
+ - 18
+ - 1028
+ - 1.6
+ *
+ - 19
+ - 1034
+ - 1.7
+ *
+ - 20
+ - 1033
+ - 1.7
+ *
+ - 21
+ - 994
+ - 1.7
+ *
+ - 22
+ - 1034
+ - 1.6
+ *
+ - 23
+ - 1045
+ - 1.8
+ *
+ - 24
+ - 1029
+ - 1.6
+ *
+ - 25
+ - 1007
+ - 1.7
+ *
+ - 26
+ - 1045
+ - 1.6
+ *
+ - 27
+ - 1031
+ - 1.8
+ *
+ - 28
+ - 1030
+ - 1.6
+ *
+ - 29
+ - 1025
+ - 1.6
+ *
+ - 30
+ - 1030
+ - 1.8
+ *
+ - 31
+ - 1023
+ - 1.6
+ *
+ - 32
+ - 1018
+ - 1.7
+ *
+ - 33
+ - 1009
+ - 1.8
+ *
+ - 34
+ - 999
+ - 1.7
+ *
+ - 35
+ - 992
+ - 1.7
+ *
+ - 36
+ - 987
+ - 1.7
+ *
+ - 37
+ - 989
+ - 1.8
+ *
+ - 38
+ - 1000
+ - 1.7
+ *
+ - 39
+ - 1008
+ - 1.7
+ *
+ - 40
+ - 1018
+ - 1.9
+ *
+ - 41
+ - 1025
+ - 1.7
+ *
+ - 42
+ - 999
+ - 1.7
+ *
+ - 43
+ - 1016
+ - 1.9
+ *
+ - 44
+ - 1000
+ - 1.8
+ *
+ - 45
+ - 1010
+ - 1.7
+ *
+ - 46
+ - 1027
+ - 1.7
+ *
+ - 47
+ - 1021
+ - 2.3
+ *
+ - 48
+ - 1016
+ - 1.7
+ *
+ - 49
+ - 1023
+ - 1.7
+ *
+ - 50
+ - 1021
+ - 1.8
+ *
+ - 51
+ - 993
+ - 1.7
+ *
+ - 52
+ - 1028
+ - 1.6
+ *
+ - 53
+ - 1018
+ - 1.8
+ *
+ - 54
+ - 991
+ - 1.7
+ *
+ - 55
+ - 998
+ - 1.8
+ *
+ - 56
+ - 1030
+ - 1.7
+ *
+ - 57
+ - 987
+ - 1.8
+ *
+ - 58
+ - 972
+ - 1.7
+ *
+ - 59
+ - 981
+ - 1.7
+ *
+ - 60
+ - 1008
+ - 1.8
+ *
+ - 61
+ - 1002
+ - 1.7
+ *
+ - 62
+ - 971
+ - 1.7
+ *
+ - 63
+ - 988
+ - 1.8
+ *
+ - 64
+ - 978
+ - 1.7
+ *
+ - 65
+ - 987
+ - 1.7
+ *
+ - 66
+ - 985
+ - 1.7
+ *
+ - 67
+ - 1013
+ - 1.8
+ *
+ - 68
+ - 990
+ - 1.7
+ *
+ - 69
+ - 999
+ - 1.7
+ *
+ - 70
+ - 976
+ - 1.7
+ *
+ - 71
+ - 996
+ - 1.7
+ *
+ - 72
+ - 1008
+ - 1.6
+ *
+ - 73
+ - 971
+ - 1.7
+ *
+ - 74
+ - 983
+ - 1.8
+ *
+ - 75
+ - 977
+ - 1.7
+ *
+ - 76
+ - 977
+ - 1.7
+ *
+ - 77
+ - 804
+ - 2.2
+ *
+ - 78
+ - 807
+ - 1.9
+ *
+ - 79
+ - 898
+ - 1.8
+ *
+ - 80
+ - 1015
+ - 1.6
+ *
+ - 81
+ - 1028
+ - 1.7
+ *
+ - 82
+ - 1023
+ - 1.6
+ *
+ - 83
+ - 999
+ - 1.7
+ *
+ - 84
+ - 1032
+ - 1.7
+ *
+ - 85
+ - 1016
+ - 1.7
+ *
+ - 86
+ - 1038
+ - 1.6
+ *
+ - 87
+ - 1017
+ - 1.8
+ *
+ - 88
+ - 1010
+ - 1.7
+ *
+ - 89
+ - 1027
+ - 1.7
+ *
+ - 90
+ - 1053
+ - 1.6
+ *
+ - 91
+ - 1016
+ - 1.9
+ *
+ - 92
+ - 1022
+ - 1.7
+ *
+ - 93
+ - 971
+ - 1.7
+ *
+ - 94
+ - 1004
+ - 1.8
+ *
+ - 95
+ - 1018
+ - 1.7
+ *
+ - 96
+ - 1016
+ - 1.7
+ *
+ - 97
+ - 1037
+ - 1.8
+ *
+ - 98
+ - 1011
+ - 1.7
+ *
+ - 99
+ - 1015
+ - 1.7
+ *
+ - 100
+ - 1005
+ - 1.7
+ *
+ - 101
+ - 1018
+ - 1.8
+ *
+ - 102
+ - 1035
+ - 1.6
+ *
+ - 103
+ - 1021
+ - 1.7
+ *
+ - 104
+ - 1026
+ - 1.8
+ *
+ - 105
+ - 1021
+ - 1.7
+ *
+ - 106
+ - 1024
+ - 1.7
+ *
+ - 107
+ - 1012
+ - 1.7
+ *
+ - 108
+ - 1016
+ - 1.7
+ *
+ - 109
+ - 1026
+ - 1.6
+ *
+ - 110
+ - 1024
+ - 1.6
+ *
+ - 111
+ - 1036
+ - 1.7
+ *
+ - 112
+ - 1017
+ - 1.7
+ *
+ - 113
+ - 1003
+ - 1.7
+ *
+ - 114
+ - 1015
+ - 1.8
+ *
+ - 115
+ - 989
+ - 1.7
+ *
+ - 116
+ - 994
+ - 1.7
+ *
+ - 117
+ - 986
+ - 1.8
+ *
+ - 118
+ - 988
+ - 1.7
+ *
+ - 119
+ - 984
+ - 1.7
+ *
+ - 120
+ - 1027
+ - 1.6
+ *
+ - 121
+ - 954
+ - 1.8
+ *
+ - 122
+ - 0
+ - .
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-cast-cmss2-km/rpc_cast_message_flow.svg b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-cast-cmss2-km/rpc_cast_message_flow.svg
new file mode 100644
index 0000000..7dc5ccd
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-cast-cmss2-km/rpc_cast_message_flow.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-cast-cmss2-km/rpc_cast_received_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-cast-cmss2-km/rpc_cast_received_messages.svg
new file mode 100644
index 0000000..d37f6f8
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-cast-cmss2-km/rpc_cast_received_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-cast-cmss2-km/rpc_cast_sent_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-cast-cmss2-km/rpc_cast_sent_messages.svg
new file mode 100644
index 0000000..be542ae
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-cast-cmss2-km/rpc_cast_sent_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-notify-cmss2-km/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-notify-cmss2-km/index.rst
new file mode 100644
index 0000000..7d4a473
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-notify-cmss2-km/index.rst
@@ -0,0 +1,1082 @@
+NOTIFY fail-over test report
+----------------------------
+
+This is the report for :ref:`message_queue_ha_rpc_cmss2_km`.
+
+This scenario is executed with help of oslo.messaging simulator. There is
+one client-server pair of simulator running in single-threaded mode. The
+stats are collected from both client and server and detailed report is shown
+with one second precision.
+
+
+Execution Summary
+^^^^^^^^^^^^^^^^^
+
+
+.. list-table::
+ :header-rows: 1
+
+ *
+ - attribute
+ - value
+ *
+ - Client sent, msg
+ - 80385
+ *
+ - Server received, msg
+ - 78050
+ *
+ - Loss, msg
+ - 2335
+ *
+ - Errors, msg
+ - 0
+ *
+ - Duration, sec
+ - 121.1
+ *
+ - Throughput, msg/sec
+ - 664.0
+ *
+ - Transfer, Mb
+ - 248.4
+ *
+ - Bandwidth, Mb/sec
+ - 2.1
+ *
+ - Avg. latency, ms
+ - 2.0
+ *
+ - Max latency, ms
+ - 18.7
+
+
+Message flow
+^^^^^^^^^^^^
+
+This chart shows the message flow between client and server. It includes
+messages sent by the client, received by the server and errors caught by
+the client.
+
+.. image:: notify_message_flow.*
+
+
+
+where:
+ * ``sent`` - messages sent by the client
+ * ``received`` - messages received by the server
+ * ``errors`` - errors exposed and caught by the client
+
+
+Messages sent by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages sent by client and error rate.
+
+.. image:: notify_sent_messages.*
+
+
+.. list-table:: NOTIFY sent messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - errors, msg
+ *
+ - 0
+ - 1
+ - 0
+ *
+ - 1
+ - 751
+ - 0
+ *
+ - 2
+ - 798
+ - 0
+ *
+ - 3
+ - 778
+ - 0
+ *
+ - 4
+ - 776
+ - 0
+ *
+ - 5
+ - 807
+ - 0
+ *
+ - 6
+ - 813
+ - 0
+ *
+ - 7
+ - 807
+ - 0
+ *
+ - 8
+ - 806
+ - 0
+ *
+ - 9
+ - 799
+ - 0
+ *
+ - 10
+ - 823
+ - 0
+ *
+ - 11
+ - 1155
+ - 0
+ *
+ - 12
+ - 1145
+ - 0
+ *
+ - 13
+ - 637
+ - 0
+ *
+ - 14
+ - 642
+ - 0
+ *
+ - 15
+ - 646
+ - 0
+ *
+ - 16
+ - 647
+ - 0
+ *
+ - 17
+ - 643
+ - 0
+ *
+ - 18
+ - 637
+ - 0
+ *
+ - 19
+ - 634
+ - 0
+ *
+ - 20
+ - 637
+ - 0
+ *
+ - 21
+ - 633
+ - 0
+ *
+ - 22
+ - 633
+ - 0
+ *
+ - 23
+ - 638
+ - 0
+ *
+ - 24
+ - 678
+ - 0
+ *
+ - 25
+ - 660
+ - 0
+ *
+ - 26
+ - 658
+ - 0
+ *
+ - 27
+ - 646
+ - 0
+ *
+ - 28
+ - 645
+ - 0
+ *
+ - 29
+ - 627
+ - 0
+ *
+ - 30
+ - 643
+ - 0
+ *
+ - 31
+ - 659
+ - 0
+ *
+ - 32
+ - 659
+ - 0
+ *
+ - 33
+ - 635
+ - 0
+ *
+ - 34
+ - 634
+ - 0
+ *
+ - 35
+ - 640
+ - 0
+ *
+ - 36
+ - 632
+ - 0
+ *
+ - 37
+ - 636
+ - 0
+ *
+ - 38
+ - 644
+ - 0
+ *
+ - 39
+ - 642
+ - 0
+ *
+ - 40
+ - 632
+ - 0
+ *
+ - 41
+ - 654
+ - 0
+ *
+ - 42
+ - 652
+ - 0
+ *
+ - 43
+ - 643
+ - 0
+ *
+ - 44
+ - 647
+ - 0
+ *
+ - 45
+ - 630
+ - 0
+ *
+ - 46
+ - 636
+ - 0
+ *
+ - 47
+ - 652
+ - 0
+ *
+ - 48
+ - 648
+ - 0
+ *
+ - 49
+ - 633
+ - 0
+ *
+ - 50
+ - 639
+ - 0
+ *
+ - 51
+ - 639
+ - 0
+ *
+ - 52
+ - 623
+ - 0
+ *
+ - 53
+ - 652
+ - 0
+ *
+ - 54
+ - 655
+ - 0
+ *
+ - 55
+ - 656
+ - 0
+ *
+ - 56
+ - 660
+ - 0
+ *
+ - 57
+ - 667
+ - 0
+ *
+ - 58
+ - 652
+ - 0
+ *
+ - 59
+ - 642
+ - 0
+ *
+ - 60
+ - 658
+ - 0
+ *
+ - 61
+ - 643
+ - 0
+ *
+ - 62
+ - 645
+ - 0
+ *
+ - 63
+ - 678
+ - 0
+ *
+ - 64
+ - 671
+ - 0
+ *
+ - 65
+ - 702
+ - 0
+ *
+ - 66
+ - 653
+ - 0
+ *
+ - 67
+ - 643
+ - 0
+ *
+ - 68
+ - 652
+ - 0
+ *
+ - 69
+ - 663
+ - 0
+ *
+ - 70
+ - 673
+ - 0
+ *
+ - 71
+ - 657
+ - 0
+ *
+ - 72
+ - 661
+ - 0
+ *
+ - 73
+ - 652
+ - 0
+ *
+ - 74
+ - 661
+ - 0
+ *
+ - 75
+ - 637
+ - 0
+ *
+ - 76
+ - 677
+ - 0
+ *
+ - 77
+ - 669
+ - 0
+ *
+ - 78
+ - 679
+ - 0
+ *
+ - 79
+ - 656
+ - 0
+ *
+ - 80
+ - 657
+ - 0
+ *
+ - 81
+ - 648
+ - 0
+ *
+ - 82
+ - 643
+ - 0
+ *
+ - 83
+ - 651
+ - 0
+ *
+ - 84
+ - 658
+ - 0
+ *
+ - 85
+ - 638
+ - 0
+ *
+ - 86
+ - 633
+ - 0
+ *
+ - 87
+ - 639
+ - 0
+ *
+ - 88
+ - 662
+ - 0
+ *
+ - 89
+ - 645
+ - 0
+ *
+ - 90
+ - 653
+ - 0
+ *
+ - 91
+ - 658
+ - 0
+ *
+ - 92
+ - 646
+ - 0
+ *
+ - 93
+ - 637
+ - 0
+ *
+ - 94
+ - 648
+ - 0
+ *
+ - 95
+ - 638
+ - 0
+ *
+ - 96
+ - 654
+ - 0
+ *
+ - 97
+ - 644
+ - 0
+ *
+ - 98
+ - 657
+ - 0
+ *
+ - 99
+ - 655
+ - 0
+ *
+ - 100
+ - 659
+ - 0
+ *
+ - 101
+ - 642
+ - 0
+ *
+ - 102
+ - 644
+ - 0
+ *
+ - 103
+ - 649
+ - 0
+ *
+ - 104
+ - 631
+ - 0
+ *
+ - 105
+ - 635
+ - 0
+ *
+ - 106
+ - 644
+ - 0
+ *
+ - 107
+ - 643
+ - 0
+ *
+ - 108
+ - 648
+ - 0
+ *
+ - 109
+ - 630
+ - 0
+ *
+ - 110
+ - 645
+ - 0
+ *
+ - 111
+ - 642
+ - 0
+ *
+ - 112
+ - 680
+ - 0
+ *
+ - 113
+ - 675
+ - 0
+ *
+ - 114
+ - 662
+ - 0
+ *
+ - 115
+ - 650
+ - 0
+ *
+ - 116
+ - 670
+ - 0
+ *
+ - 117
+ - 666
+ - 0
+ *
+ - 118
+ - 662
+ - 0
+ *
+ - 119
+ - 665
+ - 0
+ *
+ - 120
+ - 613
+ - 0
+
+
+Messages received by the server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages received by the server and their latency.
+
+.. image:: notify_received_messages.*
+
+
+.. list-table:: NOTIFY received messages
+ :header-rows: 1
+
+ *
+ - time
+ - round-trip, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 0
+ - .
+ *
+ - 2
+ - 746
+ - 1.8
+ *
+ - 3
+ - 797
+ - 1.8
+ *
+ - 4
+ - 779
+ - 1.7
+ *
+ - 5
+ - 776
+ - 1.7
+ *
+ - 6
+ - 806
+ - 1.7
+ *
+ - 7
+ - 812
+ - 1.7
+ *
+ - 8
+ - 807
+ - 1.8
+ *
+ - 9
+ - 807
+ - 1.7
+ *
+ - 10
+ - 800
+ - 1.7
+ *
+ - 11
+ - 764
+ - 1.6
+ *
+ - 12
+ - 0
+ - .
+ *
+ - 13
+ - 24
+ - 2.1
+ *
+ - 14
+ - 637
+ - 2.2
+ *
+ - 15
+ - 642
+ - 2.1
+ *
+ - 16
+ - 646
+ - 2.1
+ *
+ - 17
+ - 648
+ - 2.0
+ *
+ - 18
+ - 642
+ - 2.1
+ *
+ - 19
+ - 638
+ - 2.1
+ *
+ - 20
+ - 633
+ - 2.2
+ *
+ - 21
+ - 637
+ - 2.1
+ *
+ - 22
+ - 633
+ - 2.1
+ *
+ - 23
+ - 633
+ - 2.1
+ *
+ - 24
+ - 637
+ - 2.1
+ *
+ - 25
+ - 678
+ - 2.1
+ *
+ - 26
+ - 659
+ - 2.0
+ *
+ - 27
+ - 658
+ - 2.0
+ *
+ - 28
+ - 646
+ - 2.1
+ *
+ - 29
+ - 645
+ - 2.0
+ *
+ - 30
+ - 627
+ - 2.1
+ *
+ - 31
+ - 643
+ - 2.2
+ *
+ - 32
+ - 658
+ - 2.0
+ *
+ - 33
+ - 659
+ - 2.0
+ *
+ - 34
+ - 635
+ - 2.1
+ *
+ - 35
+ - 633
+ - 2.1
+ *
+ - 36
+ - 641
+ - 2.2
+ *
+ - 37
+ - 632
+ - 2.1
+ *
+ - 38
+ - 635
+ - 2.1
+ *
+ - 39
+ - 644
+ - 2.1
+ *
+ - 40
+ - 642
+ - 2.1
+ *
+ - 41
+ - 632
+ - 2.1
+ *
+ - 42
+ - 653
+ - 2.1
+ *
+ - 43
+ - 652
+ - 2.1
+ *
+ - 44
+ - 643
+ - 2.1
+ *
+ - 45
+ - 648
+ - 2.1
+ *
+ - 46
+ - 629
+ - 2.1
+ *
+ - 47
+ - 636
+ - 2.2
+ *
+ - 48
+ - 652
+ - 2.1
+ *
+ - 49
+ - 648
+ - 2.1
+ *
+ - 50
+ - 633
+ - 2.1
+ *
+ - 51
+ - 639
+ - 2.1
+ *
+ - 52
+ - 640
+ - 2.1
+ *
+ - 53
+ - 623
+ - 2.2
+ *
+ - 54
+ - 651
+ - 2.1
+ *
+ - 55
+ - 655
+ - 2.1
+ *
+ - 56
+ - 656
+ - 2.1
+ *
+ - 57
+ - 659
+ - 2.1
+ *
+ - 58
+ - 668
+ - 2.1
+ *
+ - 59
+ - 652
+ - 2.1
+ *
+ - 60
+ - 642
+ - 2.1
+ *
+ - 61
+ - 658
+ - 2.0
+ *
+ - 62
+ - 643
+ - 2.1
+ *
+ - 63
+ - 646
+ - 2.1
+ *
+ - 64
+ - 677
+ - 2.1
+ *
+ - 65
+ - 672
+ - 2.0
+ *
+ - 66
+ - 701
+ - 2.0
+ *
+ - 67
+ - 653
+ - 2.1
+ *
+ - 68
+ - 644
+ - 2.1
+ *
+ - 69
+ - 651
+ - 2.1
+ *
+ - 70
+ - 663
+ - 2.1
+ *
+ - 71
+ - 672
+ - 2.0
+ *
+ - 72
+ - 657
+ - 2.1
+ *
+ - 73
+ - 662
+ - 2.1
+ *
+ - 74
+ - 652
+ - 2.2
+ *
+ - 75
+ - 660
+ - 2.1
+ *
+ - 76
+ - 638
+ - 2.1
+ *
+ - 77
+ - 677
+ - 2.0
+ *
+ - 78
+ - 668
+ - 2.0
+ *
+ - 79
+ - 679
+ - 2.0
+ *
+ - 80
+ - 661
+ - 2.1
+ *
+ - 81
+ - 660
+ - 2.0
+ *
+ - 82
+ - 643
+ - 2.1
+ *
+ - 83
+ - 642
+ - 2.1
+ *
+ - 84
+ - 651
+ - 2.1
+ *
+ - 85
+ - 658
+ - 2.1
+ *
+ - 86
+ - 638
+ - 2.1
+ *
+ - 87
+ - 634
+ - 2.1
+ *
+ - 88
+ - 639
+ - 2.1
+ *
+ - 89
+ - 661
+ - 2.0
+ *
+ - 90
+ - 646
+ - 2.1
+ *
+ - 91
+ - 653
+ - 2.0
+ *
+ - 92
+ - 657
+ - 2.0
+ *
+ - 93
+ - 646
+ - 2.1
+ *
+ - 94
+ - 637
+ - 2.1
+ *
+ - 95
+ - 648
+ - 2.1
+ *
+ - 96
+ - 638
+ - 2.2
+ *
+ - 97
+ - 653
+ - 2.1
+ *
+ - 98
+ - 645
+ - 2.1
+ *
+ - 99
+ - 656
+ - 2.0
+ *
+ - 100
+ - 655
+ - 2.1
+ *
+ - 101
+ - 659
+ - 2.1
+ *
+ - 102
+ - 642
+ - 2.1
+ *
+ - 103
+ - 644
+ - 2.1
+ *
+ - 104
+ - 647
+ - 2.1
+ *
+ - 105
+ - 633
+ - 2.1
+ *
+ - 106
+ - 635
+ - 2.1
+ *
+ - 107
+ - 643
+ - 2.2
+ *
+ - 108
+ - 643
+ - 2.1
+ *
+ - 109
+ - 648
+ - 2.1
+ *
+ - 110
+ - 631
+ - 2.1
+ *
+ - 111
+ - 645
+ - 2.1
+ *
+ - 112
+ - 640
+ - 2.2
+ *
+ - 113
+ - 681
+ - 2.0
+ *
+ - 114
+ - 675
+ - 2.0
+ *
+ - 115
+ - 663
+ - 2.0
+ *
+ - 116
+ - 649
+ - 2.1
+ *
+ - 117
+ - 670
+ - 2.1
+ *
+ - 118
+ - 667
+ - 2.0
+ *
+ - 119
+ - 663
+ - 2.1
+ *
+ - 120
+ - 664
+ - 2.0
+ *
+ - 121
+ - 624
+ - 2.1
+ *
+ - 122
+ - 0
+ - .
+ *
+ - 123
+ - 0
+ - .
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-notify-cmss2-km/notify_message_flow.svg b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-notify-cmss2-km/notify_message_flow.svg
new file mode 100644
index 0000000..89f3f57
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-notify-cmss2-km/notify_message_flow.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-notify-cmss2-km/notify_received_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-notify-cmss2-km/notify_received_messages.svg
new file mode 100644
index 0000000..997e777
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-notify-cmss2-km/notify_received_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-notify-cmss2-km/notify_sent_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-notify-cmss2-km/notify_sent_messages.svg
new file mode 100644
index 0000000..46f4943
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cmss2-km/omsimulator-ha-notify-cmss2-km/notify_sent_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/index.rst
new file mode 100644
index 0000000..3c89c8e
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/index.rst
@@ -0,0 +1,14 @@
+.. raw:: pdf
+
+ PageBreak oneColumn
+
+=====================================================
+Client and Server connected to Slave 1, Slave 1 fails
+=====================================================
+
+.. toctree::
+ :maxdepth: 2
+
+ omsimulator-ha-call-cs1ss1-ks1/index
+ omsimulator-ha-cast-cs1ss1-ks1/index
+ omsimulator-ha-notify-cs1ss1-ks1/index
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/index.rst
new file mode 100644
index 0000000..9b4c45b
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/index.rst
@@ -0,0 +1,1594 @@
+RPC CALL fail-over test report
+------------------------------
+
+This is the report for :ref:`message_queue_ha_rpc_cs1ss1_ks1`.
+
+This scenario is executed with help of oslo.messaging simulator. There is
+one client-server pair of simulator running in single-threaded mode. The
+stats are collected from both client and server and detailed report is shown
+with one second precision.
+
+
+Execution Summary
+^^^^^^^^^^^^^^^^^
+
+
+.. list-table::
+ :header-rows: 1
+
+ *
+ - attribute
+ - value
+ *
+ - Client sent, msg
+ - 29703
+ *
+ - Server received, msg
+ - 29703
+ *
+ - Client received replies, msg
+ - 29702
+ *
+ - Loss, msg
+ - 1
+ *
+ - Errors, msg
+ - 1
+ *
+ - Duration, sec
+ - 121.1
+ *
+ - Throughput, msg/sec
+ - 245.3
+ *
+ - Transfer, Mb
+ - 92.1
+ *
+ - Bandwidth, Mb/sec
+ - 0.8
+ *
+ - Avg. request latency, ms
+ - 2.5
+ *
+ - Max request latency, ms
+ - 31.8
+ *
+ - Avg. round-trip latency, ms
+ - 3.8
+ *
+ - Max round-trip latency, ms
+ - 41.6
+
+
+
+Message flow
+^^^^^^^^^^^^
+
+This chart shows the message flow between client and server. It includes
+messages sent by the client, received by the server, replies received by
+the client and errors caught by the client.
+
+.. image:: rpc_call_message_flow.*
+
+
+
+where:
+ * ``sent`` - messages sent by the client
+ * ``received`` - messages received by the server
+ * ``round-trip`` - replies to messages received by the client
+ * ``errors`` - errors exposed and caught by the client
+
+
+Messages sent by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages sent by client and error rate.
+
+.. image:: rpc_call_sent_messages.*
+
+
+.. list-table:: RPC CALL sent messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - errors, msg
+ *
+ - 0
+ - 1
+ - 0
+ *
+ - 1
+ - 221
+ - 0
+ *
+ - 2
+ - 235
+ - 0
+ *
+ - 3
+ - 242
+ - 0
+ *
+ - 4
+ - 233
+ - 0
+ *
+ - 5
+ - 242
+ - 0
+ *
+ - 6
+ - 235
+ - 0
+ *
+ - 7
+ - 242
+ - 0
+ *
+ - 8
+ - 235
+ - 0
+ *
+ - 9
+ - 244
+ - 0
+ *
+ - 10
+ - 246
+ - 0
+ *
+ - 11
+ - 256
+ - 0
+ *
+ - 12
+ - 256
+ - 0
+ *
+ - 13
+ - 259
+ - 0
+ *
+ - 14
+ - .
+ - 0
+ *
+ - 15
+ - .
+ - 0
+ *
+ - 16
+ - .
+ - 0
+ *
+ - 17
+ - .
+ - 0
+ *
+ - 18
+ - 4
+ - 1
+ *
+ - 19
+ - 258
+ - 0
+ *
+ - 20
+ - 255
+ - 0
+ *
+ - 21
+ - 265
+ - 0
+ *
+ - 22
+ - 261
+ - 0
+ *
+ - 23
+ - 262
+ - 0
+ *
+ - 24
+ - 263
+ - 0
+ *
+ - 25
+ - 256
+ - 0
+ *
+ - 26
+ - 253
+ - 0
+ *
+ - 27
+ - 259
+ - 0
+ *
+ - 28
+ - 259
+ - 0
+ *
+ - 29
+ - 258
+ - 0
+ *
+ - 30
+ - 256
+ - 0
+ *
+ - 31
+ - 260
+ - 0
+ *
+ - 32
+ - 258
+ - 0
+ *
+ - 33
+ - 258
+ - 0
+ *
+ - 34
+ - 264
+ - 0
+ *
+ - 35
+ - 268
+ - 0
+ *
+ - 36
+ - 263
+ - 0
+ *
+ - 37
+ - 263
+ - 0
+ *
+ - 38
+ - 267
+ - 0
+ *
+ - 39
+ - 268
+ - 0
+ *
+ - 40
+ - 270
+ - 0
+ *
+ - 41
+ - 264
+ - 0
+ *
+ - 42
+ - 269
+ - 0
+ *
+ - 43
+ - 260
+ - 0
+ *
+ - 44
+ - 255
+ - 0
+ *
+ - 45
+ - 258
+ - 0
+ *
+ - 46
+ - 252
+ - 0
+ *
+ - 47
+ - 257
+ - 0
+ *
+ - 48
+ - 252
+ - 0
+ *
+ - 49
+ - 246
+ - 0
+ *
+ - 50
+ - 254
+ - 0
+ *
+ - 51
+ - 252
+ - 0
+ *
+ - 52
+ - 259
+ - 0
+ *
+ - 53
+ - 262
+ - 0
+ *
+ - 54
+ - 261
+ - 0
+ *
+ - 55
+ - 265
+ - 0
+ *
+ - 56
+ - 267
+ - 0
+ *
+ - 57
+ - 268
+ - 0
+ *
+ - 58
+ - 266
+ - 0
+ *
+ - 59
+ - 261
+ - 0
+ *
+ - 60
+ - 269
+ - 0
+ *
+ - 61
+ - 267
+ - 0
+ *
+ - 62
+ - 272
+ - 0
+ *
+ - 63
+ - 266
+ - 0
+ *
+ - 64
+ - 266
+ - 0
+ *
+ - 65
+ - 266
+ - 0
+ *
+ - 66
+ - 264
+ - 0
+ *
+ - 67
+ - 266
+ - 0
+ *
+ - 68
+ - 272
+ - 0
+ *
+ - 69
+ - 264
+ - 0
+ *
+ - 70
+ - 267
+ - 0
+ *
+ - 71
+ - 265
+ - 0
+ *
+ - 72
+ - 260
+ - 0
+ *
+ - 73
+ - 257
+ - 0
+ *
+ - 74
+ - 255
+ - 0
+ *
+ - 75
+ - 249
+ - 0
+ *
+ - 76
+ - 249
+ - 0
+ *
+ - 77
+ - 250
+ - 0
+ *
+ - 78
+ - 250
+ - 0
+ *
+ - 79
+ - 255
+ - 0
+ *
+ - 80
+ - 250
+ - 0
+ *
+ - 81
+ - 257
+ - 0
+ *
+ - 82
+ - 248
+ - 0
+ *
+ - 83
+ - 256
+ - 0
+ *
+ - 84
+ - 257
+ - 0
+ *
+ - 85
+ - 267
+ - 0
+ *
+ - 86
+ - 262
+ - 0
+ *
+ - 87
+ - 265
+ - 0
+ *
+ - 88
+ - 254
+ - 0
+ *
+ - 89
+ - 259
+ - 0
+ *
+ - 90
+ - 255
+ - 0
+ *
+ - 91
+ - 261
+ - 0
+ *
+ - 92
+ - 252
+ - 0
+ *
+ - 93
+ - 247
+ - 0
+ *
+ - 94
+ - 250
+ - 0
+ *
+ - 95
+ - 256
+ - 0
+ *
+ - 96
+ - 244
+ - 0
+ *
+ - 97
+ - 256
+ - 0
+ *
+ - 98
+ - 248
+ - 0
+ *
+ - 99
+ - 253
+ - 0
+ *
+ - 100
+ - 258
+ - 0
+ *
+ - 101
+ - 272
+ - 0
+ *
+ - 102
+ - 267
+ - 0
+ *
+ - 103
+ - 267
+ - 0
+ *
+ - 104
+ - 269
+ - 0
+ *
+ - 105
+ - 267
+ - 0
+ *
+ - 106
+ - 271
+ - 0
+ *
+ - 107
+ - 266
+ - 0
+ *
+ - 108
+ - 263
+ - 0
+ *
+ - 109
+ - 263
+ - 0
+ *
+ - 110
+ - 259
+ - 0
+ *
+ - 111
+ - 261
+ - 0
+ *
+ - 112
+ - 263
+ - 0
+ *
+ - 113
+ - 262
+ - 0
+ *
+ - 114
+ - 268
+ - 0
+ *
+ - 115
+ - 267
+ - 0
+ *
+ - 116
+ - 268
+ - 0
+ *
+ - 117
+ - 265
+ - 0
+ *
+ - 118
+ - 265
+ - 0
+ *
+ - 119
+ - 264
+ - 0
+ *
+ - 120
+ - 249
+ - 0
+
+
+Messages received by the server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages received by the server and their latency.
+
+.. image:: rpc_call_received_messages.*
+
+
+.. list-table:: RPC CALL received messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 0
+ - .
+ *
+ - 2
+ - 220
+ - 3.1
+ *
+ - 3
+ - 235
+ - 2.8
+ *
+ - 4
+ - 242
+ - 2.7
+ *
+ - 5
+ - 232
+ - 2.8
+ *
+ - 6
+ - 242
+ - 2.7
+ *
+ - 7
+ - 235
+ - 2.8
+ *
+ - 8
+ - 242
+ - 2.7
+ *
+ - 9
+ - 235
+ - 2.8
+ *
+ - 10
+ - 244
+ - 2.7
+ *
+ - 11
+ - 246
+ - 2.7
+ *
+ - 12
+ - 256
+ - 2.6
+ *
+ - 13
+ - 256
+ - 2.5
+ *
+ - 14
+ - 261
+ - 2.5
+ *
+ - 15
+ - 1
+ - 3.2
+ *
+ - 16
+ - 0
+ - .
+ *
+ - 17
+ - 0
+ - .
+ *
+ - 18
+ - 0
+ - .
+ *
+ - 19
+ - 0
+ - .
+ *
+ - 20
+ - 257
+ - 2.5
+ *
+ - 21
+ - 255
+ - 2.5
+ *
+ - 22
+ - 264
+ - 2.4
+ *
+ - 23
+ - 261
+ - 2.5
+ *
+ - 24
+ - 262
+ - 2.5
+ *
+ - 25
+ - 264
+ - 2.4
+ *
+ - 26
+ - 256
+ - 2.5
+ *
+ - 27
+ - 254
+ - 2.5
+ *
+ - 28
+ - 258
+ - 2.5
+ *
+ - 29
+ - 259
+ - 2.5
+ *
+ - 30
+ - 258
+ - 2.5
+ *
+ - 31
+ - 256
+ - 2.5
+ *
+ - 32
+ - 260
+ - 2.5
+ *
+ - 33
+ - 258
+ - 2.5
+ *
+ - 34
+ - 257
+ - 2.5
+ *
+ - 35
+ - 264
+ - 2.4
+ *
+ - 36
+ - 268
+ - 2.4
+ *
+ - 37
+ - 264
+ - 2.4
+ *
+ - 38
+ - 262
+ - 2.4
+ *
+ - 39
+ - 267
+ - 2.4
+ *
+ - 40
+ - 268
+ - 2.4
+ *
+ - 41
+ - 270
+ - 2.3
+ *
+ - 42
+ - 264
+ - 2.4
+ *
+ - 43
+ - 269
+ - 2.4
+ *
+ - 44
+ - 261
+ - 2.5
+ *
+ - 45
+ - 254
+ - 2.5
+ *
+ - 46
+ - 257
+ - 2.5
+ *
+ - 47
+ - 252
+ - 2.6
+ *
+ - 48
+ - 257
+ - 2.5
+ *
+ - 49
+ - 253
+ - 2.6
+ *
+ - 50
+ - 246
+ - 2.7
+ *
+ - 51
+ - 253
+ - 2.6
+ *
+ - 52
+ - 252
+ - 2.6
+ *
+ - 53
+ - 259
+ - 2.5
+ *
+ - 54
+ - 262
+ - 2.5
+ *
+ - 55
+ - 261
+ - 2.5
+ *
+ - 56
+ - 265
+ - 2.4
+ *
+ - 57
+ - 267
+ - 2.3
+ *
+ - 58
+ - 268
+ - 2.4
+ *
+ - 59
+ - 266
+ - 2.4
+ *
+ - 60
+ - 260
+ - 2.5
+ *
+ - 61
+ - 269
+ - 2.4
+ *
+ - 62
+ - 267
+ - 2.4
+ *
+ - 63
+ - 272
+ - 2.4
+ *
+ - 64
+ - 267
+ - 2.4
+ *
+ - 65
+ - 266
+ - 2.4
+ *
+ - 66
+ - 265
+ - 2.4
+ *
+ - 67
+ - 264
+ - 2.4
+ *
+ - 68
+ - 266
+ - 2.4
+ *
+ - 69
+ - 272
+ - 2.4
+ *
+ - 70
+ - 264
+ - 2.4
+ *
+ - 71
+ - 267
+ - 2.4
+ *
+ - 72
+ - 265
+ - 2.4
+ *
+ - 73
+ - 260
+ - 2.4
+ *
+ - 74
+ - 257
+ - 2.5
+ *
+ - 75
+ - 255
+ - 2.6
+ *
+ - 76
+ - 249
+ - 2.6
+ *
+ - 77
+ - 249
+ - 2.6
+ *
+ - 78
+ - 250
+ - 2.6
+ *
+ - 79
+ - 250
+ - 2.6
+ *
+ - 80
+ - 255
+ - 2.5
+ *
+ - 81
+ - 250
+ - 2.6
+ *
+ - 82
+ - 257
+ - 2.5
+ *
+ - 83
+ - 248
+ - 2.6
+ *
+ - 84
+ - 256
+ - 2.5
+ *
+ - 85
+ - 258
+ - 2.5
+ *
+ - 86
+ - 265
+ - 2.4
+ *
+ - 87
+ - 262
+ - 2.4
+ *
+ - 88
+ - 267
+ - 2.4
+ *
+ - 89
+ - 252
+ - 2.5
+ *
+ - 90
+ - 259
+ - 2.5
+ *
+ - 91
+ - 255
+ - 2.5
+ *
+ - 92
+ - 262
+ - 2.4
+ *
+ - 93
+ - 252
+ - 2.6
+ *
+ - 94
+ - 247
+ - 2.6
+ *
+ - 95
+ - 250
+ - 2.6
+ *
+ - 96
+ - 256
+ - 2.5
+ *
+ - 97
+ - 243
+ - 2.6
+ *
+ - 98
+ - 257
+ - 2.5
+ *
+ - 99
+ - 247
+ - 2.6
+ *
+ - 100
+ - 253
+ - 2.5
+ *
+ - 101
+ - 257
+ - 2.5
+ *
+ - 102
+ - 272
+ - 2.3
+ *
+ - 103
+ - 268
+ - 2.4
+ *
+ - 104
+ - 267
+ - 2.3
+ *
+ - 105
+ - 269
+ - 2.3
+ *
+ - 106
+ - 267
+ - 2.4
+ *
+ - 107
+ - 271
+ - 2.4
+ *
+ - 108
+ - 266
+ - 2.4
+ *
+ - 109
+ - 263
+ - 2.5
+ *
+ - 110
+ - 263
+ - 2.4
+ *
+ - 111
+ - 259
+ - 2.5
+ *
+ - 112
+ - 261
+ - 2.5
+ *
+ - 113
+ - 262
+ - 2.5
+ *
+ - 114
+ - 263
+ - 2.5
+ *
+ - 115
+ - 268
+ - 2.4
+ *
+ - 116
+ - 267
+ - 2.4
+ *
+ - 117
+ - 268
+ - 2.4
+ *
+ - 118
+ - 265
+ - 2.4
+ *
+ - 119
+ - 265
+ - 2.4
+ *
+ - 120
+ - 264
+ - 2.4
+ *
+ - 121
+ - 258
+ - 2.4
+ *
+ - 122
+ - 0
+ - .
+ *
+ - 123
+ - 0
+ - .
+
+
+Replies received by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows replies received by the client and total round-trip latency.
+
+.. image:: rpc_call_round_trip_messages.*
+
+
+.. list-table:: RPC CALL round-trip messages
+ :header-rows: 1
+
+ *
+ - time
+ - round-trip, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 221
+ - 4.5
+ *
+ - 2
+ - 235
+ - 4.2
+ *
+ - 3
+ - 242
+ - 4.1
+ *
+ - 4
+ - 232
+ - 4.3
+ *
+ - 5
+ - 243
+ - 4.1
+ *
+ - 6
+ - 235
+ - 4.2
+ *
+ - 7
+ - 241
+ - 4.1
+ *
+ - 8
+ - 236
+ - 4.2
+ *
+ - 9
+ - 243
+ - 4.1
+ *
+ - 10
+ - 247
+ - 4.0
+ *
+ - 11
+ - 255
+ - 3.9
+ *
+ - 12
+ - 257
+ - 3.8
+ *
+ - 13
+ - 259
+ - 3.8
+ *
+ - 14
+ - 0
+ - .
+ *
+ - 15
+ - 0
+ - .
+ *
+ - 16
+ - 0
+ - .
+ *
+ - 17
+ - 0
+ - .
+ *
+ - 18
+ - 1
+ - 7.3
+ *
+ - 19
+ - 257
+ - 3.8
+ *
+ - 20
+ - 255
+ - 3.9
+ *
+ - 21
+ - 265
+ - 3.7
+ *
+ - 22
+ - 261
+ - 3.8
+ *
+ - 23
+ - 262
+ - 3.8
+ *
+ - 24
+ - 263
+ - 3.8
+ *
+ - 25
+ - 256
+ - 3.9
+ *
+ - 26
+ - 254
+ - 3.9
+ *
+ - 27
+ - 258
+ - 3.8
+ *
+ - 28
+ - 259
+ - 3.8
+ *
+ - 29
+ - 258
+ - 3.8
+ *
+ - 30
+ - 256
+ - 3.9
+ *
+ - 31
+ - 260
+ - 3.8
+ *
+ - 32
+ - 258
+ - 3.8
+ *
+ - 33
+ - 258
+ - 3.8
+ *
+ - 34
+ - 264
+ - 3.7
+ *
+ - 35
+ - 268
+ - 3.7
+ *
+ - 36
+ - 263
+ - 3.7
+ *
+ - 37
+ - 263
+ - 3.8
+ *
+ - 38
+ - 267
+ - 3.7
+ *
+ - 39
+ - 268
+ - 3.7
+ *
+ - 40
+ - 270
+ - 3.7
+ *
+ - 41
+ - 264
+ - 3.7
+ *
+ - 42
+ - 269
+ - 3.7
+ *
+ - 43
+ - 260
+ - 3.8
+ *
+ - 44
+ - 254
+ - 3.9
+ *
+ - 45
+ - 258
+ - 3.8
+ *
+ - 46
+ - 252
+ - 3.9
+ *
+ - 47
+ - 257
+ - 3.8
+ *
+ - 48
+ - 253
+ - 3.9
+ *
+ - 49
+ - 246
+ - 4.0
+ *
+ - 50
+ - 253
+ - 3.9
+ *
+ - 51
+ - 252
+ - 3.9
+ *
+ - 52
+ - 259
+ - 3.8
+ *
+ - 53
+ - 262
+ - 3.8
+ *
+ - 54
+ - 262
+ - 3.8
+ *
+ - 55
+ - 264
+ - 3.7
+ *
+ - 56
+ - 268
+ - 3.7
+ *
+ - 57
+ - 268
+ - 3.7
+ *
+ - 58
+ - 266
+ - 3.7
+ *
+ - 59
+ - 260
+ - 3.8
+ *
+ - 60
+ - 269
+ - 3.7
+ *
+ - 61
+ - 267
+ - 3.7
+ *
+ - 62
+ - 272
+ - 3.6
+ *
+ - 63
+ - 266
+ - 3.7
+ *
+ - 64
+ - 266
+ - 3.7
+ *
+ - 65
+ - 266
+ - 3.7
+ *
+ - 66
+ - 264
+ - 3.7
+ *
+ - 67
+ - 266
+ - 3.7
+ *
+ - 68
+ - 272
+ - 3.6
+ *
+ - 69
+ - 264
+ - 3.7
+ *
+ - 70
+ - 267
+ - 3.7
+ *
+ - 71
+ - 265
+ - 3.7
+ *
+ - 72
+ - 260
+ - 3.8
+ *
+ - 73
+ - 257
+ - 3.8
+ *
+ - 74
+ - 255
+ - 3.9
+ *
+ - 75
+ - 249
+ - 4.0
+ *
+ - 76
+ - 249
+ - 4.0
+ *
+ - 77
+ - 250
+ - 4.0
+ *
+ - 78
+ - 250
+ - 3.9
+ *
+ - 79
+ - 255
+ - 3.9
+ *
+ - 80
+ - 250
+ - 4.0
+ *
+ - 81
+ - 257
+ - 3.8
+ *
+ - 82
+ - 248
+ - 4.0
+ *
+ - 83
+ - 257
+ - 3.8
+ *
+ - 84
+ - 257
+ - 3.8
+ *
+ - 85
+ - 266
+ - 3.7
+ *
+ - 86
+ - 262
+ - 3.8
+ *
+ - 87
+ - 267
+ - 3.7
+ *
+ - 88
+ - 252
+ - 3.9
+ *
+ - 89
+ - 259
+ - 3.8
+ *
+ - 90
+ - 255
+ - 3.9
+ *
+ - 91
+ - 262
+ - 3.8
+ *
+ - 92
+ - 251
+ - 3.9
+ *
+ - 93
+ - 247
+ - 4.0
+ *
+ - 94
+ - 250
+ - 3.9
+ *
+ - 95
+ - 256
+ - 3.9
+ *
+ - 96
+ - 244
+ - 4.0
+ *
+ - 97
+ - 256
+ - 3.8
+ *
+ - 98
+ - 248
+ - 4.0
+ *
+ - 99
+ - 253
+ - 3.9
+ *
+ - 100
+ - 257
+ - 3.8
+ *
+ - 101
+ - 272
+ - 3.6
+ *
+ - 102
+ - 268
+ - 3.7
+ *
+ - 103
+ - 266
+ - 3.7
+ *
+ - 104
+ - 270
+ - 3.7
+ *
+ - 105
+ - 267
+ - 3.7
+ *
+ - 106
+ - 271
+ - 3.6
+ *
+ - 107
+ - 266
+ - 3.7
+ *
+ - 108
+ - 263
+ - 3.7
+ *
+ - 109
+ - 263
+ - 3.8
+ *
+ - 110
+ - 259
+ - 3.8
+ *
+ - 111
+ - 261
+ - 3.8
+ *
+ - 112
+ - 263
+ - 3.8
+ *
+ - 113
+ - 262
+ - 3.8
+ *
+ - 114
+ - 268
+ - 3.7
+ *
+ - 115
+ - 267
+ - 3.7
+ *
+ - 116
+ - 268
+ - 3.7
+ *
+ - 117
+ - 265
+ - 3.7
+ *
+ - 118
+ - 265
+ - 3.7
+ *
+ - 119
+ - 264
+ - 3.7
+ *
+ - 120
+ - 254
+ - 3.7
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/rpc_call_message_flow.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/rpc_call_message_flow.svg
new file mode 100644
index 0000000..8e12853
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/rpc_call_message_flow.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/rpc_call_received_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/rpc_call_received_messages.svg
new file mode 100644
index 0000000..01f7fec
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/rpc_call_received_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/rpc_call_round_trip_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/rpc_call_round_trip_messages.svg
new file mode 100644
index 0000000..4c17889
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/rpc_call_round_trip_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/rpc_call_sent_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/rpc_call_sent_messages.svg
new file mode 100644
index 0000000..a23b93a
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-call-cs1ss1-ks1/rpc_call_sent_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-cast-cs1ss1-ks1/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-cast-cs1ss1-ks1/index.rst
new file mode 100644
index 0000000..b087928
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-cast-cs1ss1-ks1/index.rst
@@ -0,0 +1,1078 @@
+RPC CAST fail-over test report
+------------------------------
+
+This is the report for :ref:`message_queue_ha_rpc_cs1ss1_ks1`.
+
+This scenario is executed with help of oslo.messaging simulator. There is
+one client-server pair of simulator running in single-threaded mode. The
+stats are collected from both client and server and detailed report is shown
+with one second precision.
+
+
+Execution Summary
+^^^^^^^^^^^^^^^^^
+
+
+.. list-table::
+ :header-rows: 1
+
+ *
+ - attribute
+ - value
+ *
+ - Client sent, msg
+ - 119985
+ *
+ - Server received, msg
+ - 117349
+ *
+ - Loss, msg
+ - 2636
+ *
+ - Errors, msg
+ - 0
+ *
+ - Duration, sec
+ - 121.1
+ *
+ - Throughput, msg/sec
+ - 991.2
+ *
+ - Transfer, Mb
+ - 373.6
+ *
+ - Bandwidth, Mb/sec
+ - 3.1
+ *
+ - Avg. latency, ms
+ - 1.6
+ *
+ - Max latency, ms
+ - 26.9
+
+
+Message flow
+^^^^^^^^^^^^
+
+This chart shows the message flow between client and server. It includes
+messages sent by the client, received by the server and errors caught by
+the client.
+
+.. image:: rpc_cast_message_flow.*
+
+
+
+where:
+ * ``sent`` - messages sent by the client
+ * ``received`` - messages received by the server
+ * ``errors`` - errors exposed and caught by the client
+
+
+Messages sent by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages sent by client and error rate.
+
+.. image:: rpc_cast_sent_messages.*
+
+
+.. list-table:: RPC CAST sent messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - errors, msg
+ *
+ - 0
+ - 1
+ - 0
+ *
+ - 1
+ - 1077
+ - 0
+ *
+ - 2
+ - 1114
+ - 0
+ *
+ - 3
+ - 1043
+ - 0
+ *
+ - 4
+ - 1072
+ - 0
+ *
+ - 5
+ - 1061
+ - 0
+ *
+ - 6
+ - 1047
+ - 0
+ *
+ - 7
+ - 1038
+ - 0
+ *
+ - 8
+ - 1055
+ - 0
+ *
+ - 9
+ - 1058
+ - 0
+ *
+ - 10
+ - 1082
+ - 0
+ *
+ - 11
+ - 93
+ - 0
+ *
+ - 12
+ - .
+ - 0
+ *
+ - 13
+ - 415
+ - 0
+ *
+ - 14
+ - 646
+ - 0
+ *
+ - 15
+ - 575
+ - 0
+ *
+ - 16
+ - 502
+ - 0
+ *
+ - 17
+ - 642
+ - 0
+ *
+ - 18
+ - 1008
+ - 0
+ *
+ - 19
+ - 843
+ - 0
+ *
+ - 20
+ - 1068
+ - 0
+ *
+ - 21
+ - 852
+ - 0
+ *
+ - 22
+ - 1039
+ - 0
+ *
+ - 23
+ - 1059
+ - 0
+ *
+ - 24
+ - 1037
+ - 0
+ *
+ - 25
+ - 968
+ - 0
+ *
+ - 26
+ - 843
+ - 0
+ *
+ - 27
+ - 1034
+ - 0
+ *
+ - 28
+ - 1090
+ - 0
+ *
+ - 29
+ - 1091
+ - 0
+ *
+ - 30
+ - 1083
+ - 0
+ *
+ - 31
+ - 1094
+ - 0
+ *
+ - 32
+ - 1067
+ - 0
+ *
+ - 33
+ - 1080
+ - 0
+ *
+ - 34
+ - 1068
+ - 0
+ *
+ - 35
+ - 1052
+ - 0
+ *
+ - 36
+ - 1076
+ - 0
+ *
+ - 37
+ - 1076
+ - 0
+ *
+ - 38
+ - 1057
+ - 0
+ *
+ - 39
+ - 1050
+ - 0
+ *
+ - 40
+ - 1080
+ - 0
+ *
+ - 41
+ - 1077
+ - 0
+ *
+ - 42
+ - 1054
+ - 0
+ *
+ - 43
+ - 1058
+ - 0
+ *
+ - 44
+ - 1052
+ - 0
+ *
+ - 45
+ - 1057
+ - 0
+ *
+ - 46
+ - 1060
+ - 0
+ *
+ - 47
+ - 1033
+ - 0
+ *
+ - 48
+ - 1042
+ - 0
+ *
+ - 49
+ - 1037
+ - 0
+ *
+ - 50
+ - 1043
+ - 0
+ *
+ - 51
+ - 1054
+ - 0
+ *
+ - 52
+ - 1074
+ - 0
+ *
+ - 53
+ - 1049
+ - 0
+ *
+ - 54
+ - 1066
+ - 0
+ *
+ - 55
+ - 1073
+ - 0
+ *
+ - 56
+ - 1067
+ - 0
+ *
+ - 57
+ - 1037
+ - 0
+ *
+ - 58
+ - 1063
+ - 0
+ *
+ - 59
+ - 1054
+ - 0
+ *
+ - 60
+ - 1047
+ - 0
+ *
+ - 61
+ - 1059
+ - 0
+ *
+ - 62
+ - 1099
+ - 0
+ *
+ - 63
+ - 1065
+ - 0
+ *
+ - 64
+ - 1051
+ - 0
+ *
+ - 65
+ - 1029
+ - 0
+ *
+ - 66
+ - 1017
+ - 0
+ *
+ - 67
+ - 1001
+ - 0
+ *
+ - 68
+ - 1046
+ - 0
+ *
+ - 69
+ - 1050
+ - 0
+ *
+ - 70
+ - 1017
+ - 0
+ *
+ - 71
+ - 1000
+ - 0
+ *
+ - 72
+ - 1008
+ - 0
+ *
+ - 73
+ - 1015
+ - 0
+ *
+ - 74
+ - 1013
+ - 0
+ *
+ - 75
+ - 1019
+ - 0
+ *
+ - 76
+ - 1002
+ - 0
+ *
+ - 77
+ - 998
+ - 0
+ *
+ - 78
+ - 1051
+ - 0
+ *
+ - 79
+ - 995
+ - 0
+ *
+ - 80
+ - 1029
+ - 0
+ *
+ - 81
+ - 1030
+ - 0
+ *
+ - 82
+ - 1020
+ - 0
+ *
+ - 83
+ - 1024
+ - 0
+ *
+ - 84
+ - 1061
+ - 0
+ *
+ - 85
+ - 1036
+ - 0
+ *
+ - 86
+ - 1037
+ - 0
+ *
+ - 87
+ - 1004
+ - 0
+ *
+ - 88
+ - 1040
+ - 0
+ *
+ - 89
+ - 1006
+ - 0
+ *
+ - 90
+ - 1030
+ - 0
+ *
+ - 91
+ - 1051
+ - 0
+ *
+ - 92
+ - 1052
+ - 0
+ *
+ - 93
+ - 1006
+ - 0
+ *
+ - 94
+ - 1052
+ - 0
+ *
+ - 95
+ - 1022
+ - 0
+ *
+ - 96
+ - 1020
+ - 0
+ *
+ - 97
+ - 1026
+ - 0
+ *
+ - 98
+ - 1026
+ - 0
+ *
+ - 99
+ - 1026
+ - 0
+ *
+ - 100
+ - 1030
+ - 0
+ *
+ - 101
+ - 1025
+ - 0
+ *
+ - 102
+ - 1046
+ - 0
+ *
+ - 103
+ - 1039
+ - 0
+ *
+ - 104
+ - 1027
+ - 0
+ *
+ - 105
+ - 1031
+ - 0
+ *
+ - 106
+ - 1038
+ - 0
+ *
+ - 107
+ - 1038
+ - 0
+ *
+ - 108
+ - 1018
+ - 0
+ *
+ - 109
+ - 1035
+ - 0
+ *
+ - 110
+ - 1041
+ - 0
+ *
+ - 111
+ - 1032
+ - 0
+ *
+ - 112
+ - 1032
+ - 0
+ *
+ - 113
+ - 1030
+ - 0
+ *
+ - 114
+ - 1027
+ - 0
+ *
+ - 115
+ - 1018
+ - 0
+ *
+ - 116
+ - 1002
+ - 0
+ *
+ - 117
+ - 1030
+ - 0
+ *
+ - 118
+ - 1031
+ - 0
+ *
+ - 119
+ - 976
+ - 0
+ *
+ - 120
+ - 973
+ - 0
+
+
+Messages received by the server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages received by the server and their latency.
+
+.. image:: rpc_cast_received_messages.*
+
+
+.. list-table:: RPC CAST received messages
+ :header-rows: 1
+
+ *
+ - time
+ - round-trip, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 0
+ - .
+ *
+ - 2
+ - 1070
+ - 1.6
+ *
+ - 3
+ - 1115
+ - 2.1
+ *
+ - 4
+ - 1043
+ - 1.7
+ *
+ - 5
+ - 1071
+ - 1.6
+ *
+ - 6
+ - 1062
+ - 1.7
+ *
+ - 7
+ - 1048
+ - 1.6
+ *
+ - 8
+ - 1038
+ - 1.6
+ *
+ - 9
+ - 1054
+ - 1.7
+ *
+ - 10
+ - 1058
+ - 1.6
+ *
+ - 11
+ - 1082
+ - 1.6
+ *
+ - 12
+ - 99
+ - 1.6
+ *
+ - 13
+ - 0
+ - .
+ *
+ - 14
+ - 0
+ - .
+ *
+ - 15
+ - 0
+ - .
+ *
+ - 16
+ - 0
+ - .
+ *
+ - 17
+ - 0
+ - .
+ *
+ - 18
+ - 138
+ - 1.9
+ *
+ - 19
+ - 1008
+ - 1.8
+ *
+ - 20
+ - 844
+ - 1.8
+ *
+ - 21
+ - 1069
+ - 1.5
+ *
+ - 22
+ - 852
+ - 1.8
+ *
+ - 23
+ - 1039
+ - 2.0
+ *
+ - 24
+ - 1060
+ - 1.5
+ *
+ - 25
+ - 1037
+ - 1.5
+ *
+ - 26
+ - 968
+ - 1.7
+ *
+ - 27
+ - 843
+ - 1.7
+ *
+ - 28
+ - 1034
+ - 1.5
+ *
+ - 29
+ - 1090
+ - 1.6
+ *
+ - 30
+ - 1091
+ - 1.5
+ *
+ - 31
+ - 1083
+ - 1.5
+ *
+ - 32
+ - 1094
+ - 1.6
+ *
+ - 33
+ - 1067
+ - 1.5
+ *
+ - 34
+ - 1080
+ - 1.5
+ *
+ - 35
+ - 1068
+ - 1.5
+ *
+ - 36
+ - 1052
+ - 1.7
+ *
+ - 37
+ - 1076
+ - 1.5
+ *
+ - 38
+ - 1075
+ - 1.5
+ *
+ - 39
+ - 1057
+ - 1.6
+ *
+ - 40
+ - 1050
+ - 1.5
+ *
+ - 41
+ - 1080
+ - 1.5
+ *
+ - 42
+ - 1078
+ - 1.7
+ *
+ - 43
+ - 1054
+ - 1.5
+ *
+ - 44
+ - 1057
+ - 1.5
+ *
+ - 45
+ - 1053
+ - 1.6
+ *
+ - 46
+ - 1057
+ - 1.5
+ *
+ - 47
+ - 1059
+ - 1.5
+ *
+ - 48
+ - 1034
+ - 1.6
+ *
+ - 49
+ - 1042
+ - 1.5
+ *
+ - 50
+ - 1037
+ - 1.6
+ *
+ - 51
+ - 1043
+ - 1.5
+ *
+ - 52
+ - 1054
+ - 1.6
+ *
+ - 53
+ - 1074
+ - 1.5
+ *
+ - 54
+ - 1049
+ - 1.5
+ *
+ - 55
+ - 1067
+ - 1.6
+ *
+ - 56
+ - 1073
+ - 1.5
+ *
+ - 57
+ - 1067
+ - 1.5
+ *
+ - 58
+ - 1036
+ - 1.6
+ *
+ - 59
+ - 1063
+ - 1.5
+ *
+ - 60
+ - 1055
+ - 1.5
+ *
+ - 61
+ - 1047
+ - 1.6
+ *
+ - 62
+ - 1059
+ - 1.5
+ *
+ - 63
+ - 1099
+ - 1.5
+ *
+ - 64
+ - 1065
+ - 1.6
+ *
+ - 65
+ - 1052
+ - 1.5
+ *
+ - 66
+ - 1028
+ - 1.5
+ *
+ - 67
+ - 1017
+ - 1.7
+ *
+ - 68
+ - 1001
+ - 1.6
+ *
+ - 69
+ - 1045
+ - 1.5
+ *
+ - 70
+ - 1051
+ - 1.5
+ *
+ - 71
+ - 1017
+ - 1.6
+ *
+ - 72
+ - 999
+ - 1.6
+ *
+ - 73
+ - 1008
+ - 1.6
+ *
+ - 74
+ - 1015
+ - 1.7
+ *
+ - 75
+ - 1014
+ - 1.6
+ *
+ - 76
+ - 1018
+ - 1.5
+ *
+ - 77
+ - 1003
+ - 1.6
+ *
+ - 78
+ - 998
+ - 1.6
+ *
+ - 79
+ - 1051
+ - 1.5
+ *
+ - 80
+ - 994
+ - 1.6
+ *
+ - 81
+ - 1029
+ - 1.6
+ *
+ - 82
+ - 1030
+ - 1.6
+ *
+ - 83
+ - 1020
+ - 1.5
+ *
+ - 84
+ - 1025
+ - 1.6
+ *
+ - 85
+ - 1060
+ - 1.5
+ *
+ - 86
+ - 1035
+ - 1.5
+ *
+ - 87
+ - 1037
+ - 1.6
+ *
+ - 88
+ - 1004
+ - 1.6
+ *
+ - 89
+ - 1040
+ - 1.5
+ *
+ - 90
+ - 1007
+ - 1.6
+ *
+ - 91
+ - 1030
+ - 1.6
+ *
+ - 92
+ - 1050
+ - 1.5
+ *
+ - 93
+ - 1052
+ - 1.5
+ *
+ - 94
+ - 1006
+ - 1.6
+ *
+ - 95
+ - 1052
+ - 1.5
+ *
+ - 96
+ - 1022
+ - 1.6
+ *
+ - 97
+ - 1019
+ - 1.6
+ *
+ - 98
+ - 1026
+ - 1.6
+ *
+ - 99
+ - 1027
+ - 1.5
+ *
+ - 100
+ - 1024
+ - 1.7
+ *
+ - 101
+ - 1033
+ - 1.6
+ *
+ - 102
+ - 1024
+ - 1.6
+ *
+ - 103
+ - 1046
+ - 1.5
+ *
+ - 104
+ - 1039
+ - 1.7
+ *
+ - 105
+ - 1027
+ - 1.6
+ *
+ - 106
+ - 1031
+ - 1.5
+ *
+ - 107
+ - 1038
+ - 1.6
+ *
+ - 108
+ - 1038
+ - 1.6
+ *
+ - 109
+ - 1018
+ - 1.6
+ *
+ - 110
+ - 1035
+ - 1.6
+ *
+ - 111
+ - 1041
+ - 1.5
+ *
+ - 112
+ - 1031
+ - 1.6
+ *
+ - 113
+ - 1033
+ - 1.7
+ *
+ - 114
+ - 1030
+ - 1.5
+ *
+ - 115
+ - 1027
+ - 1.5
+ *
+ - 116
+ - 1019
+ - 1.6
+ *
+ - 117
+ - 1002
+ - 1.6
+ *
+ - 118
+ - 1029
+ - 1.5
+ *
+ - 119
+ - 1032
+ - 1.5
+ *
+ - 120
+ - 976
+ - 1.8
+ *
+ - 121
+ - 977
+ - 1.5
+ *
+ - 122
+ - 0
+ - .
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-cast-cs1ss1-ks1/rpc_cast_message_flow.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-cast-cs1ss1-ks1/rpc_cast_message_flow.svg
new file mode 100644
index 0000000..fe2d1c2
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-cast-cs1ss1-ks1/rpc_cast_message_flow.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-cast-cs1ss1-ks1/rpc_cast_received_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-cast-cs1ss1-ks1/rpc_cast_received_messages.svg
new file mode 100644
index 0000000..6d1cf90
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-cast-cs1ss1-ks1/rpc_cast_received_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-cast-cs1ss1-ks1/rpc_cast_sent_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-cast-cs1ss1-ks1/rpc_cast_sent_messages.svg
new file mode 100644
index 0000000..92e15f6
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-cast-cs1ss1-ks1/rpc_cast_sent_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-notify-cs1ss1-ks1/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-notify-cs1ss1-ks1/index.rst
new file mode 100644
index 0000000..82664f1
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-notify-cs1ss1-ks1/index.rst
@@ -0,0 +1,1078 @@
+NOTIFY fail-over test report
+----------------------------
+
+This is the report for :ref:`message_queue_ha_rpc_cs1ss1_ks1`.
+
+This scenario is executed with help of oslo.messaging simulator. There is
+one client-server pair of simulator running in single-threaded mode. The
+stats are collected from both client and server and detailed report is shown
+with one second precision.
+
+
+Execution Summary
+^^^^^^^^^^^^^^^^^
+
+
+.. list-table::
+ :header-rows: 1
+
+ *
+ - attribute
+ - value
+ *
+ - Client sent, msg
+ - 117494
+ *
+ - Server received, msg
+ - 117494
+ *
+ - Loss, msg
+ - 0
+ *
+ - Errors, msg
+ - 0
+ *
+ - Duration, sec
+ - 121.1
+ *
+ - Throughput, msg/sec
+ - 970.6
+ *
+ - Transfer, Mb
+ - 349.7
+ *
+ - Bandwidth, Mb/sec
+ - 2.9
+ *
+ - Avg. latency, ms
+ - 1.5
+ *
+ - Max latency, ms
+ - 2032.5
+
+
+Message flow
+^^^^^^^^^^^^
+
+This chart shows the message flow between client and server. It includes
+messages sent by the client, received by the server and errors caught by
+the client.
+
+.. image:: notify_message_flow.*
+
+
+
+where:
+ * ``sent`` - messages sent by the client
+ * ``received`` - messages received by the server
+ * ``errors`` - errors exposed and caught by the client
+
+
+Messages sent by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages sent by client and error rate.
+
+.. image:: notify_sent_messages.*
+
+
+.. list-table:: NOTIFY sent messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - errors, msg
+ *
+ - 0
+ - 1
+ - 0
+ *
+ - 1
+ - 1012
+ - 0
+ *
+ - 2
+ - 1038
+ - 0
+ *
+ - 3
+ - 1030
+ - 0
+ *
+ - 4
+ - 1028
+ - 0
+ *
+ - 5
+ - 1027
+ - 0
+ *
+ - 6
+ - 1010
+ - 0
+ *
+ - 7
+ - 1041
+ - 0
+ *
+ - 8
+ - 1020
+ - 0
+ *
+ - 9
+ - 1015
+ - 0
+ *
+ - 10
+ - 1028
+ - 0
+ *
+ - 11
+ - 701
+ - 0
+ *
+ - 12
+ - .
+ - 0
+ *
+ - 13
+ - 271
+ - 0
+ *
+ - 14
+ - 950
+ - 0
+ *
+ - 15
+ - 984
+ - 0
+ *
+ - 16
+ - 1008
+ - 0
+ *
+ - 17
+ - 968
+ - 0
+ *
+ - 18
+ - 1003
+ - 0
+ *
+ - 19
+ - 1039
+ - 0
+ *
+ - 20
+ - 1014
+ - 0
+ *
+ - 21
+ - 1008
+ - 0
+ *
+ - 22
+ - 1036
+ - 0
+ *
+ - 23
+ - 1009
+ - 0
+ *
+ - 24
+ - 987
+ - 0
+ *
+ - 25
+ - 997
+ - 0
+ *
+ - 26
+ - 992
+ - 0
+ *
+ - 27
+ - 976
+ - 0
+ *
+ - 28
+ - 1013
+ - 0
+ *
+ - 29
+ - 1022
+ - 0
+ *
+ - 30
+ - 1008
+ - 0
+ *
+ - 31
+ - 1010
+ - 0
+ *
+ - 32
+ - 1029
+ - 0
+ *
+ - 33
+ - 978
+ - 0
+ *
+ - 34
+ - 997
+ - 0
+ *
+ - 35
+ - 1006
+ - 0
+ *
+ - 36
+ - 1008
+ - 0
+ *
+ - 37
+ - 1045
+ - 0
+ *
+ - 38
+ - 1039
+ - 0
+ *
+ - 39
+ - 1069
+ - 0
+ *
+ - 40
+ - 1058
+ - 0
+ *
+ - 41
+ - 1057
+ - 0
+ *
+ - 42
+ - 1067
+ - 0
+ *
+ - 43
+ - 1080
+ - 0
+ *
+ - 44
+ - 1046
+ - 0
+ *
+ - 45
+ - 998
+ - 0
+ *
+ - 46
+ - 993
+ - 0
+ *
+ - 47
+ - 986
+ - 0
+ *
+ - 48
+ - 959
+ - 0
+ *
+ - 49
+ - 983
+ - 0
+ *
+ - 50
+ - 1005
+ - 0
+ *
+ - 51
+ - 980
+ - 0
+ *
+ - 52
+ - 995
+ - 0
+ *
+ - 53
+ - 984
+ - 0
+ *
+ - 54
+ - 1017
+ - 0
+ *
+ - 55
+ - 984
+ - 0
+ *
+ - 56
+ - 979
+ - 0
+ *
+ - 57
+ - 998
+ - 0
+ *
+ - 58
+ - 999
+ - 0
+ *
+ - 59
+ - 975
+ - 0
+ *
+ - 60
+ - 967
+ - 0
+ *
+ - 61
+ - 972
+ - 0
+ *
+ - 62
+ - 937
+ - 0
+ *
+ - 63
+ - 990
+ - 0
+ *
+ - 64
+ - 976
+ - 0
+ *
+ - 65
+ - 973
+ - 0
+ *
+ - 66
+ - 975
+ - 0
+ *
+ - 67
+ - 996
+ - 0
+ *
+ - 68
+ - 962
+ - 0
+ *
+ - 69
+ - 979
+ - 0
+ *
+ - 70
+ - 976
+ - 0
+ *
+ - 71
+ - 1026
+ - 0
+ *
+ - 72
+ - 1015
+ - 0
+ *
+ - 73
+ - 982
+ - 0
+ *
+ - 74
+ - 956
+ - 0
+ *
+ - 75
+ - 947
+ - 0
+ *
+ - 76
+ - 950
+ - 0
+ *
+ - 77
+ - 956
+ - 0
+ *
+ - 78
+ - 962
+ - 0
+ *
+ - 79
+ - 967
+ - 0
+ *
+ - 80
+ - 995
+ - 0
+ *
+ - 81
+ - 1016
+ - 0
+ *
+ - 82
+ - 1000
+ - 0
+ *
+ - 83
+ - 982
+ - 0
+ *
+ - 84
+ - 986
+ - 0
+ *
+ - 85
+ - 984
+ - 0
+ *
+ - 86
+ - 989
+ - 0
+ *
+ - 87
+ - 1019
+ - 0
+ *
+ - 88
+ - 975
+ - 0
+ *
+ - 89
+ - 976
+ - 0
+ *
+ - 90
+ - 976
+ - 0
+ *
+ - 91
+ - 998
+ - 0
+ *
+ - 92
+ - 967
+ - 0
+ *
+ - 93
+ - 1001
+ - 0
+ *
+ - 94
+ - 952
+ - 0
+ *
+ - 95
+ - 969
+ - 0
+ *
+ - 96
+ - 995
+ - 0
+ *
+ - 97
+ - 1008
+ - 0
+ *
+ - 98
+ - 998
+ - 0
+ *
+ - 99
+ - 1014
+ - 0
+ *
+ - 100
+ - 973
+ - 0
+ *
+ - 101
+ - 897
+ - 0
+ *
+ - 102
+ - 980
+ - 0
+ *
+ - 103
+ - 1001
+ - 0
+ *
+ - 104
+ - 998
+ - 0
+ *
+ - 105
+ - 969
+ - 0
+ *
+ - 106
+ - 963
+ - 0
+ *
+ - 107
+ - 963
+ - 0
+ *
+ - 108
+ - 970
+ - 0
+ *
+ - 109
+ - 1001
+ - 0
+ *
+ - 110
+ - 1008
+ - 0
+ *
+ - 111
+ - 990
+ - 0
+ *
+ - 112
+ - 992
+ - 0
+ *
+ - 113
+ - 999
+ - 0
+ *
+ - 114
+ - 979
+ - 0
+ *
+ - 115
+ - 994
+ - 0
+ *
+ - 116
+ - 1008
+ - 0
+ *
+ - 117
+ - 995
+ - 0
+ *
+ - 118
+ - 1023
+ - 0
+ *
+ - 119
+ - 1015
+ - 0
+ *
+ - 120
+ - 952
+ - 0
+
+
+Messages received by the server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages received by the server and their latency.
+
+.. image:: notify_received_messages.*
+
+
+.. list-table:: NOTIFY received messages
+ :header-rows: 1
+
+ *
+ - time
+ - round-trip, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 0
+ - .
+ *
+ - 2
+ - 1005
+ - 1.5
+ *
+ - 3
+ - 1037
+ - 1.9
+ *
+ - 4
+ - 1031
+ - 1.5
+ *
+ - 5
+ - 1027
+ - 1.5
+ *
+ - 6
+ - 1027
+ - 1.6
+ *
+ - 7
+ - 1010
+ - 1.5
+ *
+ - 8
+ - 1041
+ - 1.5
+ *
+ - 9
+ - 1021
+ - 1.5
+ *
+ - 10
+ - 1015
+ - 1.6
+ *
+ - 11
+ - 1029
+ - 1.5
+ *
+ - 12
+ - 707
+ - 1.5
+ *
+ - 13
+ - 0
+ - .
+ *
+ - 14
+ - 265
+ - 9.3
+ *
+ - 15
+ - 949
+ - 1.6
+ *
+ - 16
+ - 985
+ - 1.5
+ *
+ - 17
+ - 1007
+ - 1.5
+ *
+ - 18
+ - 967
+ - 1.5
+ *
+ - 19
+ - 1003
+ - 1.6
+ *
+ - 20
+ - 1039
+ - 1.5
+ *
+ - 21
+ - 1015
+ - 1.4
+ *
+ - 22
+ - 1007
+ - 1.7
+ *
+ - 23
+ - 1035
+ - 1.4
+ *
+ - 24
+ - 1012
+ - 1.4
+ *
+ - 25
+ - 985
+ - 1.5
+ *
+ - 26
+ - 997
+ - 1.6
+ *
+ - 27
+ - 993
+ - 1.5
+ *
+ - 28
+ - 976
+ - 1.5
+ *
+ - 29
+ - 1011
+ - 1.6
+ *
+ - 30
+ - 1023
+ - 1.5
+ *
+ - 31
+ - 1009
+ - 1.5
+ *
+ - 32
+ - 1010
+ - 1.5
+ *
+ - 33
+ - 1028
+ - 1.5
+ *
+ - 34
+ - 977
+ - 1.5
+ *
+ - 35
+ - 998
+ - 1.5
+ *
+ - 36
+ - 1005
+ - 1.5
+ *
+ - 37
+ - 1007
+ - 1.5
+ *
+ - 38
+ - 1045
+ - 1.4
+ *
+ - 39
+ - 1040
+ - 1.6
+ *
+ - 40
+ - 1068
+ - 1.4
+ *
+ - 41
+ - 1058
+ - 1.4
+ *
+ - 42
+ - 1057
+ - 1.4
+ *
+ - 43
+ - 1067
+ - 1.5
+ *
+ - 44
+ - 1080
+ - 1.4
+ *
+ - 45
+ - 1046
+ - 1.4
+ *
+ - 46
+ - 998
+ - 1.5
+ *
+ - 47
+ - 993
+ - 1.5
+ *
+ - 48
+ - 986
+ - 1.5
+ *
+ - 49
+ - 962
+ - 1.5
+ *
+ - 50
+ - 974
+ - 1.6
+ *
+ - 51
+ - 1006
+ - 1.5
+ *
+ - 52
+ - 978
+ - 1.5
+ *
+ - 53
+ - 995
+ - 1.6
+ *
+ - 54
+ - 984
+ - 1.4
+ *
+ - 55
+ - 1016
+ - 1.4
+ *
+ - 56
+ - 984
+ - 1.5
+ *
+ - 57
+ - 980
+ - 1.5
+ *
+ - 58
+ - 997
+ - 1.5
+ *
+ - 59
+ - 1000
+ - 1.5
+ *
+ - 60
+ - 976
+ - 1.6
+ *
+ - 61
+ - 965
+ - 1.5
+ *
+ - 62
+ - 972
+ - 1.5
+ *
+ - 63
+ - 937
+ - 1.5
+ *
+ - 64
+ - 989
+ - 1.5
+ *
+ - 65
+ - 976
+ - 1.5
+ *
+ - 66
+ - 973
+ - 1.5
+ *
+ - 67
+ - 974
+ - 1.5
+ *
+ - 68
+ - 997
+ - 1.5
+ *
+ - 69
+ - 961
+ - 1.5
+ *
+ - 70
+ - 979
+ - 1.5
+ *
+ - 71
+ - 977
+ - 1.6
+ *
+ - 72
+ - 1025
+ - 1.4
+ *
+ - 73
+ - 1014
+ - 1.5
+ *
+ - 74
+ - 985
+ - 1.5
+ *
+ - 75
+ - 955
+ - 1.6
+ *
+ - 76
+ - 947
+ - 1.5
+ *
+ - 77
+ - 951
+ - 1.5
+ *
+ - 78
+ - 955
+ - 1.6
+ *
+ - 79
+ - 963
+ - 1.5
+ *
+ - 80
+ - 966
+ - 1.5
+ *
+ - 81
+ - 994
+ - 1.5
+ *
+ - 82
+ - 1016
+ - 1.5
+ *
+ - 83
+ - 1002
+ - 1.5
+ *
+ - 84
+ - 982
+ - 1.5
+ *
+ - 85
+ - 985
+ - 1.6
+ *
+ - 86
+ - 984
+ - 1.5
+ *
+ - 87
+ - 989
+ - 1.5
+ *
+ - 88
+ - 1020
+ - 1.5
+ *
+ - 89
+ - 975
+ - 1.6
+ *
+ - 90
+ - 976
+ - 1.5
+ *
+ - 91
+ - 975
+ - 1.5
+ *
+ - 92
+ - 998
+ - 1.5
+ *
+ - 93
+ - 967
+ - 1.6
+ *
+ - 94
+ - 1002
+ - 1.5
+ *
+ - 95
+ - 951
+ - 1.5
+ *
+ - 96
+ - 969
+ - 1.6
+ *
+ - 97
+ - 995
+ - 1.5
+ *
+ - 98
+ - 1007
+ - 1.5
+ *
+ - 99
+ - 1000
+ - 1.5
+ *
+ - 100
+ - 1011
+ - 1.6
+ *
+ - 101
+ - 977
+ - 1.5
+ *
+ - 102
+ - 894
+ - 1.6
+ *
+ - 103
+ - 980
+ - 1.6
+ *
+ - 104
+ - 999
+ - 1.5
+ *
+ - 105
+ - 999
+ - 1.5
+ *
+ - 106
+ - 969
+ - 1.5
+ *
+ - 107
+ - 963
+ - 1.6
+ *
+ - 108
+ - 963
+ - 1.5
+ *
+ - 109
+ - 970
+ - 1.5
+ *
+ - 110
+ - 1001
+ - 1.6
+ *
+ - 111
+ - 1006
+ - 1.5
+ *
+ - 112
+ - 992
+ - 1.5
+ *
+ - 113
+ - 991
+ - 1.5
+ *
+ - 114
+ - 1001
+ - 1.5
+ *
+ - 115
+ - 978
+ - 1.5
+ *
+ - 116
+ - 994
+ - 1.5
+ *
+ - 117
+ - 1007
+ - 1.5
+ *
+ - 118
+ - 1003
+ - 1.5
+ *
+ - 119
+ - 1014
+ - 1.5
+ *
+ - 120
+ - 1015
+ - 1.4
+ *
+ - 121
+ - 976
+ - 1.5
+ *
+ - 122
+ - 0
+ - .
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-notify-cs1ss1-ks1/notify_message_flow.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-notify-cs1ss1-ks1/notify_message_flow.svg
new file mode 100644
index 0000000..f2129b9
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-notify-cs1ss1-ks1/notify_message_flow.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-notify-cs1ss1-ks1/notify_received_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-notify-cs1ss1-ks1/notify_received_messages.svg
new file mode 100644
index 0000000..d876ec7
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-notify-cs1ss1-ks1/notify_received_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-notify-cs1ss1-ks1/notify_sent_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-notify-cs1ss1-ks1/notify_sent_messages.svg
new file mode 100644
index 0000000..67d4aab
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss1-ks1/omsimulator-ha-notify-cs1ss1-ks1/notify_sent_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/index.rst
new file mode 100644
index 0000000..6f397d6
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/index.rst
@@ -0,0 +1,14 @@
+.. raw:: pdf
+
+ PageBreak oneColumn
+
+==========================================================================
+Client connected to Slave 1 and Server connected to Slave 2, Slave 2 fails
+==========================================================================
+
+.. toctree::
+ :maxdepth: 2
+
+ omsimulator-ha-call-cs1ss2-ks2/index
+ omsimulator-ha-cast-cs1ss2-ks2/index
+ omsimulator-ha-notify-cs1ss2-ks2/index
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/index.rst
new file mode 100644
index 0000000..495c0f9
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/index.rst
@@ -0,0 +1,1590 @@
+RPC CALL fail-over test report
+------------------------------
+
+This is the report for :ref:`message_queue_ha_rpc_cmsm_km`.
+
+This scenario is executed with help of oslo.messaging simulator. There is
+one client-server pair of simulator running in single-threaded mode. The
+stats are collected from both client and server and detailed report is shown
+with one second precision.
+
+
+Execution Summary
+^^^^^^^^^^^^^^^^^
+
+
+.. list-table::
+ :header-rows: 1
+
+ *
+ - attribute
+ - value
+ *
+ - Client sent, msg
+ - 32027
+ *
+ - Server received, msg
+ - 32027
+ *
+ - Client received replies, msg
+ - 32027
+ *
+ - Loss, msg
+ - 0
+ *
+ - Errors, msg
+ - 0
+ *
+ - Duration, sec
+ - 121.1
+ *
+ - Throughput, msg/sec
+ - 264.6
+ *
+ - Transfer, Mb
+ - 98.6
+ *
+ - Bandwidth, Mb/sec
+ - 0.8
+ *
+ - Avg. request latency, ms
+ - 2.3
+ *
+ - Max request latency, ms
+ - 2031.8
+ *
+ - Avg. round-trip latency, ms
+ - 3.7
+ *
+ - Max round-trip latency, ms
+ - 4049.4
+
+
+
+Message flow
+^^^^^^^^^^^^
+
+This chart shows the message flow between client and server. It includes
+messages sent by the client, received by the server, replies received by
+the client and errors caught by the client.
+
+.. image:: rpc_call_message_flow.*
+
+
+
+where:
+ * ``sent`` - messages sent by the client
+ * ``received`` - messages received by the server
+ * ``round-trip`` - replies to messages received by the client
+ * ``errors`` - errors exposed and caught by the client
+
+
+Messages sent by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages sent by client and error rate.
+
+.. image:: rpc_call_sent_messages.*
+
+
+.. list-table:: RPC CALL sent messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - errors, msg
+ *
+ - 0
+ - 1
+ - 0
+ *
+ - 1
+ - 246
+ - 0
+ *
+ - 2
+ - 255
+ - 0
+ *
+ - 3
+ - 256
+ - 0
+ *
+ - 4
+ - 266
+ - 0
+ *
+ - 5
+ - 267
+ - 0
+ *
+ - 6
+ - 262
+ - 0
+ *
+ - 7
+ - 257
+ - 0
+ *
+ - 8
+ - 255
+ - 0
+ *
+ - 9
+ - 240
+ - 0
+ *
+ - 10
+ - .
+ - 0
+ *
+ - 11
+ - .
+ - 0
+ *
+ - 12
+ - .
+ - 0
+ *
+ - 13
+ - 5
+ - 0
+ *
+ - 14
+ - 276
+ - 0
+ *
+ - 15
+ - 283
+ - 0
+ *
+ - 16
+ - 282
+ - 0
+ *
+ - 17
+ - 264
+ - 0
+ *
+ - 18
+ - 257
+ - 0
+ *
+ - 19
+ - 262
+ - 0
+ *
+ - 20
+ - 265
+ - 0
+ *
+ - 21
+ - 272
+ - 0
+ *
+ - 22
+ - 276
+ - 0
+ *
+ - 23
+ - 277
+ - 0
+ *
+ - 24
+ - 282
+ - 0
+ *
+ - 25
+ - 282
+ - 0
+ *
+ - 26
+ - 277
+ - 0
+ *
+ - 27
+ - 280
+ - 0
+ *
+ - 28
+ - 281
+ - 0
+ *
+ - 29
+ - 281
+ - 0
+ *
+ - 30
+ - 275
+ - 0
+ *
+ - 31
+ - 283
+ - 0
+ *
+ - 32
+ - 284
+ - 0
+ *
+ - 33
+ - 279
+ - 0
+ *
+ - 34
+ - 277
+ - 0
+ *
+ - 35
+ - 282
+ - 0
+ *
+ - 36
+ - 277
+ - 0
+ *
+ - 37
+ - 276
+ - 0
+ *
+ - 38
+ - 277
+ - 0
+ *
+ - 39
+ - 279
+ - 0
+ *
+ - 40
+ - 277
+ - 0
+ *
+ - 41
+ - 281
+ - 0
+ *
+ - 42
+ - 277
+ - 0
+ *
+ - 43
+ - 278
+ - 0
+ *
+ - 44
+ - 278
+ - 0
+ *
+ - 45
+ - 275
+ - 0
+ *
+ - 46
+ - 280
+ - 0
+ *
+ - 47
+ - 280
+ - 0
+ *
+ - 48
+ - 281
+ - 0
+ *
+ - 49
+ - 277
+ - 0
+ *
+ - 50
+ - 276
+ - 0
+ *
+ - 51
+ - 280
+ - 0
+ *
+ - 52
+ - 273
+ - 0
+ *
+ - 53
+ - 279
+ - 0
+ *
+ - 54
+ - 277
+ - 0
+ *
+ - 55
+ - 279
+ - 0
+ *
+ - 56
+ - 270
+ - 0
+ *
+ - 57
+ - 271
+ - 0
+ *
+ - 58
+ - 266
+ - 0
+ *
+ - 59
+ - 269
+ - 0
+ *
+ - 60
+ - 270
+ - 0
+ *
+ - 61
+ - 268
+ - 0
+ *
+ - 62
+ - 265
+ - 0
+ *
+ - 63
+ - 271
+ - 0
+ *
+ - 64
+ - 267
+ - 0
+ *
+ - 65
+ - 266
+ - 0
+ *
+ - 66
+ - 271
+ - 0
+ *
+ - 67
+ - 265
+ - 0
+ *
+ - 68
+ - 268
+ - 0
+ *
+ - 69
+ - 277
+ - 0
+ *
+ - 70
+ - 281
+ - 0
+ *
+ - 71
+ - 280
+ - 0
+ *
+ - 72
+ - 276
+ - 0
+ *
+ - 73
+ - 280
+ - 0
+ *
+ - 74
+ - 278
+ - 0
+ *
+ - 75
+ - 276
+ - 0
+ *
+ - 76
+ - 284
+ - 0
+ *
+ - 77
+ - 280
+ - 0
+ *
+ - 78
+ - 277
+ - 0
+ *
+ - 79
+ - 271
+ - 0
+ *
+ - 80
+ - 255
+ - 0
+ *
+ - 81
+ - 300
+ - 0
+ *
+ - 82
+ - 294
+ - 0
+ *
+ - 83
+ - 296
+ - 0
+ *
+ - 84
+ - 298
+ - 0
+ *
+ - 85
+ - 301
+ - 0
+ *
+ - 86
+ - 299
+ - 0
+ *
+ - 87
+ - 296
+ - 0
+ *
+ - 88
+ - 293
+ - 0
+ *
+ - 89
+ - 296
+ - 0
+ *
+ - 90
+ - 296
+ - 0
+ *
+ - 91
+ - 298
+ - 0
+ *
+ - 92
+ - 296
+ - 0
+ *
+ - 93
+ - 292
+ - 0
+ *
+ - 94
+ - 292
+ - 0
+ *
+ - 95
+ - 289
+ - 0
+ *
+ - 96
+ - 279
+ - 0
+ *
+ - 97
+ - 286
+ - 0
+ *
+ - 98
+ - 279
+ - 0
+ *
+ - 99
+ - 269
+ - 0
+ *
+ - 100
+ - 267
+ - 0
+ *
+ - 101
+ - 266
+ - 0
+ *
+ - 102
+ - 268
+ - 0
+ *
+ - 103
+ - 272
+ - 0
+ *
+ - 104
+ - 272
+ - 0
+ *
+ - 105
+ - 277
+ - 0
+ *
+ - 106
+ - 268
+ - 0
+ *
+ - 107
+ - 281
+ - 0
+ *
+ - 108
+ - 280
+ - 0
+ *
+ - 109
+ - 281
+ - 0
+ *
+ - 110
+ - 278
+ - 0
+ *
+ - 111
+ - 283
+ - 0
+ *
+ - 112
+ - 272
+ - 0
+ *
+ - 113
+ - 282
+ - 0
+ *
+ - 114
+ - 274
+ - 0
+ *
+ - 115
+ - 270
+ - 0
+ *
+ - 116
+ - 271
+ - 0
+ *
+ - 117
+ - 278
+ - 0
+ *
+ - 118
+ - 266
+ - 0
+ *
+ - 119
+ - 273
+ - 0
+ *
+ - 120
+ - 253
+ - 0
+
+
+Messages received by the server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages received by the server and their latency.
+
+.. image:: rpc_call_received_messages.*
+
+
+.. list-table:: RPC CALL received messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 0
+ - .
+ *
+ - 2
+ - 244
+ - 2.5
+ *
+ - 3
+ - 254
+ - 2.3
+ *
+ - 4
+ - 256
+ - 2.3
+ *
+ - 5
+ - 266
+ - 2.3
+ *
+ - 6
+ - 267
+ - 2.2
+ *
+ - 7
+ - 262
+ - 2.3
+ *
+ - 8
+ - 257
+ - 2.3
+ *
+ - 9
+ - 255
+ - 2.3
+ *
+ - 10
+ - 243
+ - 2.3
+ *
+ - 11
+ - 0
+ - .
+ *
+ - 12
+ - 1
+ - 2031.8
+ *
+ - 13
+ - 0
+ - .
+ *
+ - 14
+ - 1
+ - 3.9
+ *
+ - 15
+ - 276
+ - 2.3
+ *
+ - 16
+ - 282
+ - 2.2
+ *
+ - 17
+ - 283
+ - 2.2
+ *
+ - 18
+ - 264
+ - 2.4
+ *
+ - 19
+ - 257
+ - 2.5
+ *
+ - 20
+ - 262
+ - 2.4
+ *
+ - 21
+ - 264
+ - 2.4
+ *
+ - 22
+ - 272
+ - 2.3
+ *
+ - 23
+ - 276
+ - 2.3
+ *
+ - 24
+ - 277
+ - 2.2
+ *
+ - 25
+ - 282
+ - 2.3
+ *
+ - 26
+ - 282
+ - 2.3
+ *
+ - 27
+ - 277
+ - 2.3
+ *
+ - 28
+ - 280
+ - 2.3
+ *
+ - 29
+ - 281
+ - 2.3
+ *
+ - 30
+ - 281
+ - 2.3
+ *
+ - 31
+ - 275
+ - 2.3
+ *
+ - 32
+ - 283
+ - 2.2
+ *
+ - 33
+ - 283
+ - 2.3
+ *
+ - 34
+ - 279
+ - 2.3
+ *
+ - 35
+ - 278
+ - 2.3
+ *
+ - 36
+ - 281
+ - 2.2
+ *
+ - 37
+ - 277
+ - 2.3
+ *
+ - 38
+ - 276
+ - 2.3
+ *
+ - 39
+ - 278
+ - 2.3
+ *
+ - 40
+ - 278
+ - 2.3
+ *
+ - 41
+ - 277
+ - 2.3
+ *
+ - 42
+ - 281
+ - 2.3
+ *
+ - 43
+ - 277
+ - 2.3
+ *
+ - 44
+ - 278
+ - 2.3
+ *
+ - 45
+ - 279
+ - 2.3
+ *
+ - 46
+ - 274
+ - 2.3
+ *
+ - 47
+ - 280
+ - 2.3
+ *
+ - 48
+ - 281
+ - 2.3
+ *
+ - 49
+ - 280
+ - 2.3
+ *
+ - 50
+ - 277
+ - 2.3
+ *
+ - 51
+ - 277
+ - 2.3
+ *
+ - 52
+ - 279
+ - 2.3
+ *
+ - 53
+ - 273
+ - 2.3
+ *
+ - 54
+ - 279
+ - 2.3
+ *
+ - 55
+ - 277
+ - 2.3
+ *
+ - 56
+ - 279
+ - 2.3
+ *
+ - 57
+ - 270
+ - 2.4
+ *
+ - 58
+ - 271
+ - 2.3
+ *
+ - 59
+ - 266
+ - 2.4
+ *
+ - 60
+ - 269
+ - 2.4
+ *
+ - 61
+ - 270
+ - 2.3
+ *
+ - 62
+ - 268
+ - 2.4
+ *
+ - 63
+ - 265
+ - 2.4
+ *
+ - 64
+ - 271
+ - 2.3
+ *
+ - 65
+ - 267
+ - 2.4
+ *
+ - 66
+ - 266
+ - 2.4
+ *
+ - 67
+ - 271
+ - 2.3
+ *
+ - 68
+ - 265
+ - 2.4
+ *
+ - 69
+ - 268
+ - 2.4
+ *
+ - 70
+ - 277
+ - 2.3
+ *
+ - 71
+ - 280
+ - 2.3
+ *
+ - 72
+ - 280
+ - 2.3
+ *
+ - 73
+ - 276
+ - 2.3
+ *
+ - 74
+ - 280
+ - 2.3
+ *
+ - 75
+ - 278
+ - 2.3
+ *
+ - 76
+ - 277
+ - 2.3
+ *
+ - 77
+ - 283
+ - 2.3
+ *
+ - 78
+ - 280
+ - 2.3
+ *
+ - 79
+ - 277
+ - 2.3
+ *
+ - 80
+ - 272
+ - 2.3
+ *
+ - 81
+ - 255
+ - 2.4
+ *
+ - 82
+ - 299
+ - 2.1
+ *
+ - 83
+ - 294
+ - 2.1
+ *
+ - 84
+ - 296
+ - 2.1
+ *
+ - 85
+ - 298
+ - 2.1
+ *
+ - 86
+ - 301
+ - 2.1
+ *
+ - 87
+ - 299
+ - 2.1
+ *
+ - 88
+ - 296
+ - 2.1
+ *
+ - 89
+ - 293
+ - 2.2
+ *
+ - 90
+ - 296
+ - 2.1
+ *
+ - 91
+ - 296
+ - 2.1
+ *
+ - 92
+ - 298
+ - 2.1
+ *
+ - 93
+ - 296
+ - 2.1
+ *
+ - 94
+ - 292
+ - 2.1
+ *
+ - 95
+ - 292
+ - 2.2
+ *
+ - 96
+ - 289
+ - 2.2
+ *
+ - 97
+ - 279
+ - 2.2
+ *
+ - 98
+ - 286
+ - 2.2
+ *
+ - 99
+ - 279
+ - 2.3
+ *
+ - 100
+ - 269
+ - 2.4
+ *
+ - 101
+ - 267
+ - 2.4
+ *
+ - 102
+ - 265
+ - 2.4
+ *
+ - 103
+ - 268
+ - 2.4
+ *
+ - 104
+ - 273
+ - 2.3
+ *
+ - 105
+ - 271
+ - 2.3
+ *
+ - 106
+ - 277
+ - 2.3
+ *
+ - 107
+ - 268
+ - 2.4
+ *
+ - 108
+ - 281
+ - 2.2
+ *
+ - 109
+ - 280
+ - 2.3
+ *
+ - 110
+ - 281
+ - 2.3
+ *
+ - 111
+ - 278
+ - 2.3
+ *
+ - 112
+ - 284
+ - 2.2
+ *
+ - 113
+ - 272
+ - 2.3
+ *
+ - 114
+ - 281
+ - 2.3
+ *
+ - 115
+ - 275
+ - 2.3
+ *
+ - 116
+ - 270
+ - 2.4
+ *
+ - 117
+ - 271
+ - 2.3
+ *
+ - 118
+ - 278
+ - 2.3
+ *
+ - 119
+ - 265
+ - 2.4
+ *
+ - 120
+ - 273
+ - 2.3
+ *
+ - 121
+ - 261
+ - 2.4
+ *
+ - 122
+ - 0
+ - .
+
+
+Replies received by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows replies received by the client and total round-trip latency.
+
+.. image:: rpc_call_round_trip_messages.*
+
+
+.. list-table:: RPC CALL round-trip messages
+ :header-rows: 1
+
+ *
+ - time
+ - round-trip, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 246
+ - 4.1
+ *
+ - 2
+ - 255
+ - 3.9
+ *
+ - 3
+ - 256
+ - 3.9
+ *
+ - 4
+ - 266
+ - 3.7
+ *
+ - 5
+ - 267
+ - 3.7
+ *
+ - 6
+ - 262
+ - 3.8
+ *
+ - 7
+ - 257
+ - 3.8
+ *
+ - 8
+ - 255
+ - 3.9
+ *
+ - 9
+ - 240
+ - 3.8
+ *
+ - 10
+ - 0
+ - .
+ *
+ - 11
+ - 0
+ - .
+ *
+ - 12
+ - 0
+ - .
+ *
+ - 13
+ - 4
+ - 1015.8
+ *
+ - 14
+ - 277
+ - 3.6
+ *
+ - 15
+ - 282
+ - 3.5
+ *
+ - 16
+ - 283
+ - 3.5
+ *
+ - 17
+ - 264
+ - 3.7
+ *
+ - 18
+ - 257
+ - 3.8
+ *
+ - 19
+ - 261
+ - 3.8
+ *
+ - 20
+ - 265
+ - 3.7
+ *
+ - 21
+ - 272
+ - 3.6
+ *
+ - 22
+ - 276
+ - 3.6
+ *
+ - 23
+ - 277
+ - 3.6
+ *
+ - 24
+ - 282
+ - 3.5
+ *
+ - 25
+ - 283
+ - 3.5
+ *
+ - 26
+ - 277
+ - 3.6
+ *
+ - 27
+ - 279
+ - 3.5
+ *
+ - 28
+ - 282
+ - 3.5
+ *
+ - 29
+ - 281
+ - 3.5
+ *
+ - 30
+ - 274
+ - 3.6
+ *
+ - 31
+ - 284
+ - 3.5
+ *
+ - 32
+ - 283
+ - 3.5
+ *
+ - 33
+ - 279
+ - 3.5
+ *
+ - 34
+ - 278
+ - 3.6
+ *
+ - 35
+ - 282
+ - 3.5
+ *
+ - 36
+ - 276
+ - 3.6
+ *
+ - 37
+ - 277
+ - 3.6
+ *
+ - 38
+ - 277
+ - 3.6
+ *
+ - 39
+ - 278
+ - 3.5
+ *
+ - 40
+ - 277
+ - 3.6
+ *
+ - 41
+ - 281
+ - 3.5
+ *
+ - 42
+ - 277
+ - 3.6
+ *
+ - 43
+ - 278
+ - 3.6
+ *
+ - 44
+ - 279
+ - 3.5
+ *
+ - 45
+ - 275
+ - 3.6
+ *
+ - 46
+ - 280
+ - 3.5
+ *
+ - 47
+ - 280
+ - 3.5
+ *
+ - 48
+ - 280
+ - 3.5
+ *
+ - 49
+ - 277
+ - 3.6
+ *
+ - 50
+ - 277
+ - 3.6
+ *
+ - 51
+ - 279
+ - 3.5
+ *
+ - 52
+ - 273
+ - 3.6
+ *
+ - 53
+ - 279
+ - 3.5
+ *
+ - 54
+ - 278
+ - 3.6
+ *
+ - 55
+ - 279
+ - 3.5
+ *
+ - 56
+ - 270
+ - 3.7
+ *
+ - 57
+ - 270
+ - 3.6
+ *
+ - 58
+ - 267
+ - 3.7
+ *
+ - 59
+ - 269
+ - 3.7
+ *
+ - 60
+ - 270
+ - 3.7
+ *
+ - 61
+ - 267
+ - 3.7
+ *
+ - 62
+ - 265
+ - 3.7
+ *
+ - 63
+ - 272
+ - 3.6
+ *
+ - 64
+ - 266
+ - 3.7
+ *
+ - 65
+ - 266
+ - 3.7
+ *
+ - 66
+ - 271
+ - 3.6
+ *
+ - 67
+ - 266
+ - 3.7
+ *
+ - 68
+ - 268
+ - 3.7
+ *
+ - 69
+ - 277
+ - 3.6
+ *
+ - 70
+ - 280
+ - 3.5
+ *
+ - 71
+ - 280
+ - 3.5
+ *
+ - 72
+ - 276
+ - 3.6
+ *
+ - 73
+ - 281
+ - 3.5
+ *
+ - 74
+ - 277
+ - 3.5
+ *
+ - 75
+ - 277
+ - 3.6
+ *
+ - 76
+ - 283
+ - 3.5
+ *
+ - 77
+ - 280
+ - 3.5
+ *
+ - 78
+ - 277
+ - 3.6
+ *
+ - 79
+ - 272
+ - 3.6
+ *
+ - 80
+ - 255
+ - 3.8
+ *
+ - 81
+ - 300
+ - 3.3
+ *
+ - 82
+ - 294
+ - 3.4
+ *
+ - 83
+ - 296
+ - 3.3
+ *
+ - 84
+ - 298
+ - 3.3
+ *
+ - 85
+ - 301
+ - 3.3
+ *
+ - 86
+ - 299
+ - 3.3
+ *
+ - 87
+ - 296
+ - 3.3
+ *
+ - 88
+ - 293
+ - 3.4
+ *
+ - 89
+ - 295
+ - 3.3
+ *
+ - 90
+ - 297
+ - 3.3
+ *
+ - 91
+ - 298
+ - 3.3
+ *
+ - 92
+ - 296
+ - 3.3
+ *
+ - 93
+ - 292
+ - 3.4
+ *
+ - 94
+ - 292
+ - 3.4
+ *
+ - 95
+ - 289
+ - 3.4
+ *
+ - 96
+ - 279
+ - 3.5
+ *
+ - 97
+ - 286
+ - 3.5
+ *
+ - 98
+ - 279
+ - 3.5
+ *
+ - 99
+ - 269
+ - 3.7
+ *
+ - 100
+ - 266
+ - 3.7
+ *
+ - 101
+ - 266
+ - 3.7
+ *
+ - 102
+ - 268
+ - 3.7
+ *
+ - 103
+ - 273
+ - 3.6
+ *
+ - 104
+ - 271
+ - 3.6
+ *
+ - 105
+ - 277
+ - 3.6
+ *
+ - 106
+ - 268
+ - 3.7
+ *
+ - 107
+ - 281
+ - 3.5
+ *
+ - 108
+ - 280
+ - 3.5
+ *
+ - 109
+ - 281
+ - 3.5
+ *
+ - 110
+ - 278
+ - 3.6
+ *
+ - 111
+ - 283
+ - 3.5
+ *
+ - 112
+ - 273
+ - 3.6
+ *
+ - 113
+ - 281
+ - 3.5
+ *
+ - 114
+ - 274
+ - 3.6
+ *
+ - 115
+ - 270
+ - 3.7
+ *
+ - 116
+ - 271
+ - 3.6
+ *
+ - 117
+ - 278
+ - 3.5
+ *
+ - 118
+ - 266
+ - 3.7
+ *
+ - 119
+ - 273
+ - 3.6
+ *
+ - 120
+ - 255
+ - 3.7
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/rpc_call_message_flow.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/rpc_call_message_flow.svg
new file mode 100644
index 0000000..0e66caf
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/rpc_call_message_flow.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/rpc_call_received_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/rpc_call_received_messages.svg
new file mode 100644
index 0000000..f8f9f78
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/rpc_call_received_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/rpc_call_round_trip_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/rpc_call_round_trip_messages.svg
new file mode 100644
index 0000000..1705fc8
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/rpc_call_round_trip_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/rpc_call_sent_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/rpc_call_sent_messages.svg
new file mode 100644
index 0000000..1477dc9
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-call-cs1ss2-ks2/rpc_call_sent_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-cast-cs1ss2-ks2/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-cast-cs1ss2-ks2/index.rst
new file mode 100644
index 0000000..79b4497
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-cast-cs1ss2-ks2/index.rst
@@ -0,0 +1,1082 @@
+RPC CAST fail-over test report
+------------------------------
+
+This is the report for :ref:`message_queue_ha_rpc_cmsm_km`.
+
+This scenario is executed with help of oslo.messaging simulator. There is
+one client-server pair of simulator running in single-threaded mode. The
+stats are collected from both client and server and detailed report is shown
+with one second precision.
+
+
+Execution Summary
+^^^^^^^^^^^^^^^^^
+
+
+.. list-table::
+ :header-rows: 1
+
+ *
+ - attribute
+ - value
+ *
+ - Client sent, msg
+ - 122472
+ *
+ - Server received, msg
+ - 122472
+ *
+ - Loss, msg
+ - 0
+ *
+ - Errors, msg
+ - 0
+ *
+ - Duration, sec
+ - 121.0
+ *
+ - Throughput, msg/sec
+ - 1011.8
+ *
+ - Transfer, Mb
+ - 387.3
+ *
+ - Bandwidth, Mb/sec
+ - 3.2
+ *
+ - Avg. latency, ms
+ - 49.5
+ *
+ - Max latency, ms
+ - 2037.0
+
+
+Message flow
+^^^^^^^^^^^^
+
+This chart shows the message flow between client and server. It includes
+messages sent by the client, received by the server and errors caught by
+the client.
+
+.. image:: rpc_cast_message_flow.*
+
+
+
+where:
+ * ``sent`` - messages sent by the client
+ * ``received`` - messages received by the server
+ * ``errors`` - errors exposed and caught by the client
+
+
+Messages sent by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages sent by client and error rate.
+
+.. image:: rpc_cast_sent_messages.*
+
+
+.. list-table:: RPC CAST sent messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - errors, msg
+ *
+ - 0
+ - 1
+ - 0
+ *
+ - 1
+ - 918
+ - 0
+ *
+ - 2
+ - 934
+ - 0
+ *
+ - 3
+ - 952
+ - 0
+ *
+ - 4
+ - 974
+ - 0
+ *
+ - 5
+ - 945
+ - 0
+ *
+ - 6
+ - 952
+ - 0
+ *
+ - 7
+ - 972
+ - 0
+ *
+ - 8
+ - 969
+ - 0
+ *
+ - 9
+ - 959
+ - 0
+ *
+ - 10
+ - 962
+ - 0
+ *
+ - 11
+ - 1066
+ - 0
+ *
+ - 12
+ - 1045
+ - 0
+ *
+ - 13
+ - 1026
+ - 0
+ *
+ - 14
+ - 1040
+ - 0
+ *
+ - 15
+ - 1064
+ - 0
+ *
+ - 16
+ - 1048
+ - 0
+ *
+ - 17
+ - 1008
+ - 0
+ *
+ - 18
+ - 1033
+ - 0
+ *
+ - 19
+ - 1036
+ - 0
+ *
+ - 20
+ - 1048
+ - 0
+ *
+ - 21
+ - 1040
+ - 0
+ *
+ - 22
+ - 1041
+ - 0
+ *
+ - 23
+ - 1013
+ - 0
+ *
+ - 24
+ - 1045
+ - 0
+ *
+ - 25
+ - 998
+ - 0
+ *
+ - 26
+ - 1043
+ - 0
+ *
+ - 27
+ - 1034
+ - 0
+ *
+ - 28
+ - 1050
+ - 0
+ *
+ - 29
+ - 1049
+ - 0
+ *
+ - 30
+ - 1057
+ - 0
+ *
+ - 31
+ - 1024
+ - 0
+ *
+ - 32
+ - 1031
+ - 0
+ *
+ - 33
+ - 1035
+ - 0
+ *
+ - 34
+ - 1024
+ - 0
+ *
+ - 35
+ - 1027
+ - 0
+ *
+ - 36
+ - 1067
+ - 0
+ *
+ - 37
+ - 981
+ - 0
+ *
+ - 38
+ - 986
+ - 0
+ *
+ - 39
+ - 980
+ - 0
+ *
+ - 40
+ - 1023
+ - 0
+ *
+ - 41
+ - 1033
+ - 0
+ *
+ - 42
+ - 1010
+ - 0
+ *
+ - 43
+ - 1025
+ - 0
+ *
+ - 44
+ - 1042
+ - 0
+ *
+ - 45
+ - 1051
+ - 0
+ *
+ - 46
+ - 1011
+ - 0
+ *
+ - 47
+ - 982
+ - 0
+ *
+ - 48
+ - 1015
+ - 0
+ *
+ - 49
+ - 1014
+ - 0
+ *
+ - 50
+ - 1008
+ - 0
+ *
+ - 51
+ - 986
+ - 0
+ *
+ - 52
+ - 922
+ - 0
+ *
+ - 53
+ - 1002
+ - 0
+ *
+ - 54
+ - 1013
+ - 0
+ *
+ - 55
+ - 1012
+ - 0
+ *
+ - 56
+ - 1001
+ - 0
+ *
+ - 57
+ - 1047
+ - 0
+ *
+ - 58
+ - 1006
+ - 0
+ *
+ - 59
+ - 974
+ - 0
+ *
+ - 60
+ - 996
+ - 0
+ *
+ - 61
+ - 1000
+ - 0
+ *
+ - 62
+ - 1000
+ - 0
+ *
+ - 63
+ - 1011
+ - 0
+ *
+ - 64
+ - 1018
+ - 0
+ *
+ - 65
+ - 985
+ - 0
+ *
+ - 66
+ - 1005
+ - 0
+ *
+ - 67
+ - 976
+ - 0
+ *
+ - 68
+ - 996
+ - 0
+ *
+ - 69
+ - 1004
+ - 0
+ *
+ - 70
+ - 1037
+ - 0
+ *
+ - 71
+ - 1050
+ - 0
+ *
+ - 72
+ - 1059
+ - 0
+ *
+ - 73
+ - 1041
+ - 0
+ *
+ - 74
+ - 1058
+ - 0
+ *
+ - 75
+ - 1028
+ - 0
+ *
+ - 76
+ - 1020
+ - 0
+ *
+ - 77
+ - 1041
+ - 0
+ *
+ - 78
+ - 1055
+ - 0
+ *
+ - 79
+ - 1049
+ - 0
+ *
+ - 80
+ - 1064
+ - 0
+ *
+ - 81
+ - 1074
+ - 0
+ *
+ - 82
+ - 1058
+ - 0
+ *
+ - 83
+ - 1075
+ - 0
+ *
+ - 84
+ - 1064
+ - 0
+ *
+ - 85
+ - 1051
+ - 0
+ *
+ - 86
+ - 1039
+ - 0
+ *
+ - 87
+ - 1031
+ - 0
+ *
+ - 88
+ - 1082
+ - 0
+ *
+ - 89
+ - 1017
+ - 0
+ *
+ - 90
+ - 1049
+ - 0
+ *
+ - 91
+ - 1034
+ - 0
+ *
+ - 92
+ - 1057
+ - 0
+ *
+ - 93
+ - 1047
+ - 0
+ *
+ - 94
+ - 1034
+ - 0
+ *
+ - 95
+ - 1018
+ - 0
+ *
+ - 96
+ - 1031
+ - 0
+ *
+ - 97
+ - 1047
+ - 0
+ *
+ - 98
+ - 1008
+ - 0
+ *
+ - 99
+ - 1041
+ - 0
+ *
+ - 100
+ - 1018
+ - 0
+ *
+ - 101
+ - 1025
+ - 0
+ *
+ - 102
+ - 1020
+ - 0
+ *
+ - 103
+ - 1030
+ - 0
+ *
+ - 104
+ - 1022
+ - 0
+ *
+ - 105
+ - 1016
+ - 0
+ *
+ - 106
+ - 1030
+ - 0
+ *
+ - 107
+ - 1021
+ - 0
+ *
+ - 108
+ - 1015
+ - 0
+ *
+ - 109
+ - 1009
+ - 0
+ *
+ - 110
+ - 1023
+ - 0
+ *
+ - 111
+ - 1011
+ - 0
+ *
+ - 112
+ - 1036
+ - 0
+ *
+ - 113
+ - 1010
+ - 0
+ *
+ - 114
+ - 1046
+ - 0
+ *
+ - 115
+ - 1048
+ - 0
+ *
+ - 116
+ - 1043
+ - 0
+ *
+ - 117
+ - 1006
+ - 0
+ *
+ - 118
+ - 1047
+ - 0
+ *
+ - 119
+ - 1016
+ - 0
+ *
+ - 120
+ - 976
+ - 0
+
+
+Messages received by the server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages received by the server and their latency.
+
+.. image:: rpc_cast_received_messages.*
+
+
+.. list-table:: RPC CAST received messages
+ :header-rows: 1
+
+ *
+ - time
+ - round-trip, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 0
+ - .
+ *
+ - 2
+ - 0
+ - .
+ *
+ - 3
+ - 911
+ - 1.8
+ *
+ - 4
+ - 934
+ - 2.2
+ *
+ - 5
+ - 951
+ - 1.8
+ *
+ - 6
+ - 974
+ - 1.7
+ *
+ - 7
+ - 947
+ - 1.9
+ *
+ - 8
+ - 950
+ - 1.8
+ *
+ - 9
+ - 973
+ - 1.7
+ *
+ - 10
+ - 969
+ - 1.7
+ *
+ - 11
+ - 958
+ - 1.8
+ *
+ - 12
+ - 962
+ - 1.7
+ *
+ - 13
+ - 9
+ - 2.0
+ *
+ - 14
+ - 0
+ - .
+ *
+ - 15
+ - 1581
+ - 1768.0
+ *
+ - 16
+ - 1683
+ - 1194.3
+ *
+ - 17
+ - 1650
+ - 574.5
+ *
+ - 18
+ - 1368
+ - 94.8
+ *
+ - 19
+ - 1008
+ - 1.6
+ *
+ - 20
+ - 1034
+ - 1.5
+ *
+ - 21
+ - 1036
+ - 1.5
+ *
+ - 22
+ - 1048
+ - 1.6
+ *
+ - 23
+ - 1040
+ - 1.5
+ *
+ - 24
+ - 1040
+ - 1.5
+ *
+ - 25
+ - 1013
+ - 1.6
+ *
+ - 26
+ - 1046
+ - 1.5
+ *
+ - 27
+ - 997
+ - 1.6
+ *
+ - 28
+ - 1043
+ - 1.6
+ *
+ - 29
+ - 1035
+ - 1.5
+ *
+ - 30
+ - 1049
+ - 1.5
+ *
+ - 31
+ - 1049
+ - 1.6
+ *
+ - 32
+ - 1059
+ - 1.5
+ *
+ - 33
+ - 1023
+ - 1.5
+ *
+ - 34
+ - 1031
+ - 1.5
+ *
+ - 35
+ - 1035
+ - 1.7
+ *
+ - 36
+ - 1024
+ - 1.5
+ *
+ - 37
+ - 1027
+ - 1.5
+ *
+ - 38
+ - 1067
+ - 1.6
+ *
+ - 39
+ - 981
+ - 1.6
+ *
+ - 40
+ - 987
+ - 1.6
+ *
+ - 41
+ - 979
+ - 1.6
+ *
+ - 42
+ - 1023
+ - 1.5
+ *
+ - 43
+ - 1034
+ - 1.5
+ *
+ - 44
+ - 1010
+ - 1.5
+ *
+ - 45
+ - 1026
+ - 1.7
+ *
+ - 46
+ - 1041
+ - 1.5
+ *
+ - 47
+ - 1051
+ - 1.5
+ *
+ - 48
+ - 1012
+ - 1.6
+ *
+ - 49
+ - 981
+ - 1.6
+ *
+ - 50
+ - 1015
+ - 1.5
+ *
+ - 51
+ - 1014
+ - 1.6
+ *
+ - 52
+ - 1008
+ - 1.6
+ *
+ - 53
+ - 986
+ - 1.6
+ *
+ - 54
+ - 922
+ - 1.6
+ *
+ - 55
+ - 1002
+ - 1.6
+ *
+ - 56
+ - 1012
+ - 1.5
+ *
+ - 57
+ - 1013
+ - 1.5
+ *
+ - 58
+ - 1002
+ - 1.6
+ *
+ - 59
+ - 1046
+ - 1.5
+ *
+ - 60
+ - 1006
+ - 1.5
+ *
+ - 61
+ - 973
+ - 1.6
+ *
+ - 62
+ - 997
+ - 1.6
+ *
+ - 63
+ - 999
+ - 1.5
+ *
+ - 64
+ - 1001
+ - 1.6
+ *
+ - 65
+ - 1010
+ - 1.6
+ *
+ - 66
+ - 1018
+ - 1.5
+ *
+ - 67
+ - 985
+ - 1.6
+ *
+ - 68
+ - 1005
+ - 1.7
+ *
+ - 69
+ - 976
+ - 1.6
+ *
+ - 70
+ - 996
+ - 1.5
+ *
+ - 71
+ - 1004
+ - 1.5
+ *
+ - 72
+ - 1037
+ - 1.6
+ *
+ - 73
+ - 1051
+ - 1.5
+ *
+ - 74
+ - 1059
+ - 1.5
+ *
+ - 75
+ - 1041
+ - 1.6
+ *
+ - 76
+ - 1058
+ - 1.5
+ *
+ - 77
+ - 1027
+ - 1.5
+ *
+ - 78
+ - 1021
+ - 1.7
+ *
+ - 79
+ - 1042
+ - 1.5
+ *
+ - 80
+ - 1054
+ - 1.5
+ *
+ - 81
+ - 1049
+ - 1.6
+ *
+ - 82
+ - 1064
+ - 1.5
+ *
+ - 83
+ - 1075
+ - 1.5
+ *
+ - 84
+ - 1058
+ - 1.6
+ *
+ - 85
+ - 1075
+ - 1.5
+ *
+ - 86
+ - 1064
+ - 1.5
+ *
+ - 87
+ - 1051
+ - 1.5
+ *
+ - 88
+ - 1039
+ - 1.6
+ *
+ - 89
+ - 1032
+ - 1.5
+ *
+ - 90
+ - 1083
+ - 1.5
+ *
+ - 91
+ - 1017
+ - 1.6
+ *
+ - 92
+ - 1049
+ - 1.5
+ *
+ - 93
+ - 1034
+ - 1.5
+ *
+ - 94
+ - 1058
+ - 1.6
+ *
+ - 95
+ - 1046
+ - 1.5
+ *
+ - 96
+ - 1035
+ - 1.5
+ *
+ - 97
+ - 1017
+ - 1.6
+ *
+ - 98
+ - 1031
+ - 1.5
+ *
+ - 99
+ - 1047
+ - 1.5
+ *
+ - 100
+ - 1008
+ - 1.6
+ *
+ - 101
+ - 1041
+ - 1.6
+ *
+ - 102
+ - 1017
+ - 1.5
+ *
+ - 103
+ - 1025
+ - 1.5
+ *
+ - 104
+ - 1020
+ - 1.7
+ *
+ - 105
+ - 1030
+ - 1.5
+ *
+ - 106
+ - 1022
+ - 1.5
+ *
+ - 107
+ - 1016
+ - 1.6
+ *
+ - 108
+ - 1030
+ - 1.5
+ *
+ - 109
+ - 1021
+ - 1.5
+ *
+ - 110
+ - 1014
+ - 1.6
+ *
+ - 111
+ - 1015
+ - 1.6
+ *
+ - 112
+ - 1023
+ - 1.5
+ *
+ - 113
+ - 1011
+ - 1.5
+ *
+ - 114
+ - 1035
+ - 1.6
+ *
+ - 115
+ - 1010
+ - 1.6
+ *
+ - 116
+ - 1045
+ - 1.5
+ *
+ - 117
+ - 1048
+ - 1.6
+ *
+ - 118
+ - 1044
+ - 1.5
+ *
+ - 119
+ - 1005
+ - 1.6
+ *
+ - 120
+ - 1048
+ - 1.6
+ *
+ - 121
+ - 1016
+ - 1.6
+ *
+ - 122
+ - 975
+ - 1.5
+ *
+ - 123
+ - 0
+ - .
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-cast-cs1ss2-ks2/rpc_cast_message_flow.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-cast-cs1ss2-ks2/rpc_cast_message_flow.svg
new file mode 100644
index 0000000..824b3f8
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-cast-cs1ss2-ks2/rpc_cast_message_flow.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-cast-cs1ss2-ks2/rpc_cast_received_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-cast-cs1ss2-ks2/rpc_cast_received_messages.svg
new file mode 100644
index 0000000..609e57c
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-cast-cs1ss2-ks2/rpc_cast_received_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-cast-cs1ss2-ks2/rpc_cast_sent_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-cast-cs1ss2-ks2/rpc_cast_sent_messages.svg
new file mode 100644
index 0000000..d10de9a
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-cast-cs1ss2-ks2/rpc_cast_sent_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-notify-cs1ss2-ks2/index.rst b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-notify-cs1ss2-ks2/index.rst
new file mode 100644
index 0000000..7047db4
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-notify-cs1ss2-ks2/index.rst
@@ -0,0 +1,1078 @@
+NOTIFY fail-over test report
+----------------------------
+
+This is the report for :ref:`message_queue_ha_rpc_cmsm_km`.
+
+This scenario is executed with help of oslo.messaging simulator. There is
+one client-server pair of simulator running in single-threaded mode. The
+stats are collected from both client and server and detailed report is shown
+with one second precision.
+
+
+Execution Summary
+^^^^^^^^^^^^^^^^^
+
+
+.. list-table::
+ :header-rows: 1
+
+ *
+ - attribute
+ - value
+ *
+ - Client sent, msg
+ - 122319
+ *
+ - Server received, msg
+ - 122319
+ *
+ - Loss, msg
+ - 0
+ *
+ - Errors, msg
+ - 0
+ *
+ - Duration, sec
+ - 121.1
+ *
+ - Throughput, msg/sec
+ - 1010.5
+ *
+ - Transfer, Mb
+ - 388.6
+ *
+ - Bandwidth, Mb/sec
+ - 3.2
+ *
+ - Avg. latency, ms
+ - 48.0
+ *
+ - Max latency, ms
+ - 2027.8
+
+
+Message flow
+^^^^^^^^^^^^
+
+This chart shows the message flow between client and server. It includes
+messages sent by the client, received by the server and errors caught by
+the client.
+
+.. image:: notify_message_flow.*
+
+
+
+where:
+ * ``sent`` - messages sent by the client
+ * ``received`` - messages received by the server
+ * ``errors`` - errors exposed and caught by the client
+
+
+Messages sent by the client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages sent by client and error rate.
+
+.. image:: notify_sent_messages.*
+
+
+.. list-table:: NOTIFY sent messages
+ :header-rows: 1
+
+ *
+ - time
+ - sent, msg
+ - errors, msg
+ *
+ - 0
+ - 1
+ - 0
+ *
+ - 1
+ - 1005
+ - 0
+ *
+ - 2
+ - 998
+ - 0
+ *
+ - 3
+ - 991
+ - 0
+ *
+ - 4
+ - 969
+ - 0
+ *
+ - 5
+ - 1001
+ - 0
+ *
+ - 6
+ - 968
+ - 0
+ *
+ - 7
+ - 1004
+ - 0
+ *
+ - 8
+ - 1012
+ - 0
+ *
+ - 9
+ - 1016
+ - 0
+ *
+ - 10
+ - 1016
+ - 0
+ *
+ - 11
+ - 1035
+ - 0
+ *
+ - 12
+ - 1019
+ - 0
+ *
+ - 13
+ - 994
+ - 0
+ *
+ - 14
+ - 1022
+ - 0
+ *
+ - 15
+ - 1040
+ - 0
+ *
+ - 16
+ - 1062
+ - 0
+ *
+ - 17
+ - 1038
+ - 0
+ *
+ - 18
+ - 1018
+ - 0
+ *
+ - 19
+ - 1053
+ - 0
+ *
+ - 20
+ - 1043
+ - 0
+ *
+ - 21
+ - 1000
+ - 0
+ *
+ - 22
+ - 1017
+ - 0
+ *
+ - 23
+ - 1028
+ - 0
+ *
+ - 24
+ - 1029
+ - 0
+ *
+ - 25
+ - 1031
+ - 0
+ *
+ - 26
+ - 1042
+ - 0
+ *
+ - 27
+ - 1021
+ - 0
+ *
+ - 28
+ - 1053
+ - 0
+ *
+ - 29
+ - 1027
+ - 0
+ *
+ - 30
+ - 1035
+ - 0
+ *
+ - 31
+ - 1005
+ - 0
+ *
+ - 32
+ - 1001
+ - 0
+ *
+ - 33
+ - 975
+ - 0
+ *
+ - 34
+ - 1019
+ - 0
+ *
+ - 35
+ - 1030
+ - 0
+ *
+ - 36
+ - 1039
+ - 0
+ *
+ - 37
+ - 1036
+ - 0
+ *
+ - 38
+ - 1046
+ - 0
+ *
+ - 39
+ - 1028
+ - 0
+ *
+ - 40
+ - 1033
+ - 0
+ *
+ - 41
+ - 1029
+ - 0
+ *
+ - 42
+ - 1039
+ - 0
+ *
+ - 43
+ - 1004
+ - 0
+ *
+ - 44
+ - 1005
+ - 0
+ *
+ - 45
+ - 1031
+ - 0
+ *
+ - 46
+ - 985
+ - 0
+ *
+ - 47
+ - 1011
+ - 0
+ *
+ - 48
+ - 988
+ - 0
+ *
+ - 49
+ - 1017
+ - 0
+ *
+ - 50
+ - 1013
+ - 0
+ *
+ - 51
+ - 1032
+ - 0
+ *
+ - 52
+ - 1000
+ - 0
+ *
+ - 53
+ - 1047
+ - 0
+ *
+ - 54
+ - 996
+ - 0
+ *
+ - 55
+ - 1019
+ - 0
+ *
+ - 56
+ - 981
+ - 0
+ *
+ - 57
+ - 1013
+ - 0
+ *
+ - 58
+ - 1010
+ - 0
+ *
+ - 59
+ - 1030
+ - 0
+ *
+ - 60
+ - 1010
+ - 0
+ *
+ - 61
+ - 1004
+ - 0
+ *
+ - 62
+ - 998
+ - 0
+ *
+ - 63
+ - 992
+ - 0
+ *
+ - 64
+ - 1003
+ - 0
+ *
+ - 65
+ - 1018
+ - 0
+ *
+ - 66
+ - 1002
+ - 0
+ *
+ - 67
+ - 1036
+ - 0
+ *
+ - 68
+ - 1055
+ - 0
+ *
+ - 69
+ - 1043
+ - 0
+ *
+ - 70
+ - 1014
+ - 0
+ *
+ - 71
+ - 1045
+ - 0
+ *
+ - 72
+ - 1018
+ - 0
+ *
+ - 73
+ - 1009
+ - 0
+ *
+ - 74
+ - 1025
+ - 0
+ *
+ - 75
+ - 1006
+ - 0
+ *
+ - 76
+ - 1037
+ - 0
+ *
+ - 77
+ - 1026
+ - 0
+ *
+ - 78
+ - 1017
+ - 0
+ *
+ - 79
+ - 1027
+ - 0
+ *
+ - 80
+ - 1018
+ - 0
+ *
+ - 81
+ - 1030
+ - 0
+ *
+ - 82
+ - 1024
+ - 0
+ *
+ - 83
+ - 1008
+ - 0
+ *
+ - 84
+ - 1016
+ - 0
+ *
+ - 85
+ - 1002
+ - 0
+ *
+ - 86
+ - 1025
+ - 0
+ *
+ - 87
+ - 1010
+ - 0
+ *
+ - 88
+ - 1031
+ - 0
+ *
+ - 89
+ - 1031
+ - 0
+ *
+ - 90
+ - 993
+ - 0
+ *
+ - 91
+ - 998
+ - 0
+ *
+ - 92
+ - 1031
+ - 0
+ *
+ - 93
+ - 1003
+ - 0
+ *
+ - 94
+ - 1038
+ - 0
+ *
+ - 95
+ - 1023
+ - 0
+ *
+ - 96
+ - 1043
+ - 0
+ *
+ - 97
+ - 1030
+ - 0
+ *
+ - 98
+ - 1028
+ - 0
+ *
+ - 99
+ - 1009
+ - 0
+ *
+ - 100
+ - 1004
+ - 0
+ *
+ - 101
+ - 1034
+ - 0
+ *
+ - 102
+ - 1020
+ - 0
+ *
+ - 103
+ - 1064
+ - 0
+ *
+ - 104
+ - 1043
+ - 0
+ *
+ - 105
+ - 1014
+ - 0
+ *
+ - 106
+ - 991
+ - 0
+ *
+ - 107
+ - 1013
+ - 0
+ *
+ - 108
+ - 1019
+ - 0
+ *
+ - 109
+ - 1020
+ - 0
+ *
+ - 110
+ - 1040
+ - 0
+ *
+ - 111
+ - 1032
+ - 0
+ *
+ - 112
+ - 1035
+ - 0
+ *
+ - 113
+ - 1043
+ - 0
+ *
+ - 114
+ - 1029
+ - 0
+ *
+ - 115
+ - 1035
+ - 0
+ *
+ - 116
+ - 1034
+ - 0
+ *
+ - 117
+ - 1030
+ - 0
+ *
+ - 118
+ - 1035
+ - 0
+ *
+ - 119
+ - 1018
+ - 0
+ *
+ - 120
+ - 940
+ - 0
+
+
+Messages received by the server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This chart shows messages received by the server and their latency.
+
+.. image:: notify_received_messages.*
+
+
+.. list-table:: NOTIFY received messages
+ :header-rows: 1
+
+ *
+ - time
+ - round-trip, msg
+ - latency, ms
+ *
+ - 0
+ - 0
+ - .
+ *
+ - 1
+ - 0
+ - .
+ *
+ - 2
+ - 999
+ - 1.6
+ *
+ - 3
+ - 998
+ - 1.7
+ *
+ - 4
+ - 991
+ - 1.6
+ *
+ - 5
+ - 969
+ - 1.6
+ *
+ - 6
+ - 1001
+ - 1.7
+ *
+ - 7
+ - 967
+ - 1.6
+ *
+ - 8
+ - 1004
+ - 1.6
+ *
+ - 9
+ - 1012
+ - 1.6
+ *
+ - 10
+ - 1018
+ - 1.6
+ *
+ - 11
+ - 1014
+ - 1.6
+ *
+ - 12
+ - 1035
+ - 1.5
+ *
+ - 13
+ - 1020
+ - 1.6
+ *
+ - 14
+ - 994
+ - 1.6
+ *
+ - 15
+ - 1022
+ - 1.6
+ *
+ - 16
+ - 262
+ - 1.6
+ *
+ - 17
+ - 0
+ - .
+ *
+ - 18
+ - 1175
+ - 1825.6
+ *
+ - 19
+ - 1705
+ - 1316.1
+ *
+ - 20
+ - 1703
+ - 665.6
+ *
+ - 21
+ - 1411
+ - 122.0
+ *
+ - 22
+ - 1001
+ - 1.5
+ *
+ - 23
+ - 1017
+ - 1.5
+ *
+ - 24
+ - 1028
+ - 1.5
+ *
+ - 25
+ - 1030
+ - 1.6
+ *
+ - 26
+ - 1031
+ - 1.5
+ *
+ - 27
+ - 1041
+ - 1.5
+ *
+ - 28
+ - 1022
+ - 1.6
+ *
+ - 29
+ - 1053
+ - 1.4
+ *
+ - 30
+ - 1027
+ - 1.4
+ *
+ - 31
+ - 1035
+ - 1.5
+ *
+ - 32
+ - 1005
+ - 1.5
+ *
+ - 33
+ - 1001
+ - 1.5
+ *
+ - 34
+ - 974
+ - 1.5
+ *
+ - 35
+ - 1020
+ - 1.6
+ *
+ - 36
+ - 1029
+ - 1.5
+ *
+ - 37
+ - 1040
+ - 1.5
+ *
+ - 38
+ - 1036
+ - 1.6
+ *
+ - 39
+ - 1046
+ - 1.5
+ *
+ - 40
+ - 1029
+ - 1.5
+ *
+ - 41
+ - 1032
+ - 1.5
+ *
+ - 42
+ - 1029
+ - 1.6
+ *
+ - 43
+ - 1039
+ - 1.5
+ *
+ - 44
+ - 1003
+ - 1.5
+ *
+ - 45
+ - 1005
+ - 1.6
+ *
+ - 46
+ - 1031
+ - 1.5
+ *
+ - 47
+ - 985
+ - 1.5
+ *
+ - 48
+ - 1011
+ - 1.5
+ *
+ - 49
+ - 988
+ - 1.6
+ *
+ - 50
+ - 1017
+ - 1.5
+ *
+ - 51
+ - 1012
+ - 1.5
+ *
+ - 52
+ - 1032
+ - 1.5
+ *
+ - 53
+ - 999
+ - 1.5
+ *
+ - 54
+ - 1048
+ - 1.4
+ *
+ - 55
+ - 996
+ - 1.5
+ *
+ - 56
+ - 1018
+ - 1.5
+ *
+ - 57
+ - 982
+ - 1.5
+ *
+ - 58
+ - 1013
+ - 1.5
+ *
+ - 59
+ - 1010
+ - 1.6
+ *
+ - 60
+ - 1030
+ - 1.5
+ *
+ - 61
+ - 1011
+ - 1.5
+ *
+ - 62
+ - 1003
+ - 1.5
+ *
+ - 63
+ - 997
+ - 1.6
+ *
+ - 64
+ - 993
+ - 1.5
+ *
+ - 65
+ - 1003
+ - 1.5
+ *
+ - 66
+ - 1018
+ - 1.5
+ *
+ - 67
+ - 1002
+ - 1.5
+ *
+ - 68
+ - 1035
+ - 1.5
+ *
+ - 69
+ - 1056
+ - 1.5
+ *
+ - 70
+ - 1043
+ - 1.5
+ *
+ - 71
+ - 1014
+ - 1.5
+ *
+ - 72
+ - 1045
+ - 1.4
+ *
+ - 73
+ - 1018
+ - 1.5
+ *
+ - 74
+ - 1010
+ - 1.5
+ *
+ - 75
+ - 1025
+ - 1.5
+ *
+ - 76
+ - 1006
+ - 1.6
+ *
+ - 77
+ - 1037
+ - 1.5
+ *
+ - 78
+ - 1026
+ - 1.5
+ *
+ - 79
+ - 1017
+ - 1.5
+ *
+ - 80
+ - 1027
+ - 1.5
+ *
+ - 81
+ - 1018
+ - 1.5
+ *
+ - 82
+ - 1030
+ - 1.5
+ *
+ - 83
+ - 1025
+ - 1.6
+ *
+ - 84
+ - 1007
+ - 1.5
+ *
+ - 85
+ - 1016
+ - 1.5
+ *
+ - 86
+ - 1003
+ - 1.5
+ *
+ - 87
+ - 1024
+ - 1.5
+ *
+ - 88
+ - 1011
+ - 1.5
+ *
+ - 89
+ - 1030
+ - 1.5
+ *
+ - 90
+ - 1031
+ - 1.7
+ *
+ - 91
+ - 993
+ - 1.5
+ *
+ - 92
+ - 999
+ - 1.5
+ *
+ - 93
+ - 1031
+ - 1.5
+ *
+ - 94
+ - 1004
+ - 1.6
+ *
+ - 95
+ - 1037
+ - 1.4
+ *
+ - 96
+ - 1023
+ - 1.5
+ *
+ - 97
+ - 1043
+ - 1.7
+ *
+ - 98
+ - 1030
+ - 1.5
+ *
+ - 99
+ - 1029
+ - 1.5
+ *
+ - 100
+ - 1008
+ - 1.6
+ *
+ - 101
+ - 1004
+ - 1.5
+ *
+ - 102
+ - 1034
+ - 1.4
+ *
+ - 103
+ - 1020
+ - 1.5
+ *
+ - 104
+ - 1063
+ - 1.5
+ *
+ - 105
+ - 1043
+ - 1.4
+ *
+ - 106
+ - 1014
+ - 1.5
+ *
+ - 107
+ - 991
+ - 1.6
+ *
+ - 108
+ - 1014
+ - 1.5
+ *
+ - 109
+ - 1018
+ - 1.5
+ *
+ - 110
+ - 1020
+ - 1.5
+ *
+ - 111
+ - 1040
+ - 1.5
+ *
+ - 112
+ - 1031
+ - 1.4
+ *
+ - 113
+ - 1036
+ - 1.4
+ *
+ - 114
+ - 1043
+ - 1.5
+ *
+ - 115
+ - 1029
+ - 1.4
+ *
+ - 116
+ - 1035
+ - 1.5
+ *
+ - 117
+ - 1035
+ - 1.5
+ *
+ - 118
+ - 1022
+ - 1.5
+ *
+ - 119
+ - 1035
+ - 1.4
+ *
+ - 120
+ - 1017
+ - 1.4
+ *
+ - 121
+ - 952
+ - 1.5
+ *
+ - 122
+ - 0
+ - .
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-notify-cs1ss2-ks2/notify_message_flow.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-notify-cs1ss2-ks2/notify_message_flow.svg
new file mode 100644
index 0000000..20b2486
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-notify-cs1ss2-ks2/notify_message_flow.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-notify-cs1ss2-ks2/notify_received_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-notify-cs1ss2-ks2/notify_received_messages.svg
new file mode 100644
index 0000000..34dcfa5
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-notify-cs1ss2-ks2/notify_received_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-notify-cs1ss2-ks2/notify_sent_messages.svg b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-notify-cs1ss2-ks2/notify_sent_messages.svg
new file mode 100644
index 0000000..e1f7440
--- /dev/null
+++ b/doc/source/test_results/mq_ha/rabbitmq/cs1ss2-ks2/omsimulator-ha-notify-cs1ss2-ks2/notify_sent_messages.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file