Minor typo in README, added plans for new policies in stage-test
[osm/tests.git] / devops-stages / stage-test.sh
index 0fcf210..31161ac 100755 (executable)
@@ -93,6 +93,13 @@ check_spaces_eol robot-systest/testsuite
 check_spaces_eol robot-systest/lib
 echo "No presence of spaces at EOL in robot files. Correct!"
 
+# Other policies to be added here:
+# - Blank lines used to separate main sections (Settings, Variables, Test Cases, Keywords)
+# - Blank lines used to separate parts of eah section:
+#   - Variables: max 1 blank line to separate each one
+#   - Settings: 1 blank line to separate each kind of setting (all LIbrary together, all Resource together, etc.)
+#   - Test cases: 2 blank lines between test cases, max 1 blank line inside Test case, no blank line after Test Case Keyword
+
 echo "SUCCESS"
 exit 0