コード例 #1
0
ファイル: test_nginx.py プロジェクト: jamesalbert/soy
 def test_mksource_fail(self):
     t = Host(self.__salt__, **self.vars)
     t.mksource('/tmp/')
コード例 #2
0
ファイル: test_nginx.py プロジェクト: jamesalbert/soy
 def test_mksource_fail(self):
     t = Host(self.__salt__, **self.vars)
     t.mksource('/tmp/')
コード例 #3
0
ファイル: test_nginx.py プロジェクト: jamesalbert/soy
 def test_mksource_fail(self):
     t = Host(self.__salt__, **self.vars)
     rv = t.mksource('/tmp/')
     ok_(rv is True, 'returned %s' % rv)
コード例 #4
0
ファイル: test_nginx.py プロジェクト: jamesalbert/soy
 def test_mksource_fail(self):
     t = Host(self.__salt__, **self.vars)
     rv = t.mksource('/tmp/')
     ok_(rv is True, 'returned %s' % rv)