fixes blockTTL envvar
This commit is contained in:
parent
f23926636c
commit
b295314bde
|
@ -56,7 +56,7 @@ namespace DistTestCore.Codex
|
||||||
}
|
}
|
||||||
if (config.BlockTTL != null)
|
if (config.BlockTTL != null)
|
||||||
{
|
{
|
||||||
AddEnvVar("BLOCK_TTL", config.BlockTTL.ToString()!);
|
AddEnvVar("CODEX_BLOCK_TTL", config.BlockTTL.ToString()!);
|
||||||
}
|
}
|
||||||
if (config.MetricsEnabled)
|
if (config.MetricsEnabled)
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,6 +13,7 @@ namespace Tests.PeerDiscoveryTests
|
||||||
[TestCase("nim-codex:sha-3f2b417")]
|
[TestCase("nim-codex:sha-3f2b417")]
|
||||||
[TestCase("nim-codex:sha-00f6554")]
|
[TestCase("nim-codex:sha-00f6554")]
|
||||||
[TestCase("nim-codex:sha-f053135")]
|
[TestCase("nim-codex:sha-f053135")]
|
||||||
|
[TestCase("nim-codex:sha-711e5e0")]
|
||||||
public void ThreeNodes(string dockerImage)
|
public void ThreeNodes(string dockerImage)
|
||||||
{
|
{
|
||||||
var img = "codexstorage/" + dockerImage;
|
var img = "codexstorage/" + dockerImage;
|
||||||
|
|
Loading…
Reference in New Issue