Tezt/Cloud: add missing index.md.jingoo file
What
Add missing index.md.jingoo file
Why
It was missing and running the command
dune exec tezt/tests/cloud/main.exe -- cloud dal -v --network ghostnet --prometheus --website --proxy
raises the following error:
[15:21:11.372] [python3#0] python3 -m http.server 80 --directory /tmp/website
[15:21:11.373] [error] file /root/tezt/lib_cloud/website/index.md.jingoo not found
How
Copy the missing file in proxy.ml.
Manually testing the MR
Run the following command
dune exec tezt/tests/cloud/main.exe -- cloud dal -v --network ghostnet --prometheus --website --proxy
And visit the corresponding website address (http://{your profile}.nl-dal.saroupille.com/).
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR