From a0ff34fd1d11c523f39e5e1c2b253711b6707ab0 Mon Sep 17 00:00:00 2001 From: deflax Date: Wed, 21 Mar 2018 15:11:24 -0400 Subject: [PATCH] update readme with tests --- README.md | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 39af52c..98e875d 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,11 @@ # README # -This README would normally document whatever steps are necessary to get your application up and running. +Frankenrouter software defined networking for proxadmin -### What is this repository for? ### +### Tests ### -* Quick summary -* Version -* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) +* SHOULD be able to ping your own pub ip +* SHOULD NOT be able to ping 10.0.102.10 (other client VDC) +* COULD be able to ping 10.0.102.1 (other clinet VDC router) +* SHOULD be able to ping other client public ip -### How do I get set up? ### - -* Summary of set up -* Configuration -* Dependencies -* Database configuration -* How to run tests -* Deployment instructions - -### Contribution guidelines ### - -* Writing tests -* Code review -* Other guidelines - -### Who do I talk to? ### - -* Repo owner or admin -* Other community or team contact \ No newline at end of file