Step 1: Move vm scripts to the right place
[integration/test.git] / test / tools / odl-mdsal-clustering-tests / clustering-performance-test / flow_add_delete_test.py
index 8eeca02e98f18725d32c3c9cb799f2011a0f4a40..8f7215cbad5aa6f0a2ba0ae08fae992f3ae22cc8 100755 (executable)
@@ -113,8 +113,8 @@ if __name__ == "__main__":
     found = ic.found_flows
 
     print 'Baseline:'
-    print '   Reported nodes: %d' % reported
-    print '   Found nodes:    %d' % found
+    print '   Reported flows: %d' % reported
+    print '   Found flows:    %d' % found
 
     # Run through <CYCLES> add cycles, where <THREADS> threads are started in
     # each cycle and <FLOWS> flows are added from each thread