Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] MQTT Server Setup for Testing of MQTT clients

Hi All,

Al and I have been adding tests for the Java and C clients, which are run by Hudson build jobs (see https://hudson.eclipse.org/hudson/job/paho-c-dev-nightly/ for the C job).

For the basic MQTT tests, we have pointed the tests at m2m.eclipse.org, which works fine.  But now we need to add SSL and failover tests (for High Availability configurations), so we need to have MQTT server setups to test against.

We could, along with m2m.eclipse.org, have SSL and HA predefined setups which can be used by the tests.  Would m2m.eclipse.org be the right place, or should we have specific test servers somewhere else?

Or, once we had Mosquitto contributed to Eclipse, I thought the builds for the clients and server could use each other for testing.  Then the tests could configure the server as they see fit, for that test.  The simplest setup would entail running the MQTT server on the build machine where the clients were being built.

Thoughts, suggestions?

Ian


Back to the top