diff options
| author | 刘学利 <[email protected]> | 2024-06-12 03:40:41 +0000 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2024-06-12 03:40:41 +0000 |
| commit | b7d504620edb2a24b899fe85caa84c28a3ad8564 (patch) | |
| tree | c75cd2978ba7ddf49f02f9e36e4b1a427ceb4946 /test/env | |
| parent | 478696610e58d1f38b3491c4f3f8a9f9518383b3 (diff) | |
DNS Decoder create version
Diffstat (limited to 'test/env')
| -rw-r--r-- | test/env/conflist.inf | 9 | ||||
| -rw-r--r-- | test/env/sapp-4.3.57.16ea514-1.el8.x86_64.rpm | bin | 0 -> 1153020 bytes | |||
| -rw-r--r-- | test/env/spec.toml | 11 | ||||
| -rw-r--r-- | test/env/start_loader.inf | 17 | ||||
| -rw-r--r-- | test/env/stellar-on-sapp-2.1.0.0e6d541-1.el8.x86_64.rpm | bin | 0 -> 35936 bytes |
5 files changed, 37 insertions, 0 deletions
diff --git a/test/env/conflist.inf b/test/env/conflist.inf new file mode 100644 index 0000000..48e14a3 --- /dev/null +++ b/test/env/conflist.inf @@ -0,0 +1,9 @@ +[platform] +./plug/stellar_on_sapp/start_loader.inf + + +[protocol] + + +[business] +./plug/stellar_on_sapp/defer_loader.inf diff --git a/test/env/sapp-4.3.57.16ea514-1.el8.x86_64.rpm b/test/env/sapp-4.3.57.16ea514-1.el8.x86_64.rpm Binary files differnew file mode 100644 index 0000000..d1edc72 --- /dev/null +++ b/test/env/sapp-4.3.57.16ea514-1.el8.x86_64.rpm diff --git a/test/env/spec.toml b/test/env/spec.toml new file mode 100644 index 0000000..02a103f --- /dev/null +++ b/test/env/spec.toml @@ -0,0 +1,11 @@ +# stellar_plugin.toml +# +[[plugin]] +path = "./stellar_plugin/dns_decoder.so" +init = "dns_decoder_init" +exit = "dns_decoder_exit" + +[[plugin]] +path = "./stellar_plugin/dns_decoder_test_plug.so" +init = "dns_decoder_test_init" +exit = "dns_decoder_test_exit" diff --git a/test/env/start_loader.inf b/test/env/start_loader.inf new file mode 100644 index 0000000..02d4aad --- /dev/null +++ b/test/env/start_loader.inf @@ -0,0 +1,17 @@ +[PLUGINFO] +PLUGNAME=stellar_start_loader +SO_PATH=./plug/stellar_on_sapp/stellar_on_sapp.so +INIT_FUNC=STELLAR_START_LOADER_INIT +DESTROY_FUNC=STELLAR_START_LOADER_EXIT + +[TCP_ALL] +FUNC_FLAG=ALL +FUNC_NAME=stellar_on_sapp_tcpall_entry + +[TCP] +FUNC_FLAG=ALL +FUNC_NAME=stellar_on_sapp_tcp_entry + +[UDP] +FUNC_FLAG=ALL +FUNC_NAME=stellar_on_sapp_udp_entry
\ No newline at end of file diff --git a/test/env/stellar-on-sapp-2.1.0.0e6d541-1.el8.x86_64.rpm b/test/env/stellar-on-sapp-2.1.0.0e6d541-1.el8.x86_64.rpm Binary files differnew file mode 100644 index 0000000..70e7d61 --- /dev/null +++ b/test/env/stellar-on-sapp-2.1.0.0e6d541-1.el8.x86_64.rpm |
