Procházet zdrojové kódy

chore(autotest): add and run test scripts and modify plug-ins

xujun540 před 4 roky
rodič
revize
92c02c0c8b
1 změnil soubory, kde provedl 8 přidání a 1 odebrání
  1. 8 1
      .github/workflows/run_api_tests.yaml

+ 8 - 1
.github/workflows/run_api_tests.yaml

@@ -45,6 +45,13 @@ jobs:
           - api_login
           - api_login
           - api_banned
           - api_banned
           - api_alarms
           - api_alarms
+          - api_nodes
+          - api_topic_metrics
+          - api_retainer
+          - api_auto_subscribe
+          - api_delayed_publish
+          - api_topic_rewrite
+          - api_event_message
     steps:
     steps:
     - uses: actions/checkout@v2
     - uses: actions/checkout@v2
       with:
       with:
@@ -74,7 +81,7 @@ jobs:
         cd /tmp && tar -xvf apache-jmeter.tgz
         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.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
         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
         ln -s /tmp/apache-jmeter-$JMETER_VERSION /opt/jmeter
     - name: run ${{ matrix.script_name }}
     - name: run ${{ matrix.script_name }}
       run: |
       run: |