We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, client unit tests status (rcm/client/test/test.py) is
rcm/client/test/test.py
test_encryption (__main__.TestAESCipher) ... ERROR test_encryption (__main__.TestD3DESCipher) ... ok test_newcon_api (__main__.TestManager) ... vncviewer path: /home/vagrant/work/tv/opt/TurboVNC/bin/vncviewer User: Password: ERROR test_encryption (__main__.TestRCMCipher) ... ERROR test_login_fail (__main__.TestSSHSessionWidget) ... ok test_login_successful (__main__.TestSSHSessionWidget) ... ok
TestAESCipher and TestRCMCipher are failing for:
TestAESCipher
TestRCMCipher
ModuleNotFoundError: No module named 'Crypto'
while TestManager has a bit convoluted behavior (i.e. expect input from user) and should not be a unit test to me.
TestManager
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, client unit tests status (
rcm/client/test/test.py
) isTestAESCipher
andTestRCMCipher
are failing for:while
TestManager
has a bit convoluted behavior (i.e. expect input from user) and should not be a unit test to me.The text was updated successfully, but these errors were encountered: