utils: fix yamllint issues 77/30477/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 14 Mar 2017 18:58:05 +0000 (11:58 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 14 Mar 2017 19:00:13 +0000 (12:00 -0700)
Linting utils/test yaml files

Change-Id: Id239cb2e2b2c4658dedfc187b7784b0302701700
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
utils/test/dashboard/dashboard/functest/testcases.yaml
utils/test/dashboard/dashboard/qtip/testcases.yaml
utils/test/reporting/reporting.yaml
utils/test/testapi/update/test.yml
utils/test/testapi/update/update.yml

index cd337cd..dfa9cc2 100644 (file)
@@ -1,3 +1,4 @@
+---
 qtip:
     -
         name: compute_test_suite
@@ -18,7 +19,7 @@ qtip:
                 fields:
                     - field: details.index
     -
-        name:storage_test_suite
+        name: storage_test_suite
         format: qpi
         test_family: storage
         visualizations:
index 81e976a..d02f08d 100644 (file)
@@ -1,3 +1,4 @@
+---
 general:
     installers:
         - apex
@@ -19,12 +20,12 @@ general:
 
     directories:
         # Relative to the path where the repo is cloned:
-        dir_reporting:    utils/tests/reporting/
-        dir_log:          utils/tests/reporting/log/
-        dir_conf:         utils/tests/reporting/conf/
-        dir_utils:        utils/tests/reporting/utils/
-        dir_templates:    utils/tests/reporting/templates/
-        dir_display:      utils/tests/reporting/display/
+        dir_reporting: utils/tests/reporting/
+        dir_log: utils/tests/reporting/log/
+        dir_conf: utils/tests/reporting/conf/
+        dir_utils: utils/tests/reporting/utils/
+        dir_templates: utils/tests/reporting/templates/
+        dir_display: utils/tests/reporting/display/
 
     url: testresults.opnfv.org/reporting/
 
@@ -48,8 +49,8 @@ functest:
     test_conf: https://git.opnfv.org/cgit/functest/plain/functest/ci/testcases.yaml
     log_level: ERROR
     jenkins_url: https://build.opnfv.org/ci/view/functest/job/
-    exclude_noha: False
-    exclude_virtual: False
+    exclude_noha: "False"
+    exclude_virtual: "False"
 
 yardstick:
     test_conf: https://git.opnfv.org/cgit/yardstick/plain/tests/ci/report_config.yaml
@@ -57,7 +58,7 @@ yardstick:
 
 storperf:
     test_list:
-      - snia_steady_state
+        - snia_steady_state
     log_level: ERROR
 
 qtip:
index a886872..943105c 100644 (file)
@@ -1,7 +1,7 @@
 ---
 - hosts: "{{ host }}"
   remote_user: "{{ user }}"
-  become: yes
+  become: "yes"
   become_method: sudo
   vars:
     user: "root"
index e6663d9..18b75b6 100644 (file)
@@ -1,7 +1,7 @@
 ---
 - hosts: "{{ host }}"
   remote_user: "{{ user }}"
-  become: yes
+  become: "yes"
   become_method: sudo
   vars:
     user: "root"
@@ -47,4 +47,4 @@
     - name: remove temporary update directory
       file:
         path: "{{ update_path }}"
-        state: absent
\ No newline at end of file
+        state: absent