mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-03-26 21:43:16 +00:00
26 lines
883 B
C#
26 lines
883 B
C#
using DistTestCore.Codex;
|
|
|
|
namespace ContinuousTests.Tests
|
|
{
|
|
//public class MarketplaceTest : ContinuousTest
|
|
//{
|
|
// public override int RequiredNumberOfNodes => 1;
|
|
// public override TimeSpan RunTestEvery => TimeSpan.FromDays(1);
|
|
// public override TestFailMode TestFailMode => TestFailMode.AlwaysRunAllMoments;
|
|
|
|
// [TestMoment(t: Zero)]
|
|
// public void NodePostsStorageRequest()
|
|
// {
|
|
// //var c = new KubernetesWorkflow.WorkflowCreator(Log, new KubernetesWorkflow.Configuration());
|
|
// //var flow = c.CreateWorkflow();
|
|
// //var rc = flow.Start(10, KubernetesWorkflow.Location.Unspecified, new CodexContainerRecipe(), new KubernetesWorkflow.StartupConfig());
|
|
// }
|
|
|
|
// [TestMoment(t: DayThree)]
|
|
// public void NodeDownloadsStorageRequestData()
|
|
// {
|
|
|
|
// }
|
|
//}
|
|
}
|