From 62ca40b14b6723e80d9cc0619a6a239d22c75784 Mon Sep 17 00:00:00 2001 From: rohitsakala Date: Sat, 21 Jan 2017 21:30:33 +0530 Subject: Add code coverage report in jenkins job Modified existing bash script to enable code coverage report in jenkins job. Removed test-requirements.txt. JIRA: FUNCTEST-703 Change-Id: I7ea6b5c87ce7d098dcb0c74ed195db0f6c3b9692 Signed-off-by: rohitsakala --- testapi/test-requirements.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 testapi/test-requirements.txt (limited to 'testapi/test-requirements.txt') diff --git a/testapi/test-requirements.txt b/testapi/test-requirements.txt deleted file mode 100644 index ddbdefc..0000000 --- a/testapi/test-requirements.txt +++ /dev/null @@ -1,7 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -testtools>=1.4.0 -discover -futures \ No newline at end of file -- cgit 1.2.3-korg