Commit Graph

5 Commits

Author SHA1 Message Date
Rob Cresswell dfa791ac4b Retire repo
Depends-On: If89b02e92f3a2f4196c0d2dc10395c9b1c30d62a
Change-Id: I5cd8828ac82c28681bd5009ead8123f387e01b12
2018-02-01 15:47:26 +00:00
sharat.sharma adc4c11d6c Fixing the deprecated library function.
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.

Change-Id: I83787c373ffc9a76b9c378e27cee87ae555930fd
Closes-Bug: #1529836
2016-05-05 17:05:29 +05:30
Andreas Jaeger c1762eabc7 Remove unused pngmath Sphinx extension
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.

Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
2016-03-10 17:56:03 +00:00
Rob Cresswell 347e4174e6 Drop run_tests.sh, and just use tox
This patch drops run_tests.sh and just uses tox. This is primarily
because tox is more familiar to Neutron and networking-cisco developers.

This enables py27, py27dj18, pep8 and docs envs.

Also makes minor changes to docs generation to address errors, and
updates gitignore.

Change-Id: Id50e05662178e2490b87b51e30e7a3c78dd8a817
Implements: blueprint repo-cleanup
2015-12-06 15:59:15 +00:00
Rob Cresswell 86b0bce8cf Initial commit
This patch adds the core panels (Cisco Dashboard and Firewalls),
dev install script, basic documentation, and testing.

There is a fairly large amount of extra "stuff" left in, due to the
copy/paste nature of the setup. Specifically, the tests have a lot of
the horizon test code in which is unecessary, but temporary with the aim
of getting up and running quickly.

Change-Id: I5fdce186df09e1168e8d52abfec17e0c20a64031
Partially-Implements: blueprint initial-setup
2015-08-18 14:33:52 +01:00