Skip to content

Commit

Permalink
Merge branch 'master' of github.com:apiguy/beeswithmachineguns
Browse files Browse the repository at this point in the history
  • Loading branch information
Freedom Dumlao authored and Freedom Dumlao committed Feb 19, 2017
2 parents 759e2e5 + bc38260 commit f4fc943
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions beeswithmachineguns/bees_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import bees
import json

sOptions = '{"post_file":"test1.json","contenttype":"application/json"}'
options = json.loads(sOptions)

bees.up(1,'bees-sg','us-east-1b','ami-5d155d37','t2.micro','ubuntu','commerce-bees','subnet-b12880e8')
bees.attack('http://54.89.221.165',2,2,**options)
bees.down()
4 changes: 4 additions & 0 deletions beeswithmachineguns/test1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"test_String":"dave is cool!",
"test_message":"always be testing!"
}

0 comments on commit f4fc943

Please sign in to comment.