Created
August 6, 2018 04:29
-
-
Save icy/a59f975ba54224b7d941b2e38ccc74a1 to your computer and use it in GitHub Desktop.
salt-unit.utils.test_cloud.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./tests/runtests.py -n unit.utils.test_cloud | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
* Python Version: 3.6.6 (default, Jun 27 2018, 13:11:40) [GCC 8.1.1 20180531] | |
* Transplanting configuration files to '/tmp/salt-tests-tmpdir/config' | |
* Current Directory: /home/pi/projects/icyfork/salt | |
* Test suite is running under PID 31360 | |
* Logging tests on /tmp/salt-runtests.log | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Starting unit.utils.test_cloud Tests | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
s.s.. | |
---------------------------------------------------------------------- | |
Ran 5 tests in 0.002s | |
OK (skipped=2) | |
======================================================================================================= Overall Tests Report ======================================================================================================== | |
*** unit.utils.test_cloud Tests ****************************************************************************************************************************************************************************************************** | |
-------- Skipped Tests ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
-> unit.utils.test_cloud.CloudUtilsTestCase.test__save_password_in_keyring -> The "keyring" python module is not installed | |
-> unit.utils.test_cloud.CloudUtilsTestCase.test_retrieve_password_from_keyring -> The "keyring" python module is not installed | |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
======================================================================================================================================================================================================================================= | |
OK (total=5, skipped=2, passed=3, failures=0, errors=0) | |
======================================================================================================= Overall Tests Report ======================================================================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment