Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flame-clmc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flame
flame-clmc
Commits
e7757e48
Commit
e7757e48
authored
6 years ago
by
Nikolay Stanchev
Browse files
Options
Downloads
Patches
Plain Diff
Adds licence header to influx_data_interface.py
parent
8ac5e7fb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/service/clmcservice/aggregation/influx_data_interface.py
+25
-0
25 additions, 0 deletions
src/service/clmcservice/aggregation/influx_data_interface.py
src/service/clmcservice/aggregation/test_aggregator.py
+1
-0
1 addition, 0 deletions
src/service/clmcservice/aggregation/test_aggregator.py
with
26 additions
and
0 deletions
src/service/clmcservice/aggregation/influx_data_interface.py
+
25
−
0
View file @
e7757e48
#!/usr/bin/python3
"""
## © University of Southampton IT Innovation Centre, 2018
##
## Copyright in this software belongs to University of Southampton
## IT Innovation Centre of Gamma House, Enterprise Road,
## Chilworth Science Park, Southampton, SO16 7NS, UK.
##
## This software may not be used, sold, licensed, transferred, copied
## or reproduced in whole or in part in any manner or form or in or
## on any media by any person other than in accordance with the terms
## of the Licence Agreement supplied with the software, or otherwise
## without the prior written consent of the copyright owners.
##
## This software is distributed WITHOUT ANY WARRANTY, without even the
## implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE, except where stated in the Licence Agreement supplied with
## the software.
##
## Created By : Nikolay Stanchev
## Created Date : 04-06-2018
## Created for Project : FLAME
"""
from
clmcservice.utilities
import
generate_e2e_delay_report
from
clmcservice.utilities
import
generate_e2e_delay_report
"""
"""
...
...
This diff is collapsed.
Click to expand it.
src/service/clmcservice/aggregation/test_aggregator.py
+
1
−
0
View file @
e7757e48
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
## Created for Project : FLAME
## Created for Project : FLAME
"""
"""
from
threading
import
Event
from
threading
import
Event
from
unittest
import
mock
from
unittest
import
mock
from
clmcservice.aggregation.aggregator
import
AggregatorThread
from
clmcservice.aggregation.aggregator
import
AggregatorThread
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment