diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2017-01-17 06:49:06 -0500 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2017-01-17 06:50:00 -0500 |
commit | c2401cd1bf3898aebeef08ca699072b1dca683f0 (patch) | |
tree | 3a8eb8e7015659f852331d12215c197b3eb07645 | |
parent | b1081c6ba8a1302c5667a828b84f25633afcb3c0 (diff) |
bugfix for delete unnecessary file
Change-Id: I14b1556eb117d2111ebe85e73b8c33820db39a3e
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
-rw-r--r-- | results.log | 64 | ||||
-rw-r--r-- | yaml-violation.log | 0 |
2 files changed, 0 insertions, 64 deletions
diff --git a/results.log b/results.log deleted file mode 100644 index 6bab526f..00000000 --- a/results.log +++ /dev/null @@ -1,64 +0,0 @@ -./dovetail/tests/unit/test_testcase.yaml - 4:81 error line too long (93 > 80 characters) (line-length) - -./dovetail/compliance/proposed_tests.yml - 14:4 warning comment not indented like content (comments-indentation) - -./dovetail/testcase/ipv6.tc023.yml - 4:81 error line too long (83 > 80 characters) (line-length) - -./dovetail/testcase/ipv6.tc012.yml - 4:81 error line too long (89 > 80 characters) (line-length) - -./dovetail/testcase/ipv6.tc019.yml - 4:81 error line too long (94 > 80 characters) (line-length) - -./dovetail/testcase/ipv6.tc005.yml - 4:81 error line too long (83 > 80 characters) (line-length) - -./dovetail/testcase/ipv6.tc021.yml - 4:81 error line too long (113 > 80 characters) (line-length) - -./dovetail/testcase/ipv6.tc016.yml - 4:81 error line too long (81 > 80 characters) (line-length) - -./dovetail/testcase/ipv6.tc025.yml - 4:81 error line too long (102 > 80 characters) (line-length) - -./dovetail/testcase/ipv6.tc013.yml - 4:81 error line too long (91 > 80 characters) (line-length) - -./dovetail/testcase/ipv6.tc006.yml - 4:81 error line too long (84 > 80 characters) (line-length) - -./dovetail/testcase/example.tc003.yml - 15:1 error too many blank lines (1 > 0) (empty-lines) - -./dovetail/testcase/ipv6.tc002.yml - 4:81 error line too long (84 > 80 characters) (line-length) - 12:1 error too many blank lines (1 > 0) (empty-lines) - -./dovetail/testcase/ipv6.tc024.yml - 4:81 error line too long (90 > 80 characters) (line-length) - -./dovetail/testcase/ipv6.tc015.yml - 4:81 error line too long (97 > 80 characters) (line-length) - -./dovetail/testcase/ipv6.tc020.yml - 4:81 error line too long (101 > 80 characters) (line-length) - -./dovetail/testcase/example.tc002.yml - 4:81 error line too long (84 > 80 characters) (line-length) - 17:1 error too many blank lines (1 > 0) (empty-lines) - -./dovetail/testcase/ipv6.tc014.yml - 4:81 error line too long (89 > 80 characters) (line-length) - -./dovetail/conf/cmd_config.yml - 5:7 warning comment not indented like content (comments-indentation) - 48:81 error line too long (84 > 80 characters) (line-length) - 55:81 error line too long (83 > 80 characters) (line-length) - -./dovetail/conf/yardstick_config.yml - 19:81 error line too long (81 > 80 characters) (line-length) - diff --git a/yaml-violation.log b/yaml-violation.log deleted file mode 100644 index e69de29b..00000000 --- a/yaml-violation.log +++ /dev/null |