Add ingest-useragent to vagrant tests
This commit is contained in:
parent
5c7ca5cc0c
commit
b66fc308fc
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue