tests: Tolerate init process pid != 1.
authorJames Page <james.page@ubuntu.com>
Thu, 20 Jun 2013 21:31:52 +0000 (22:31 +0100)
committerBen Pfaff <blp@nicira.com>
Thu, 20 Jun 2013 22:51:59 +0000 (15:51 -0700)
commitc0068e4dbd515751a7d8ca94a5fc9c56f3f52de8
treef3da15b01285206273f40d6ac0d3d944d0b53062
parent6b54845f8f0f37c74abd61a81f363e208047e364
tests: Tolerate init process pid != 1.

On Ubuntu Saucy based desktops, upstart runs with user sessions
enabled which means that the init process under which a daemon
might run is not always pid = 1.

Instead of checking for pid = 1, check to ensure that the parent
pid of the monitor is not the pid of the shell that started it.

Signed-off-by: James Page <james.page@ubuntu.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/daemon-py.at
tests/daemon.at