Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
no alert tests for now in multianalyzer
Browse files Browse the repository at this point in the history
nplanel committed Mar 25, 2019

Verified

This commit was signed with the committer’s verified signature.
m4tx Mateusz Maćkowski
1 parent 87d71c2 commit abaed58
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci/run-vagrant-tests.sh
Original file line number Diff line number Diff line change
@@ -147,12 +147,14 @@ do
fi

vagrant ssh analyzer1 -- sudo journalctl -n 200 -u skydive-analyzer
vagrant ssh analyzer2 -- sudo journalctl -n 200 -u skydive-analyzer
vagrant ssh agent1 -- sudo journalctl -n 200 -u skydive-agent

echo "================== external functional test suite ==============================="
$root/scripts/test.sh -a 192.168.50.10:8082 -e $AGENT_COUNT -c -i

vagrant ssh analyzer1 -- sudo journalctl -n 200 -u skydive-analyzer
vagrant ssh analyzer2 -- sudo journalctl -n 200 -u skydive-analyzer
vagrant ssh agent1 -- sudo journalctl -n 200 -u skydive-agent

if [ "$mode" = "package" ]; then
3 changes: 3 additions & 0 deletions tests/alert_test.go
Original file line number Diff line number Diff line change
@@ -131,6 +131,7 @@ func connect(endpoint string, timeout int, onReady func(*websocket.Conn)) (*webs
}

func TestAlertWebhook(t *testing.T) {
t.Skip("no alert tests for now in multianalyzer")
var (
err error
al *types.Alert
@@ -306,6 +307,7 @@ func TestAlertScript(t *testing.T) {
}

func TestAlertWithTimer(t *testing.T) {
t.Skip("no alert tests for now in multianalyzer")
var (
err error
conn *websocket.Conn
@@ -381,6 +383,7 @@ func TestAlertWithTimer(t *testing.T) {
}

func TestMultipleTriggering(t *testing.T) {
t.Skip("no alert tests for now in multianalyzer")
var (
err error
conn *websocket.Conn

0 comments on commit abaed58

Please sign in to comment.