2023-06-23 09:38:30 +00:00
|
|
|
|
using DistTestCore.Codex;
|
|
|
|
|
|
|
|
|
|
namespace ContinuousTests.Tests
|
|
|
|
|
{
|
2023-06-25 08:50:01 +00:00
|
|
|
|
//public class MarketplaceTest : ContinuousTest
|
|
|
|
|
//{
|
|
|
|
|
// public override int RequiredNumberOfNodes => 1;
|
|
|
|
|
// public override TimeSpan RunTestEvery => TimeSpan.FromDays(1);
|
|
|
|
|
// public override TestFailMode TestFailMode => TestFailMode.AlwaysRunAllMoments;
|
2023-06-23 09:38:30 +00:00
|
|
|
|
|
2023-06-25 08:50:01 +00:00
|
|
|
|
// [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());
|
|
|
|
|
// }
|
2023-06-23 09:38:30 +00:00
|
|
|
|
|
2023-06-25 08:50:01 +00:00
|
|
|
|
// [TestMoment(t: DayThree)]
|
|
|
|
|
// public void NodeDownloadsStorageRequestData()
|
|
|
|
|
// {
|
2023-06-23 09:38:30 +00:00
|
|
|
|
|
2023-06-25 08:50:01 +00:00
|
|
|
|
// }
|
|
|
|
|
//}
|
2023-06-23 09:38:30 +00:00
|
|
|
|
}
|