RETIRED, Congress
Go to file
Tim Hinrichs 0440563ca9 Added enforcement to private-public network demo
Issue: #
Change-Id: I0890d121843c9c4263ff8718764012c603c56b77
2013-10-25 15:50:42 -07:00
examples Added enforcement to private-public network demo 2013-10-25 15:50:42 -07:00
scripts Basic API server 2013-10-21 10:39:14 -07:00
src Added Enforcement policy 2013-10-25 15:38:51 -07:00
tests/functional Basic API server 2013-10-21 10:39:14 -07:00
thirdparty Rearrange project directory structure 2013-08-13 10:34:44 -07:00
.gitignore Rearrange project directory structure 2013-08-13 10:34:44 -07:00
Makefile Rearrange project directory structure 2013-08-13 10:34:44 -07:00
README Add test wrapper to work around PYTHONPATH 2013-08-13 14:15:23 -07:00

README

Congress
----------------------------------
Copyright (c) 2013 VMware, Inc. All rights reserved.

1. Compile:

- from the root directory
  make

2. Run the API server:

- from the root directory
  ./scripts/run_api_server

3. Run the unit tests

- from the root directory
  ./scripts/run_tests