Skip to content

Commit

Permalink
Merge pull request #114 from intracom-telecom-sdn/code-sanity-check
Browse files Browse the repository at this point in the history
Code sanity check
  • Loading branch information
konstantinos-papadopoulos authored Mar 5, 2017
2 parents 57cfc79 + 2ec1664 commit 883c4b2
Show file tree
Hide file tree
Showing 33 changed files with 405 additions and 886 deletions.
2 changes: 0 additions & 2 deletions .settings/org.eclipse.ltk.core.refactoring.prefs

This file was deleted.

3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ script:
- echo "Running Unittests"
- coverage erase
- coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_stats.py
- coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_cpu.py
- coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_customsubprocess.py
- coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_numeric.py
# - coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_file.py
- coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_sysstats.py
# - coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_html.py
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. nstat_src documentation master file, created by
sphinx-quickstart on Wed Feb 15 13:38:32 2017.
sphinx-quickstart on Thu Mar 2 14:59:16 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Expand Down
6 changes: 3 additions & 3 deletions docs/stress_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ stress_test.nbemu_exceptions module
:undoc-members:
:show-inheritance:

stress_test.nstat_orchestrator module
-------------------------------------
stress_test.nstat module
------------------------

.. automodule:: stress_test.nstat_orchestrator
.. automodule:: stress_test.nstat
:members:
:undoc-members:
:show-inheritance:
Expand Down
24 changes: 0 additions & 24 deletions docs/util.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,6 @@ util package
Submodules
----------

util.cpu module
---------------

.. automodule:: util.cpu
:members:
:undoc-members:
:show-inheritance:

util.customsubprocess module
----------------------------

.. automodule:: util.customsubprocess
:members:
:undoc-members:
:show-inheritance:

util.file_ops module
--------------------

Expand All @@ -44,14 +28,6 @@ util.netutil module
:undoc-members:
:show-inheritance:

util.numeric module
-------------------

.. automodule:: util.numeric
:members:
:undoc-members:
:show-inheritance:

util.plot_json module
---------------------

Expand Down
56 changes: 28 additions & 28 deletions jenkins_jobs/defaults.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# Copyright (c) 2015 Intracom S.A. Telecom Solutions. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v1.0 which accompanies this distribution,
# and is available at http://www.eclipse.org/legal/epl-v10.html

# ------------------------------------------------------------------------------
# github-sample:
# sample_tests_lithium_sr1.yaml
# ------------------------------------------------------------------------------

# ------------------------------------------------------------------------------
# defaults:github-sample
# ------------------------------------------------------------------------------

- defaults:
name: github-sample
project-type: freestyle
disabled: false
block-downstream: false
concurrent: false
node: NSTAT_192_168_160_206
scm:
- git:
url: https://github.com/intracom-telecom-sdn/nstat-cperf.git
branches: ['{branch}']
logrotate:
numToKeep: 30
# Copyright (c) 2015 Intracom S.A. Telecom Solutions. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v1.0 which accompanies this distribution,
# and is available at http://www.eclipse.org/legal/epl-v10.html

# ------------------------------------------------------------------------------
# github-sample:
# sample_tests_lithium_sr1.yaml
# ------------------------------------------------------------------------------

# ------------------------------------------------------------------------------
# defaults:github-sample
# ------------------------------------------------------------------------------

- defaults:
name: github-sample
project-type: freestyle
disabled: false
block-downstream: false
concurrent: false
node: NSTAT_192_168_160_206
scm:
- git:
url: https://github.com/intracom-telecom-sdn/nstat-cperf.git
branches: ['{branch}']
logrotate:
numToKeep: 30
Loading

0 comments on commit 883c4b2

Please sign in to comment.