Enable sample SME invoker to query dicovered endpoint
[nonrtric.git] / test / common / testsuite_common.sh
index 2c5e6c3..4117cdb 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 #  ============LICENSE_START===============================================
-#  Copyright (C) 2020 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2023 Nordix Foundation. All rights reserved.
 #  ========================================================================
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -29,13 +29,8 @@ if [ $# -gt 0 ]; then
                paramError=0
        fi
 fi
-if [ $# -eq 2 ]; then
-    if [ $2 == "auto-clean" ]; then
-               paramError=0
-    fi
-fi
 if [ $paramError -ne 0 ]; then
-       echo "Expected arg: local|remote|remote-remove [ auto-clean ]"
+       echo "Expected arg: local|remote|remote-remove"
        exit 1
 fi