Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 460 Bytes

DEV.md

File metadata and controls

28 lines (18 loc) · 460 Bytes

Development

Integration tests

Requirements:

Start fresh Zabbix Server:

rm -rf data
docker-compose up -d

Login to Zabbix with Admin http://localhost:3080 with creds: Admin / zabbix.

Create host test.

Use vhdt tool at least once it will create required host items.

Then run tests:

chmod +x run-integration-tests.sh
./run-integration-tests.sh