aboutsummaryrefslogtreecommitdiff
path: root/bigtop-tests/spec-tests
diff options
context:
space:
mode:
authorJohn Mertic <jmertic@gmail.com>2016-03-24 16:59:44 -0400
committerRoman Shaposhnik <rvs@apache.org>2017-03-23 10:27:01 -0700
commit38b5064f435bebb8457ec608ed57f1e489b972be (patch)
treefcd63aaa2552a42529719f8accdd105b49c5c15d /bigtop-tests/spec-tests
parentaaed995f5447a18a26be9a30afc3558e2eb6bdf6 (diff)
ODPI-112 - Remove test for HADOOP_PLATVER_2
(cherry picked from commit df06b5cce097d33a15ab5b832d3532e5363e0a3e)
Diffstat (limited to 'bigtop-tests/spec-tests')
-rw-r--r--bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy9
1 files changed, 0 insertions, 9 deletions
diff --git a/bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy b/bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy
index 40e16f64..6c847940 100644
--- a/bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy
+++ b/bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy
@@ -171,15 +171,6 @@ specs {
message = 'Hadoop\'s version string is not correct'
}
}
- 'HADOOP_PLATVER_2' {
- name = 'HADOOP_PLATVER'
- type = 'shell'
- arguments {
- command = 'grep -E \'STARTUP_MSG:\\s+version\' `find /var/log/ -path "*hadoop*" -name "*.log" | head -n 1` ' +
- '| sed \'s/[^=]\\+= //\' | grep -E \'[0-9\\.]+[_\-][A-Za-z_0-9]+\''
- message = 'Log files do not contain correct correct version'
- }
- }
'HADOOP_DIRSTRUCT_COMMON' {
name = 'HADOOP_DIRSTRUCT_COMMON'
type = 'dirstruct'