mirror of
https://github.com/lopes/netbox-scanner.git
synced 2025-11-01 12:03:45 +01:00
13 lines
270 B
Bash
13 lines
270 B
Bash
#!/bin/sh
|
|
#
|
|
# Before running these tests, you must define some
|
|
# environment variables, such as:
|
|
#
|
|
# $ export NETBOX_ADDRESS="https..."
|
|
# $ export NETBOX_TOKEN="..."
|
|
# $ export NMAP_PATH="..."
|
|
##
|
|
|
|
python -m unittest tests.test_netbox
|
|
python -m unittest tests.test_nmap
|