faucetsdn / faucetagent

gNMI agent for faucet configuration
5 stars 2 forks source link

send SIGINT to agent to exercise graceful shutdown #15

Closed lantz closed 5 years ago

lantz commented 5 years ago

Perhaps the agent should try to catch SIGTERM, which python doesn't actually turn into an exception by default. Doing so is platform-dependent however.