Support for xtesting
[samplevnf.git] / VNFs / DPPD-PROX / helper-scripts / rapid / irq.test
index 78b6848..e77ae03 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## Copyright (c) 2010-2018 Intel Corporation
+## Copyright (c) 2010-2019 Intel Corporation
 ##
 ## Licensed under the Apache License, Version 2.0 (the "License");
 ## you may not use this file except in compliance with the License.
 ## limitations under the License.
 ##
 
-[DEFAULT]
-name = BasicSwapTesting
+[TestParameters]
+name = IRQTesting
 number_of_tests = 1
-total_number_of_test_machines = 1
-prox_socket = true
-prox_launch_exit = true
-tasks=[0]
+total_number_of_test_machines = 2 
 
 [TestM1]
-name = InterruptTesting
+name = InterruptTestMachine1
 config_file = irq.cfg
-irqcores = [1,2,3]
+cores = [1,2,3]
+monitor = False
 
+[TestM2]
+name = InterruptTestMachine2
+config_file = irq.cfg
+cores = [1,2,3]
+monitor = False
 
 [test1]
 test=irqtest
-