Add AWSI automation tests to a new test suite and pipe (#3913)
Signed-off-by: junbo <junbo@amazon.com>
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@ namespace TestImpact
|
||||
{
|
||||
Main = 0,
|
||||
Periodic,
|
||||
Sandbox
|
||||
Sandbox,
|
||||
AWSI
|
||||
};
|
||||
|
||||
//! Result of a test sequence that was run.
|
||||
|
||||
@@ -53,6 +53,8 @@ namespace TestImpact
|
||||
return "periodic";
|
||||
case SuiteType::Sandbox:
|
||||
return "sandbox";
|
||||
case SuiteType::AWSI:
|
||||
return "awsi";
|
||||
default:
|
||||
throw(Exception("Unexpected suite type"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user