|
Need to re-enable FIPS unit test. ssl/ssl_fips.js
This test runs only as part of the smokeSsl test suite, as part of Enterprise Build testing only (6 platforms).
1. run mongod
2. if returned an error, check program output:
2a. Search in rawMongoProgramOutput for "this version of mongodb was not compiled with FIPS support". If found, test succeeds. This is expected to happen on Ubuntu hosts only, because their OpenSSL is not FIPS-capable.
2b. if not found, test fails. This probably means the fingerprint didn't match, which means we didn't set up that particular host correctly.
3. if no error (server is up and running), attempt to connect via mongo shell
3a. if connect works, test succeeds
3b. if connect fails, test fails
4. shutdown mongod
|