mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-01 05:54:46 +03:00
Repair unitest.py after commit d558e51e2a
This commit is contained in:
parent
4be5ede3c2
commit
a3194f4866
1
NEWS
1
NEWS
@ -5,7 +5,6 @@ Version 1.6.1
|
||||
* Take into account the number of core in the CPU process limit
|
||||
* Code refactory: PsUtil < 0.4.1 is depredicated (Thk to Alessio)
|
||||
|
||||
|
||||
Version 1.6
|
||||
===========
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
# Glances is a simple textual monitoring tool
|
||||
#
|
||||
# Copyright (C) 2012 Nicolargo <nicolas@nicolargo.com>
|
||||
# Copyright (C) 2013 Nicolargo <nicolas@nicolargo.com>
|
||||
#
|
||||
# Glances is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as published by
|
||||
@ -140,6 +140,12 @@ except ImportError:
|
||||
else:
|
||||
csv_lib_tag = True
|
||||
|
||||
# Default tag
|
||||
sensors_tag = False
|
||||
network_tag = True
|
||||
diskio_tag = True
|
||||
fs_tag = True
|
||||
|
||||
# Define the default configuration file
|
||||
DEFAULT_CONF_FILE = "/etc/glances/glances.conf"
|
||||
|
||||
|
@ -30,7 +30,6 @@ import signal
|
||||
import time
|
||||
import glances
|
||||
|
||||
|
||||
class TestGlancesStat(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
Loading…
Reference in New Issue
Block a user