mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
tests(tdxtest): ramp up the testing
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
a41460b7f0
commit
fbbb37ca5a
6 changed files with 52 additions and 120 deletions
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"server": {
|
||||
"port": 8080,
|
||||
"timeout_seconds": 30
|
||||
},
|
||||
"metrics": {
|
||||
"port": 9000
|
||||
},
|
||||
"telemetry": {
|
||||
"otlp": {
|
||||
"enable": true,
|
||||
"endpoint": "http://127.0.0.1:4317",
|
||||
"protocol": "grpc"
|
||||
},
|
||||
"logging": {
|
||||
"level": "trace",
|
||||
"console": true,
|
||||
"json": false
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
docker.io
|
|
@ -0,0 +1 @@
|
|||
matterlabsrobot/tdx-test:81hgl91s5hj0sb83c7ij9acf2s5qjvb5
|
|
@ -0,0 +1 @@
|
|||
tdx-google
|
|
@ -0,0 +1 @@
|
|||
10.0.2.2:9092
|
Loading…
Add table
Add a link
Reference in a new issue