Updated git submodules
authorArie Bregman <abregman@redhat.com>
Sat, 23 Jul 2016 12:42:28 +0000 (15:42 +0300)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 26 Jul 2016 04:36:49 +0000 (04:36 +0000)
commitb17d89615e518abebf6cb7b150735befbbd5e7ce
tree030ba0d7d1e422be59ede2d7c2c7983b8db35393
parentcb86fd7fc63edea621206cd26b8af62091ce7f17
Updated git submodules

Project: integration/test master 2a23c24d22ba33919de86358f9e04cc778af0f03

Change controller PID regex

Controller PID regex was: java.*distribution.*karaf

This regex will work only if 'distribution' is part of path name,
but if you installed opendaylight in '/opt/opendaylight', for
example, it will fail.

The only strings that can be always found in the PID regex for sure,
are 'java' and 'karaf'.

Change-Id: Ie923297745e863d74a900c2145e4122d834ea2c6
Signed-off-by: Arie Bregman <abregman@redhat.com>
docs/submodules/integration/test