VOL-1056: Test Case: OLT provisioning and enabling
Refactor python test case libraries to use asserts
Simplify Robot code to single line test

Change-Id: Id9a740df7b5e4ee8c4faf6d38130a2a13158ce4b
diff --git a/tests/atests/common/auto_test.py b/tests/atests/common/auto_test.py
index 8f1997e..709d218 100755
--- a/tests/atests/common/auto_test.py
+++ b/tests/atests/common/auto_test.py
@@ -69,6 +69,6 @@
 
     volthaMngr.voltha_Initialize(ROOT_DIR, VOLTHA_DIR, LOG_DIR)
 
-    preprovisioning.runTest('olt.voltha.svc', 50060, LOG_DIR)
+    preprovisioning.runTest('olt.voltha.svc', 50060, 'ponsim_olt', 'ponsim_onu', LOG_DIR)
 
     time.sleep(5)