diff --git a/ansible_roles/roles/archive_exist_data/tasks/main.yml b/ansible_roles/roles/archive_exist_data/tasks/main.yml index 934ac50..d9d2e22 100644 --- a/ansible_roles/roles/archive_exist_data/tasks/main.yml +++ b/ansible_roles/roles/archive_exist_data/tasks/main.yml @@ -3,7 +3,7 @@ # Upload the required tests. # -- name: Create the diriectory for saving results +- name: Create the directory for saving results file: path: /tmp/zathras_archive/results_{{ timeval }} recurse: yes diff --git a/ansible_roles/roles/test_generic/tasks/main.yml b/ansible_roles/roles/test_generic/tasks/main.yml index b5fc16b..f6fe95a 100644 --- a/ansible_roles/roles/test_generic/tasks/main.yml +++ b/ansible_roles/roles/test_generic/tasks/main.yml @@ -81,7 +81,7 @@ - name: record the shell using shell: "echo \"#/bin/bash\" > /tmp/{{ test_data.test_name }}.cmd" - - name: provide the comamnd runnig + - name: provide the command running shell: "echo \"{{ dest_dir }}//{{ test_data.exec_dir }}/{{ test_data.test_script_to_run }} --run_user {{ config_info.test_user }} --home_parent {{ config_info.user_parent_home_dir }} --iterations {{ config_info.test_iterations }} --tuned_setting {{ sys_confg }} --host_config \"{{ config_info.host_config_info }}\" --sysname \"{{ config_info.host_or_cloud_inst }}\" --sys_type {{ config_info.system_type }} {{ test_data.test_specific }}\" | sed \"s/}//g\" >> /tmp/{{ test_data.test_name }}.cmd" - name: Make runnable