octavia-tempest-plugin/octavia_tempest_plugin/contrib/httpd
Jude Cross 986e3f543c Create scenario tests for load balancers
This patch implements the tempest plugin for
for testing load balancer creation in Octavia.

Co-Authored-By: Jude Cross <jcross@godaddy.com>
Co-Authored-By: Lingxian Kong <anlin.kong@gmail.com>

Depends-On: https://review.openstack.org/557856
Change-Id: I57064f8e0834efba8859a780394a1c69851cc917
2018-04-10 12:20:01 -07:00
..
README.md Fix a typo in the test HTTP server 2018-01-09 17:15:56 -08:00
__init__.py Create scenario tests for load balancers 2018-04-10 12:20:01 -07:00
httpd.bin Fix a typo in the test HTTP server 2018-01-09 17:15:56 -08:00
httpd.go Fix a typo in the test HTTP server 2018-01-09 17:15:56 -08:00

README.md

To build a statically linked binary for httpd on Ubuntu (can run anywhere):

sudo apt-get install -y golang
go build -ldflags "-s -w -linkmode external -extldflags -static" -o httpd.bin httpd.go