From c3272519a17010908cf176e17b37176e92a65665 Mon Sep 17 00:00:00 2001 From: Tony Bai Date: Fri, 24 Mar 2023 22:44:32 +0800 Subject: [PATCH] add examples for automated-testing --- automated-testing/.DS_Store | Bin 0 -> 6148 bytes automated-testing/Makefile | 9 + automated-testing/go.mod | 10 + automated-testing/go.sum | 14 + .../scenarios/connection/connect_test.go | 28 ++ .../scenarios/connection/scenario_test.go | 36 ++ .../scenarios/publish/publish_test.go | 22 + .../scenarios/publish/scenario_test.go | 36 ++ automated-testing/scenarios/scenarios.go | 23 + .../scenarios/subscribe/scenario_test.go | 36 ++ .../scenarios/subscribe/subscribe_test.go | 62 +++ automated-testing/test_report.html | 468 ++++++++++++++++++ 12 files changed, 744 insertions(+) create mode 100644 automated-testing/.DS_Store create mode 100644 automated-testing/Makefile create mode 100644 automated-testing/go.mod create mode 100644 automated-testing/go.sum create mode 100644 automated-testing/scenarios/connection/connect_test.go create mode 100644 automated-testing/scenarios/connection/scenario_test.go create mode 100644 automated-testing/scenarios/publish/publish_test.go create mode 100644 automated-testing/scenarios/publish/scenario_test.go create mode 100644 automated-testing/scenarios/scenarios.go create mode 100644 automated-testing/scenarios/subscribe/scenario_test.go create mode 100644 automated-testing/scenarios/subscribe/subscribe_test.go create mode 100644 automated-testing/test_report.html diff --git a/automated-testing/.DS_Store b/automated-testing/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..9d534fa8ce8a9225483a5596f6e0454ad819c528 GIT binary patch literal 6148 zcmeHKK~4fO6nzCEs0)c3bvH{ll9;$NCL@7`iEi`&ii&6iLBPc2Y`lY4FdoLkcmRF> zx4~%<-5EprllIMY-s^84ohb!i>JOLOKovlRMXYI?~Ql_HdT2_cg`)Ff?F}5&7 zdx{+!q65)^|K@$yBcr>+$XBUH&pAJMhQ0B$@rOnx`PwB976-J{lZzlTP-+6`+dzYALhd7I_2tjY2QX zd(eMXotBk(syoZq%DiS<58YsVqR(ern&@T4-Pk){Q)mSm-p+k+&z7hxTa0ydAUY5o zm^dKchlE8ib(mSyPX{YK0uW1V*5I|AB}9`rOdVzx`GjGtlxU^K9WjiRvpsRV)L~}P z%3<8$!??`GoluNsXa9-PVN#2+jt)czdI?ODxg%SS + + + + go-test-report + + + + +
+
+
+ +
+ +
+
+
+
+ + +