diff --git a/refstack/templates/create_cloud.html b/refstack/templates/create_cloud.html deleted file mode 100644 index e1f93a9a..00000000 --- a/refstack/templates/create_cloud.html +++ /dev/null @@ -1,30 +0,0 @@ -{% extends "layout.html" %} -{% block title %}Create Cloud{% endblock %} -{% block body %} -
Cloud: | -{{ test.cloud.label }} | -
---|---|
Test ID: | -{{ test.id}} | -
Pass | -Fail | -Fail Setup | -Error | -Skip | -Total | -
---|---|---|---|---|---|
{{ test_result['summary']['PASS'] }} | -{{ test_result['summary']['FAIL'] }} | -{{ test_result['summary']['FAIL_SETUP'] }} | -{{ test_result['summary']['ERROR'] }} | -{{ test_result['summary']['SKIP'] }} | -{{ test_result['summary']['Total'] }} | -
Testcase | -Status | -Elapsed Time | -||
---|---|---|---|---|
Test Group: {{ classname }} | -||||
{{ testcase[0] }} | - {% if testcase[1] == "PASS" %} -{{ testcase[1] }} | - {% elif testcase[1] == "SKIP" %} -{{ testcase[1] }} | - {% else %} -{{ testcase[1] }} | - {% endif %} -{{ testcase[2] }}s | -