NetExec/tests
Marshall Hallenbeck 813edd191a tests: remove unnecessary hardcoded parameters for e2e tests 2023-03-24 15:20:07 -04:00
..
README.md tests: add e2e tests and README 2023-03-24 15:18:37 -04:00
e2e_commands.txt tests: add e2e tests and README 2023-03-24 15:18:37 -04:00
e2e_test.py tests: remove unnecessary hardcoded parameters for e2e tests 2023-03-24 15:20:07 -04:00
test_smb_database.py working on getting tests to work 2023-03-24 15:19:00 -04:00

README.md

CME Tests

Running Tests

Unit Tests

  • Install CME (either in venv or via Poetry)
  • Run pytest (or poetry run pytest)

End to End Tests

  • Install CME (either in venv or via Poetry)
  • Run python tests/e2e_tests.py -t $IP -u $USER -p $PASS, with optional -k parameter
    • Poetry: poetry run python tests/e2e_tests.py -t $IP -u $USER -p $PASS