neutron/doc/source/devref/fullstack_testing.rst
IWAMOTO Toshihiro 761206540e devref: Remove resolved fullstack TODO items
neutron-server and ovs-agents are stopped with SIGTERM since a while ago.
DHCP HA tests have been written.

Change-Id: I93361e641bb07eaee92b2c60d7e0adf3fafed657
2017-04-17 15:54:33 +09:00

1.3 KiB

Full Stack Testing

Goals

  • Stabilize the job:
    • Fix L3 HA failure
    • Look in to non-deterministic failures when adding a large amount of tests (Possibly bug 1486199).
    • Switch to kill signal 15 to terminate agents (Bug 1487548).
  • Convert the L3 HA failover functional test to a full stack test
  • Write DVR tests
  • Write additional L3 HA tests
  • Write a test that validates DVR + L3 HA integration after https://bugs.launchpad.net/neutron/+bug/1365473 is fixed.