chore(autotest): add and run test scripts and modify plug-ins
This commit is contained in:
parent
11c90cfce4
commit
92c02c0c8b
|
@ -45,6 +45,13 @@ jobs:
|
|||
- api_login
|
||||
- api_banned
|
||||
- api_alarms
|
||||
- api_nodes
|
||||
- api_topic_metrics
|
||||
- api_retainer
|
||||
- api_auto_subscribe
|
||||
- api_delayed_publish
|
||||
- api_topic_rewrite
|
||||
- api_event_message
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
@ -74,7 +81,7 @@ jobs:
|
|||
cd /tmp && tar -xvf apache-jmeter.tgz
|
||||
echo "jmeter.save.saveservice.output_format=xml" >> /tmp/apache-jmeter-$JMETER_VERSION/user.properties
|
||||
echo "jmeter.save.saveservice.response_data.on_error=true" >> /tmp/apache-jmeter-$JMETER_VERSION/user.properties
|
||||
wget --no-verbose -O /tmp/apache-jmeter-$JMETER_VERSION/lib/ext/mqtt-xmeter-2.0.2-jar-with-dependencies.jar https://raw.githubusercontent.com/xmeter-net/mqtt-jmeter/master/Download/v2.0.2/mqtt-xmeter-2.0.2-jar-with-dependencies.jar
|
||||
wget --no-verbose -O /tmp/apache-jmeter-$JMETER_VERSION/lib/ext/mqtt-xmeter-fuse-2.0.2-jar-with-dependencies.jar https://raw.githubusercontent.com/xmeter-net/mqtt-jmeter/master/Download/v2.0.2/mqtt-xmeter-fuse-2.0.2-jar-with-dependencies.jar
|
||||
ln -s /tmp/apache-jmeter-$JMETER_VERSION /opt/jmeter
|
||||
- name: run ${{ matrix.script_name }}
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue