local multicast on the client side

This commit is contained in:
Matej Sekoranja
2014-11-13 08:37:06 +01:00
parent 4ec961e98b
commit b3c030d946
3 changed files with 129 additions and 1 deletions

View File

@@ -12,6 +12,8 @@
#define TESTSERVERNOMAIN
#include <stdlib.h>
#include <epicsExit.h>
#include <epicsUnitTest.h>
#include <testMain.h>
@@ -93,6 +95,9 @@ class ChannelAccessIFRemoteTest: public ChannelAccessIFTest {
MAIN(testChannelAccess)
{
putenv(const_cast<char*>("EPICS_PVA_ADDR_LIST=127.0.0.1"));
putenv(const_cast<char*>("EPICS_PVA_AUTO_ADDR_LIST=0"));
SET_LOG_LEVEL(logLevelError);
ChannelAccessIFRemoteTest caRemoteTest;
return caRemoteTest.runAllTest();