Merge "Temporarily adding 0's to the extra column for scaling max intents test."
diff --git a/TestON/tests/SCPF/SCPFscalingMaxIntents/SCPFscalingMaxIntents.py b/TestON/tests/SCPF/SCPFscalingMaxIntents/SCPFscalingMaxIntents.py
index 1633c44..87e14a4 100644
--- a/TestON/tests/SCPF/SCPFscalingMaxIntents/SCPFscalingMaxIntents.py
+++ b/TestON/tests/SCPF/SCPFscalingMaxIntents/SCPFscalingMaxIntents.py
@@ -440,6 +440,6 @@
             # how many flows we installed before crash
             temp += "," + str( totalFlows )
             # other columns in database, but we didn't use in this test
-            temp += "," + "0,0,0,0,0,0"
+            temp += "," + "0,0,0,0,0,0,0,0"
             temp += "\n"
             dbFile.write( temp )