mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
fix tests for add /etc/ssh in bind mounted folder
This commit is contained in:
parent
fd50feb258
commit
8e4a87d0af
@ -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'])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user