Add ingest-useragent to vagrant tests

This commit is contained in:
Nik Everett 2016-07-01 11:28:55 -04:00
parent 5c7ca5cc0c
commit b66fc308fc
1 changed files with 8 additions and 0 deletions

View File

@ -228,6 +228,10 @@ fi
install_and_check_plugin ingest geoip geoip2-*.jar jackson-annotations-*.jar jackson-databind-*.jar maxmind-db-*.jar
}
@test "[$GROUP] install ingest-useragent plugin" {
install_and_check_plugin ingest useragent
}
@test "[$GROUP] check ingest-common module" {
check_module ingest-common jcodings-*.jar joni-*.jar
}
@ -357,6 +361,10 @@ fi
remove_plugin ingest-geoip
}
@test "[$GROUP] remove ingest-useragent plugin" {
remove_plugin ingest-useragent
}
@test "[$GROUP] remove javascript plugin" {
remove_plugin lang-javascript
}