From 02b174708836dabb371e7a956ca12c9589e8b385 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 27 Oct 2016 20:08:36 +0200 Subject: [PATCH] Update --- logs/pyros.log | 18 ++++++++++++++++++ logs/routine_manager-views.log | 0 src/routine_manager/tests_routine_simulator.py | 11 +++++++++++ 3 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 logs/pyros.log create mode 100644 logs/routine_manager-views.log create mode 100644 src/routine_manager/tests_routine_simulator.py diff --git a/logs/pyros.log b/logs/pyros.log new file mode 100644 index 0000000..0ba94e3 --- /dev/null +++ b/logs/pyros.log @@ -0,0 +1,18 @@ +-> At : [2016-10-27 17:42:09,646] + By module [config] logger : [root] : "Logger instantiated" +-> At : [2016-10-27 18:05:17,304] + By module [connection] logger : [amqp] : "Start from server, version: 0.9, properties: {'capabilities': {'basic.nack': True, 'connection.blocked': True, 'consumer_cancel_notify': True, 'consumer_priorities': True, 'authentication_failure_close': True, 'publisher_confirms': True, 'per_consumer_qos': True, 'exchange_exchange_bindings': True}, 'copyright': 'Copyright (C) 2007-2015 Pivotal Software, Inc.', 'version': '3.5.7', 'information': 'Licensed under the MPL. See http://www.rabbitmq.com/', 'product': 'RabbitMQ', 'platform': 'Erlang/OTP', 'cluster_name': 'rabbit@jeremy-HP-EliteBook-840-G1'}, mechanisms: ['PLAIN', 'AMQPLAIN'], locales: ['en_US']" +-> At : [2016-10-27 18:05:17,305] + By module [connection] logger : [amqp] : "Open OK!" +-> At : [2016-10-27 18:05:17,305] + By module [channel] logger : [amqp] : "using channel_id: 1" +-> At : [2016-10-27 18:05:17,306] + By module [channel] logger : [amqp] : "Channel open" +-> At : [2016-10-27 18:06:25,656] + By module [connection] logger : [amqp] : "Start from server, version: 0.9, properties: {'copyright': 'Copyright (C) 2007-2015 Pivotal Software, Inc.', 'cluster_name': 'rabbit@jeremy-HP-EliteBook-840-G1', 'information': 'Licensed under the MPL. See http://www.rabbitmq.com/', 'capabilities': {'exchange_exchange_bindings': True, 'authentication_failure_close': True, 'consumer_cancel_notify': True, 'publisher_confirms': True, 'per_consumer_qos': True, 'basic.nack': True, 'consumer_priorities': True, 'connection.blocked': True}, 'version': '3.5.7', 'platform': 'Erlang/OTP', 'product': 'RabbitMQ'}, mechanisms: ['PLAIN', 'AMQPLAIN'], locales: ['en_US']" +-> At : [2016-10-27 18:06:25,657] + By module [connection] logger : [amqp] : "Open OK!" +-> At : [2016-10-27 18:06:25,657] + By module [channel] logger : [amqp] : "using channel_id: 1" +-> At : [2016-10-27 18:06:25,658] + By module [channel] logger : [amqp] : "Channel open" diff --git a/logs/routine_manager-views.log b/logs/routine_manager-views.log new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/logs/routine_manager-views.log diff --git a/src/routine_manager/tests_routine_simulator.py b/src/routine_manager/tests_routine_simulator.py new file mode 100644 index 0000000..436a496 --- /dev/null +++ b/src/routine_manager/tests_routine_simulator.py @@ -0,0 +1,11 @@ +from django.test import TestCase +from common.models import * +import os + +class SimulatorRoutine(TestCase): + def setUp(self): + pass + + def test_creation(self): + # self.assertEqual(1, 0, "Standard error") + pass -- libgit2 0.21.2