Skip to content

Commit 883c4b2

Browse files
Merge pull request #114 from intracom-telecom-sdn/code-sanity-check
Code sanity check
2 parents 57cfc79 + 2ec1664 commit 883c4b2

33 files changed

+405
-886
lines changed

.settings/org.eclipse.ltk.core.refactoring.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ script:
2121
- echo "Running Unittests"
2222
- coverage erase
2323
- coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_stats.py
24-
- coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_cpu.py
25-
- coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_customsubprocess.py
26-
- coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_numeric.py
2724
# - coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_file.py
2825
- coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_sysstats.py
2926
# - coverage run --omit='/usr/local/lib/python3.4/*' --include='./util/*.py' --parallel-mode ./util/unittests/test_html.py

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. nstat_src documentation master file, created by
2-
sphinx-quickstart on Wed Feb 15 13:38:32 2017.
2+
sphinx-quickstart on Thu Mar 2 14:59:16 2017.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55

docs/stress_test.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ stress_test.nbemu_exceptions module
5252
:undoc-members:
5353
:show-inheritance:
5454

55-
stress_test.nstat_orchestrator module
56-
-------------------------------------
55+
stress_test.nstat module
56+
------------------------
5757

58-
.. automodule:: stress_test.nstat_orchestrator
58+
.. automodule:: stress_test.nstat
5959
:members:
6060
:undoc-members:
6161
:show-inheritance:

docs/util.rst

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@ util package
44
Submodules
55
----------
66

7-
util.cpu module
8-
---------------
9-
10-
.. automodule:: util.cpu
11-
:members:
12-
:undoc-members:
13-
:show-inheritance:
14-
15-
util.customsubprocess module
16-
----------------------------
17-
18-
.. automodule:: util.customsubprocess
19-
:members:
20-
:undoc-members:
21-
:show-inheritance:
22-
237
util.file_ops module
248
--------------------
259

@@ -44,14 +28,6 @@ util.netutil module
4428
:undoc-members:
4529
:show-inheritance:
4630

47-
util.numeric module
48-
-------------------
49-
50-
.. automodule:: util.numeric
51-
:members:
52-
:undoc-members:
53-
:show-inheritance:
54-
5531
util.plot_json module
5632
---------------------
5733

jenkins_jobs/defaults.yaml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# Copyright (c) 2015 Intracom S.A. Telecom Solutions. All rights reserved.
2-
#
3-
# This program and the accompanying materials are made available under the
4-
# terms of the Eclipse Public License v1.0 which accompanies this distribution,
5-
# and is available at http://www.eclipse.org/legal/epl-v10.html
6-
7-
# ------------------------------------------------------------------------------
8-
# github-sample:
9-
# sample_tests_lithium_sr1.yaml
10-
# ------------------------------------------------------------------------------
11-
12-
# ------------------------------------------------------------------------------
13-
# defaults:github-sample
14-
# ------------------------------------------------------------------------------
15-
16-
- defaults:
17-
name: github-sample
18-
project-type: freestyle
19-
disabled: false
20-
block-downstream: false
21-
concurrent: false
22-
node: NSTAT_192_168_160_206
23-
scm:
24-
- git:
25-
url: https://github.com/intracom-telecom-sdn/nstat-cperf.git
26-
branches: ['{branch}']
27-
logrotate:
28-
numToKeep: 30
1+
# Copyright (c) 2015 Intracom S.A. Telecom Solutions. All rights reserved.
2+
#
3+
# This program and the accompanying materials are made available under the
4+
# terms of the Eclipse Public License v1.0 which accompanies this distribution,
5+
# and is available at http://www.eclipse.org/legal/epl-v10.html
6+
7+
# ------------------------------------------------------------------------------
8+
# github-sample:
9+
# sample_tests_lithium_sr1.yaml
10+
# ------------------------------------------------------------------------------
11+
12+
# ------------------------------------------------------------------------------
13+
# defaults:github-sample
14+
# ------------------------------------------------------------------------------
15+
16+
- defaults:
17+
name: github-sample
18+
project-type: freestyle
19+
disabled: false
20+
block-downstream: false
21+
concurrent: false
22+
node: NSTAT_192_168_160_206
23+
scm:
24+
- git:
25+
url: https://github.com/intracom-telecom-sdn/nstat-cperf.git
26+
branches: ['{branch}']
27+
logrotate:
28+
numToKeep: 30

0 commit comments

Comments
 (0)