summaryrefslogtreecommitdiff
path: root/integration/tests/examples/example_gen.sh
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-06-06 15:57:21 +1200
committerLingxian Kong <anlin.kong@gmail.com>2019-06-06 15:57:26 +1200
commit37e8dedac27a4567c02c78c4fb7d45b1d50e717c (patch)
tree7d35e5e2966adfed16e87de171920b55cdd7bd5b /integration/tests/examples/example_gen.sh
parent2c6feef9580b9ca56fccfee51bc0f7ea1f2839a6 (diff)
downloadtrove-37e8dedac27a4567c02c78c4fb7d45b1d50e717c.tar.gz
Remove the trove-tox-apiexamples CI job
- The job relies on python-troveclient, sometimes python-troveclient only changes the URL sending to Trove but neither request nor response. - The job is hard to maintain, especially when there are changes relating the API. The recommended way is to manually update the API doc and add tests in trove-tox-fakemodetests job. - Remove that trovestack subcommand as well. Change-Id: I108203915ef79ef93bbfbb15acdb7480854878e0
Diffstat (limited to 'integration/tests/examples/example_gen.sh')
-rwxr-xr-xintegration/tests/examples/example_gen.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/integration/tests/examples/example_gen.sh b/integration/tests/examples/example_gen.sh
deleted file mode 100755
index cbbe153f..00000000
--- a/integration/tests/examples/example_gen.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-python ./examples/example_generation.py ./examples/local.conf
-