daemon.at: Make changes for Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 29 May 2014 15:31:09 +0000 (08:31 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 10 Jun 2014 18:50:28 +0000 (11:50 -0700)
commitfc28ea526c9f788e59152c2e4151ce1a46702afc
treeeecc9bc6a2ae940504a9bb18653a7c8fbbfb44f5
parent52a6bdafbd54f0d524acd15f673fd0a616249b4b
daemon.at: Make changes for Windows.

Skip some of the tests that uses '--monitor' as an option as
it is not implemented on Windows.

When a 'kill pid' is done on windows (through 'taskkill //F'),
pidfiles are not deleted (because it is force kill), so use
'ovs-appctl exit' instead.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tests/daemon.at