Put tests in correct location for ironic/api/controllers/v1/

The unit tests that test the code in ironic/api/controllers/v1/ were
previously in the directory ironic/tests/unit/api/v1/ they have now
been moved to ironic/tests/unit/api/controllers/v1/

Also the following files were renamed to match the names of the files
they test:
    test_drivers.py -> test_driver.py
    test_nodes.py -> test_node.py
    test_ports.py -> test_port.py
    test_portgroups.py -> test_portgroup.py

Change-Id: If251e5611ad5168c72705bd1e81bfd233ec374bf
This commit is contained in:
John L. Villalovos 2017-05-04 09:13:37 -07:00
parent 6f1cf41ffe
commit 48ebabbde2
14 changed files with 0 additions and 0 deletions