You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test environment currently has some assumptions about the folder structure of the respective python test files.
At some places the folders are manipulated manually (for example here and here.
This does not work with the mount solution of #10, and hence the mounting for test folders was removed in #26.
Acceptance Criteria
Re-activate the mounting here and adjust the test environment to work correctly.
The text was updated successfully, but these errors were encountered:
* #26:Using host network for execution of exasclt
In case of exasclt upload the user might try to push image to a custom network path. For that we need to execute the exasclt docker instance in the host network, not the isolated docker network.
Also, execute tests within container, by using exaslct script instead of starter_scripts/exaslct_without_poetry.sh
* Deactivate mounting of test folder temporarily as it causes issues with test environment.
-> #37Fixes#26.
Background
The test environment currently has some assumptions about the folder structure of the respective python test files.
At some places the folders are manipulated manually (for example here and here.
This does not work with the mount solution of #10, and hence the mounting for test folders was removed in #26.
Acceptance Criteria
Re-activate the mounting here and adjust the test environment to work correctly.
The text was updated successfully, but these errors were encountered: