fix tests for add /etc/ssh in bind mounted folder

This commit is contained in:
Ryan Petrello 2019-03-26 08:04:16 -04:00
parent fd50feb258
commit 8e4a87d0af
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -460,7 +460,7 @@ class TestGenericRun():
'/AWX_PROOT_HIDE_PATHS1',
'/AWX_PROOT_HIDE_PATHS2']:
assert p in process_isolation_params['process_isolation_hide_paths']
assert 8 == len(process_isolation_params['process_isolation_hide_paths'])
assert 9 == len(process_isolation_params['process_isolation_hide_paths'])
assert '/ANSIBLE_VENV_PATH' in process_isolation_params['process_isolation_ro_paths']
assert '/AWX_VENV_PATH' in process_isolation_params['process_isolation_ro_paths']
assert 2 == len(process_isolation_params['process_isolation_ro_paths'])