Demo: AGENT Test Generation
In this demo, we will try AGENT's test flow generator.
Pre-requisite
Demo: AGENT ExplorationStarting Flow Generator
docker run -it --rm -p 9001:9001 -e SERVICE_PORT=9001 aista/flow-generator[2021-04-25 19:08:35 +0000] [9] [INFO] Starting gunicorn 19.9.0
[2021-04-25 19:08:35 +0000] [9] [INFO] Listening at: http://0.0.0.0:9001 (9)
[2021-04-25 19:08:35 +0000] [9] [INFO] Using worker: sync
[2021-04-25 19:08:35 +0000] [12] [INFO] Booting worker with pid: 12
[2021-04-25 19:08:35 +0000] [20] [INFO] Booting worker with pid: 20
[2021-04-25 19:08:35 +0000] [28] [INFO] Booting worker with pid: 28
[2021-04-25 19:08:35 +0000] [29] [INFO] Booting worker with pid: 29
[2021-04-25 19:08:35 +0000] [44] [INFO] Booting worker with pid: 44
[2021-04-25 19:08:35 +0000] [45] [INFO] Booting worker with pid: 45
[2021-04-25 19:08:35 +0000] [53] [INFO] Booting worker with pid: 53
[2021-04-25 19:08:35 +0000] [61] [INFO] Booting worker with pid: 61
2021-04-25 19:08:36,529 INFO success: app entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2021-04-25 19:08:37.895366: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2021-04-25 19:08:38.031432: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2021-04-25 19:08:38.086896: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2021-04-25 19:08:38.118026: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2021-04-25 19:08:38.143430: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2021-04-25 19:08:38.244071: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2021-04-25 19:08:38.244866: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2021-04-25 19:08:38.266391: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMAGenerating Tests
Predict
Request Body
Name
Type
Description
Submitting Requests
Last updated