Commit 5a1415d2 authored by Tristan Cavelier's avatar Tristan Cavelier Committed by Rafael Monnerat

erp5_test_result: Include a column to show the amount of wanted/used test nodes.

This change allows easily track if some test suite has enough test nodes
 to run or not.


/reviewed-on nexedi/erp5!78
parent 5ce4af81
......@@ -227,6 +227,10 @@
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>input_type</string> </key>
<value> <string>text</string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
......
......@@ -454,7 +454,7 @@
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>0</int> </value>
<value> <int>100000</int> </value>
</item>
<item>
<key> <string>list_action</string> </key>
......
......@@ -154,6 +154,10 @@
<key> <string>hidden</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>input_type</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_length</string> </key>
<value> <string></string> </value>
......
......@@ -90,6 +90,8 @@
<value>
<list>
<string>listbox_count</string>
<string>listbox_int_index</string>
<string>listbox_test_node</string>
</list>
</value>
</item>
......
......@@ -125,6 +125,14 @@
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
<tuple>
<string>int_index</string>
<string>Int Index</string>
</tuple>
<tuple>
<string>test_node</string>
<string>Nodes Quantity</string>
</tuple>
</list>
</value>
</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment