38 Commits

Author SHA1 Message Date
hansieodendaal
677d512acf
Update main repo commit and config changes 2026-02-10 16:55:21 +02:00
andrussal
96ae3dd53e Sync node config wiring with latest node master 2026-02-10 08:51:00 +01:00
Hansie Odendaal
c80c3fd2e3
chore: config and naming updates (#27)
* Update config and crate naming

- Updated configs to the lates main repo configs.
- Updated all main repo crate namings to be same as the main repo.
- Added `create_dir_all` to `pub(crate) fn create_tempdir(custom_work_dir: Option<PathBuf>) -> std::io::Result<TempDir> {`.
- Wired in optional `persist_dir` when using the local deployer.
- Update `time` vulnerability

**Note:** Unsure about the `service_params` mapping in `pub(crate) fn cryptarchia_deployment(config: &GeneralConfig) -> CryptarchiaDeploymentSettings {`
2026-02-09 10:28:15 +02:00
Hansie Odendaal
54c48a11dd
Update main repo ref (#23) 2026-02-04 14:49:48 +02:00
andrussal
4927c74e48 Update node rev and align wallet/KMS configs 2026-02-03 17:22:06 +01:00
andrussal
cc75462369 Update node rev and align consensus/wallet config 2026-02-02 13:30:56 +01:00
Andrus Salumets
062be51a4f
Local deployer allows to stop and restart nodes (#16)
* Unify local node control and restart support

* Add local stop-node support

* Use node names for restart/stop control

* merge

---------

Co-authored-by: hansieodendaal <hansie.odendaal@gmail.com>
2026-01-30 14:05:46 +02:00
Hansie Odendaal
e2df69b0d5
chore: merge master into dev and update configs after merge (#17)
* Sdp config structs from logos blockchain (#15)

* Update configs after main repo merge

---------

Co-authored-by: gusto <bacv@users.noreply.github.com>
2026-01-29 09:33:25 +02:00
andrussal
8d2dd4c86a Unify ndoe types 2026-01-26 09:08:00 +01:00
Hansie Odendaal
dc06af5486
update for main repo changes (#10)
Update for main repo changes - this implied many changes in the testing framework code

removal of DA config-related code that was still present because it was required by node code until now
nomos-da-network-core = { workspace = true }
subnetworks-assignations = { workspace = true }
nomos-da-dispersal = { workspace = true }
nomos-da-network-core = { workspace = true }
nomos-da-network-service = { workspace = true }
nomos-da-sampling = { workspace = true }
nomos-da-verifier = { workspace = true }
nomos-ledger = { workspace = true, features = ["serde"] }
removal of the executor node
logos-blockchain-executor = { workspace = true }
2026-01-25 10:11:16 +02:00
andrussal
13a75e7818 Add manual cluster support 2026-01-22 14:19:32 +01:00
andrussal
0fb4eff3c4 testing: allow dynamic node start with peers 2026-01-22 12:13:26 +01:00
andrussal
625179b0e9 testing: add dynamic node control and config helpers 2026-01-22 12:08:13 +01:00
andrussal
6310a5cbe9 Remove DA workload usage from framework 2026-01-22 11:16:13 +01:00
andrussal
015c884f9a chore: rename node env vars and circuits scripts 2026-01-22 11:09:47 +01:00
andrussal
50ec0e9506 Update testing framework for logos-blockchain rename 2026-01-20 13:39:43 +01:00
andrussal
28685298ba chore/sync-with-node-repo 2026-01-20 07:54:16 +01:00
Hansie Odendaal
77ae5078a6
feat: refactor for using external cucumber (#6) 2026-01-19 08:48:05 +02:00
Hansie Odendaal
a443374e4d
feat: add cucumber auto deployer (#2)
- Added an example that selects the deployer (local or docker compose) based on an environment variable.
- Let cucumber's argument parsing environment select scenarios to run - this allows for a flexible test environment.
2026-01-09 15:30:59 +02:00
andrussal
7dea766801 cfgsync: remove panics and blocking mutex 2025-12-18 22:59:16 +01:00
andrussal
027fd598a7 env: centralize NOMOS/POL env var parsing 2025-12-18 18:19:38 +01:00
andrussal
540ef9f9c2 configs: validate DA subnet ids and handle empty network layouts 2025-12-18 14:40:49 +01:00
andrussal
e05bf5e0bd refactor(observability): remove embedded prometheus/grafana
Deployers no longer provision Prometheus/Grafana; metrics query/ingest now come from explicit URLs via env/flags.
2025-12-17 18:28:36 +01:00
andrussal
eca9711ad9 examples: add cucumber runners 2025-12-17 17:28:29 +01:00
andrussal
f451fd504d refactor(testing-framework): rename runners to deployers
- Update paths and orchestration for deployers (compose/k8s/local/docker)

- Consolidate scripts helpers and refresh book/README docs
2025-12-16 21:20:27 +01:00
andrussal
65ec332743 Update Grafana dashboards and k8s runner assets 2025-12-16 17:14:24 +01:00
andrussal
de2e043e2a docs: add compilable doc-snippets crate 2025-12-16 06:55:44 +01:00
andrussal
26dfa1b795 refactor: explicit retry policies + RAII port-forwards 2025-12-15 23:13:38 +01:00
andrussal
e4488b74c7 Update framework for nomos-node master 2025-12-15 17:47:00 +01:00
andrussal
a775613af8 CI: drop local Cargo.toml patch overrides 2025-12-13 12:36:05 +01:00
andrussal
a54eb53697 Fix DA workload inclusions in compose runs 2025-12-13 11:36:47 +01:00
andrussal
3dbdc2acac Sync updates to docs, workloads, and monitoring 2025-12-13 05:59:28 +01:00
andrussal
f9853aa033 Remove unused deps from testing-framework-core 2025-12-10 16:04:03 +01:00
andrussal
b7d9386c26 Add cfgsync input validation module and thiserror dep 2025-12-10 09:22:47 +01:00
andrussal
ec4a1e26e5 Extend CI smoke runs to 120s 2025-12-10 05:48:44 +01:00
andrussal
ff63bc0132 Centralize cfgsync port/KZG defaults in Rust 2025-12-09 17:34:34 +01:00
andrussal
ce5f2146ae Align workflows and configs with latest nomos-node rev 2025-12-06 10:17:06 +01:00
andrussal
e1c2bb2b95 Initial import of Nomos testing framework 2025-12-01 18:36:58 +01:00