Commit Graph

199 Commits

Author SHA1 Message Date
Alberto Soutullo 4ddaf9533e Added node builders tests to main test script 2023-01-20 20:50:28 +01:00
Alberto Soutullo 0306877d3d modified system variables to add tests variables 2023-01-20 20:50:13 +01:00
Alberto Soutullo 8f62c39899 Added node key so some tests are reproducible 2023-01-20 20:50:01 +01:00
Alberto Soutullo fb622ac171 Added data for tests 2023-01-20 20:49:43 +01:00
Alberto Soutullo c2111a27db added tests for node builders 2023-01-20 20:49:21 +01:00
Alberto Soutullo cdbca7e803 Updated tests and added new ones for new kurtosis version in fwaku methods 2023-01-20 20:49:00 +01:00
Alberto Soutullo cd7d94af93 Updated tests for new kurtosis version in file helpers 2023-01-20 20:48:44 +01:00
Alberto Soutullo c542b27b3a Updated tests for new kurtosis version in arguments parser 2023-01-20 20:48:33 +01:00
Alberto Soutullo 33d62e0ca7 Cleaned code for tests 2023-01-20 20:48:07 +01:00
Alberto Soutullo f2d76bed03 Changed starlark code to match 0.64.2 2023-01-19 19:26:34 +01:00
Alberto Soutullo 1f714e9670 Updated kurtosis version to 0.64.2 2023-01-19 19:25:22 +01:00
Alberto Soutullo 5addeb00a8 Quick change to gennet so it takes arguments and file, prioritizing cli 2023-01-19 19:23:40 +01:00
Alberto Soutullo 0165500bc8 Refactor configuration file to use only one. 2023-01-19 19:22:33 +01:00
Alberto Soutullo c13dd6236e
Merge pull request #44 from logos-co/GennetContainerIntegration
Gennet container integration
2023-01-19 12:07:27 +01:00
Alberto Soutullo a6b0d20fca
Merge branch 'master' into GennetContainerIntegration 2023-01-19 10:39:01 +01:00
Alberto Soutullo 90f39e6b96
Merge pull request #43 from logos-co/Alberto/multiple_nodes
Alberto/multiple nodes
2023-01-19 10:18:15 +01:00
Alberto Soutullo e27038d31e Modified build to get specific version of kurtosis 2023-01-18 16:35:52 +01:00
Alberto Soutullo c6f3a0aca6 Removed code related to gennet as a service in kurtosis 2023-01-18 16:16:49 +01:00
Alberto Soutullo 36a354a4e1 Created a build.sh to install docker and kurtosis, that are the only things needed to run this repo 2023-01-18 15:06:59 +01:00
Alberto Soutullo 0aae5594cf Changed run.sh to print only neccessary information, and also handle the gennet json to use it in Kurtosis 2023-01-18 15:06:28 +01:00
Alberto Soutullo 861bb2fe91 Changed main to be functional again 2023-01-18 15:05:44 +01:00
Alberto Soutullo 9479746c73 Changed gennet code to match future changes 2023-01-18 15:05:05 +01:00
Alberto Soutullo ed6f5317f4 Moved topology generation to a step before calling Kurtosis 2023-01-17 18:21:58 +01:00
Alberto Soutullo 57b4f05e73 Added missing flag to enable go-waku to communicate through rpc 2023-01-16 16:27:54 +01:00
Alberto Soutullo 9ee6af3e13 Added docker image to topology test 2023-01-16 16:27:53 +01:00
Alberto Soutullo ad5c856fad Documentation typo 2023-01-16 16:27:52 +01:00
Alberto Soutullo c639ceba6e Updated system variables accordingly with last changes and updated main 2023-01-16 16:27:50 +01:00
Alberto Soutullo eba620642b Moved node builder methods to another script 2023-01-16 16:26:36 +01:00
Alberto Soutullo 7ad04f2e03 Renamed and generalized wakunode method to waku protocol instead. 2023-01-16 16:26:34 +01:00
Alberto Soutullo 45f9d81455 Also moved waku general toml to its correspondant folder 2023-01-16 16:25:11 +01:00
Alberto Soutullo 63335c443b Added more toml files for further testing 2023-01-16 16:22:20 +01:00
Alberto Soutullo a4d7b141f9 Moved grafana and prometheus star files 2023-01-16 16:20:50 +01:00
Jordi Arranz aba3234b98 Refactoring 2023-01-16 14:01:43 +00:00
Jordi Arranz b51ed8db10 Added Gennet topology path 2023-01-16 12:46:52 +00:00
Jordi Arranz d87f7ccb5f Deleted local topology generation from main init script 2023-01-16 12:42:54 +00:00
Jordi Arranz 2d67428978 Added topology path to config 2023-01-16 12:39:32 +00:00
Jordi Arranz 35607f9992 Refactoring 2023-01-16 11:55:21 +00:00
Jordi Arranz a7968d3b7a Added Gennet YML config file 2023-01-16 11:55:00 +00:00
Jordi Arranz dc95d5e9d4 Added Gennet Starlark script 2023-01-16 11:54:43 +00:00
Jordi Arranz 8e21e32628 Added Gennet dockerfile 2023-01-16 11:54:28 +00:00
Jordi Arranz 5e123174c2 Added Gennet YML config template 2023-01-16 11:54:11 +00:00
Jordi Arranz 24abfae882 Added yml config defautls 2023-01-16 11:49:56 +00:00
Jordi Arranz 206ad7e496 Switched to yml config instead of json 2023-01-16 11:49:14 +00:00
Jordi Arranz 490fcdb377 Added Gennet defaults and image parameters 2023-01-16 10:49:14 +00:00
Jordi Arranz e05353523c Gennet accepts single command line parameter and reads config from global json file 2023-01-13 11:25:26 +00:00
Alberto Soutullo ac7ae1c3fe
Merge pull request #39 from logos-co/Alberto/tests
Added tests in starlark
2023-01-13 11:06:47 +01:00
Alberto Soutullo 5829f745f0
Merge branch 'master' into Alberto/tests 2023-01-13 11:06:36 +01:00
Daimakaimura 9b8c9514da
Merge pull request #36 from logos-co/Topology-Integration
Topology integration
2023-01-13 10:04:42 +00:00
Jordi Arranz fe90fab3e5 Minor 2023-01-12 15:28:45 +00:00
Jordi Arranz 32ddc4bdaa Minor 2023-01-12 15:26:27 +00:00