コード例 #1
0
 def test_create_alias_pos_arg_with_filter_and_addtional_processing(self):
     create_alias('test {{ arg }}',
                  'account {{ arg.replace("https://", "") | upper }}')
コード例 #2
0
 def test_create_alias_pos_arg(self):
     create_alias('test {{ arg }}', 'account {{ arg }}')
コード例 #3
0
 def test_create_alias_pos_arg_with_filter(self):
     create_alias('test {{ arg }}', 'account {{ arg | upper }}')
コード例 #4
0
 def test_create_alias(self):
     create_alias('ac', 'account')
コード例 #5
0
 def test_create_alias_multiple_commands(self):
     create_alias('dns', 'network dns')
コード例 #6
0
 def test_create_alias_pos_arg_with_filter_and_addtional_processing(self):
     create_alias('test {{ arg }}', 'account {{ arg.replace("https://", "") | upper }}')
コード例 #7
0
 def test_create_alias_pos_arg_with_filter(self):
     create_alias('test {{ arg }}', 'account {{ arg | upper }}')
コード例 #8
0
 def test_create_alias_pos_arg(self):
     create_alias('test {{ arg }}', 'account {{ arg }}')
コード例 #9
0
 def test_create_alias_multiple_commands(self):
     create_alias('dns', 'network dns')
コード例 #10
0
 def test_create_alias(self):
     create_alias('ac', 'account')