From a5dc62621659639ada89238612314fda91bca7c4 Mon Sep 17 00:00:00 2001 From: Graeme Bragg Date: Wed, 27 Oct 2021 17:03:54 +0100 Subject: [PATCH 1/3] Add test XML for HArdware Idle --- simple_tests/testHWIdle.poets | 7 ++++ simple_tests/test_hwidle.xml | 68 +++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 simple_tests/testHWIdle.poets create mode 100644 simple_tests/test_hwidle.xml diff --git a/simple_tests/testHWIdle.poets b/simple_tests/testHWIdle.poets new file mode 100644 index 0000000..2fa2845 --- /dev/null +++ b/simple_tests/testHWIdle.poets @@ -0,0 +1,7 @@ +load /app = +"test_RequestIdle_behaviour.xml" +tlink /app = * +place /bucket = * +compose /app = * +deploy /app = * +initialise /app = * +run /app = * \ No newline at end of file diff --git a/simple_tests/test_hwidle.xml b/simple_tests/test_hwidle.xml new file mode 100644 index 0000000..24ad69d --- /dev/null +++ b/simple_tests/test_hwidle.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + From 0fd0f1c2d2f7fca6afe804a89ff8e62b4fb0c902 Mon Sep 17 00:00:00 2001 From: Graeme Bragg Date: Thu, 20 Jan 2022 23:46:12 +0000 Subject: [PATCH 2/3] Add doSend test and prod HWIdle test a little --- simple_tests/testHWIdle.poets | 3 +- simple_tests/test_doSend.xml | 87 +++++++++++++++++++++++++++++++++++ simple_tests/testdoSend.poets | 7 +++ 3 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 simple_tests/test_doSend.xml create mode 100644 simple_tests/testdoSend.poets diff --git a/simple_tests/testHWIdle.poets b/simple_tests/testHWIdle.poets index 2fa2845..c2f9ef1 100644 --- a/simple_tests/testHWIdle.poets +++ b/simple_tests/testHWIdle.poets @@ -1,4 +1,5 @@ -load /app = +"test_RequestIdle_behaviour.xml" +exit /at = "stop" +load /app = +"test_hwIdle.xml" tlink /app = * place /bucket = * compose /app = * diff --git a/simple_tests/test_doSend.xml b/simple_tests/test_doSend.xml new file mode 100644 index 0000000..620a183 --- /dev/null +++ b/simple_tests/test_doSend.xml @@ -0,0 +1,87 @@ + + + + + + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + #include + #include + #include + ]]> + + + = GRAPHPROPERTIES(ignoreCnt)) +{ + Super::stop_application(); +} + ]]> + + + + + + + + + + + diff --git a/simple_tests/testdoSend.poets b/simple_tests/testdoSend.poets new file mode 100644 index 0000000..0f8dcf2 --- /dev/null +++ b/simple_tests/testdoSend.poets @@ -0,0 +1,7 @@ +load /app = +"test_doSend.xml" +tlink /app = * +place /bucket = * +compose /app = * +deploy /app = * +initialise /app = * +run /app = * \ No newline at end of file From 65e67d17e8f0321a467fa351d579d7be6f018bc6 Mon Sep 17 00:00:00 2001 From: Graeme Bragg Date: Thu, 20 Jan 2022 23:47:02 +0000 Subject: [PATCH 3/3] Rename test_hwidle.xml to test_hwIdle.xml --- simple_tests/{test_hwidle.xml => test_hwIdle.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename simple_tests/{test_hwidle.xml => test_hwIdle.xml} (100%) diff --git a/simple_tests/test_hwidle.xml b/simple_tests/test_hwIdle.xml similarity index 100% rename from simple_tests/test_hwidle.xml rename to simple_tests/test_hwIdle.xml