From 46126a761681cf5ae4bd98f20916048db3cd278e Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Thu, 15 Mar 2018 10:14:13 +0800 Subject: delete useless trust_indicator in result model this field aims to mark testcase status in CI evolution, it is a little bit abused, since results is used to save real-time testing result, when CI evolution is talked about again, another collection(let's say testcase_status) will be developed. Change-Id: Id797591a419b097899362ffa82010bff2e6d6cd3 Signed-off-by: SerenaFeng --- testapi/opnfv_testapi/tests/UI/e2e/resultsControllerSpec.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'testapi/opnfv_testapi/tests/UI/e2e') diff --git a/testapi/opnfv_testapi/tests/UI/e2e/resultsControllerSpec.js b/testapi/opnfv_testapi/tests/UI/e2e/resultsControllerSpec.js index 132f77d..d091a38 100644 --- a/testapi/opnfv_testapi/tests/UI/e2e/resultsControllerSpec.js +++ b/testapi/opnfv_testapi/tests/UI/e2e/resultsControllerSpec.js @@ -30,7 +30,6 @@ describe('testing the result page for anonymous user', function () { "user": null, "installer": "fuel", "scenario": "test-scenario", - "trust_indicator": null, "public": "true", "version": "euphrates", "details": "", @@ -107,7 +106,6 @@ describe('testing the result page for anonymous user', function () { "user": null, "installer": "fuel", "scenario": "test-scenario", - "trust_indicator": null, "public": "true", "version": "euphrates", "details": "", @@ -254,7 +252,6 @@ describe('testing the result page for user', function () { "user": null, "installer": "fuel", "scenario": "test-scenario", - "trust_indicator": null, "public": "true", "version": "euphrates", "details": "", -- cgit 1.2.3-korg