Running the OLT reboot test once per iteration (not inside the ONU loop) and cleaning up ONOS aaa and dhcp allocations before rebooting

Change-Id: Iccdc3a9ed4557ab6ed072c0a809fd2a3962e8540
diff --git a/libraries/voltctl.robot b/libraries/voltctl.robot
index 4df47bf..b9d6844 100755
--- a/libraries/voltctl.robot
+++ b/libraries/voltctl.robot
@@ -170,6 +170,7 @@
     ${rc}    ${output}=    Run and Return Rc and Output    voltctl -c ${VOLTCTL_CONFIG} device list -m 8MB -o json
     Should Be Equal As Integers    ${rc}    0
     ${jsondata}=    To Json    ${output}
+    Log     ${output}
     ${length}=    Get Length    ${jsondata}
     ${matched}=    Set Variable    False
     FOR    ${INDEX}    IN RANGE    0    ${length}