Commit 3046c435 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e7e5c85d
......@@ -11,5 +11,5 @@ rm -rf snapshot
mkdir snapshot
export SLAPOS_TEST_LOG_DIRECTORY=`pwd`/snapshot
#time ../k/kpython_for_test -m unittest discover -v -k TestENBParameters
time ../k/kpython_for_test -m unittest discover -v -k TestGNBParameters1
#time ../k/kpython_for_test -m unittest discover -vf -k TestENBParameters
time ../k/kpython_for_test -m unittest discover -vf -k TestGNBParameters
......@@ -240,7 +240,7 @@ def test_gnb_conf1(self):
def test_gnb_conf2(self):
conf_file = glob.glob(os.path.join(
self.slap.instance_directory, '*', 'etc', 'gnb.cfg'))[0]
self.slap.instance_directory, '*', 'etc', 'enb.cfg'))[0]
conf = yload(conf_file)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment