mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
add functionnal test for hubtest (#996)
* add hubtest in functionnal test
This commit is contained in:
parent
de87d0d951
commit
37eedce72e
3 changed files with 36 additions and 24 deletions
12
scripts/func_tests/tests_post-install_6hubtests.sh
Executable file
12
scripts/func_tests/tests_post-install_6hubtests.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#! /usr/bin/env bash
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
source tests_base.sh
|
||||
|
||||
CURRENT_DIR=$(pwd)
|
||||
|
||||
git clone https://github.com/crowdsecurity/hub.git
|
||||
cd hub/
|
||||
${CSCLI} hubtest run --all
|
||||
|
||||
cd "${CURRENT_DIR}"
|
Loading…
Add table
Add a link
Reference in a new issue