mirror of
https://github.com/lopes/netbox-scanner.git
synced 2025-07-03 20:14:37 +02:00
14 lines
306 B
Bash
14 lines
306 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
|
|
python -m unittest tests.test_prime
|