HONEYCOMB-78: enable HC restart
authorMarek Gradzki <[email protected]>
Tue, 6 Sep 2016 10:03:32 +0000 (12:03 +0200)
committerMarek Gradzki <[email protected]>
Thu, 8 Sep 2016 05:47:06 +0000 (07:47 +0200)
commit7034e37e2b2e7f9776ffccb4809bfb18b709e423
treeebcc14606685f85589144fb80b9a10409c1427c7
parent58f2b6054ab31fb9dc852445e521a968c3d9ac6a
HONEYCOMB-78: enable HC restart

Includes:
- restart script for honeycomb
- HONEYCOMBC-78 fix: jVPPRegistry.close() is not invoked in case of
  VPP restart. That prevents subsequent attempts to establish
  connection from failing (we cannot invoke vl_client_disconnect_from_vlib
  before connect_to_vpe on fresh vpp instance).

Change-Id: Icf4d6a6a40605ed34d307a0f1405b8804ba5df53
Signed-off-by: Marek Gradzki <[email protected]>
v3po/v3po2vpp/src/main/java/io/fd/honeycomb/translate/v3po/VppStateHoneycombReaderFactory.java
vpp-common/minimal-distribution/src/main/java/io/fd/honeycomb/vpp/distro/JVppRegistryProvider.java
vpp-common/minimal-distribution/src/main/java/io/fd/honeycomb/vpp/distro/VppCommonModule.java
vpp-common/vpp-translate-utils/pom.xml
vpp-common/vpp-translate-utils/src/main/java/io/fd/honeycomb/translate/v3po/util/VppStatusListener.java [new file with mode: 0644]
vpp-common/vpp-translate-utils/src/test/java/io/fd/honeycomb/translate/v3po/util/VppStatusListenerTest.java [new file with mode: 0644]