diff --git a/recipes-sdk/amazon-kvs-producer-sdk/amazon-kvs-producer-pic/run-ptest b/recipes-sdk/amazon-kvs-producer-sdk/amazon-kvs-producer-pic/run-ptest index f49e9e3b6..591534ecb 100644 --- a/recipes-sdk/amazon-kvs-producer-sdk/amazon-kvs-producer-pic/run-ptest +++ b/recipes-sdk/amazon-kvs-producer-sdk/amazon-kvs-producer-pic/run-ptest @@ -1,2 +1,2 @@ #!/bin/sh -tests/kvspic_test --gtest_filter=*ClientApiTest* --gtest_output=json:result.json > /dev/null ; python3 ptest_result.py result.json \ No newline at end of file +tests/kvspic_test --gtest_filter=*ClientApiTest.create* --gtest_output=json:result.json > /dev/null ; python3 ptest_result.py result.json \ No newline at end of file