[Consumption] #28274
[Consumption] #28274
Build #20240130.24 had test failures
Details
- Failed: 6 (0.05%)
- Passed: 10,792 (89.98%)
- Other: 1,196 (9.97%)
- Total: 11,994
Annotations
Check failure on line 1495 in Build log
azure-pipelines / Azure.azure-cli Full Test
Build log #L1495
Bash exited with code '1'.
Check failure on line 1500 in Build log
azure-pipelines / Azure.azure-cli Full Test
Build log #L1500
Bash exited with code '1'.
Check failure on line 1 in test_consumption_event_list
azure-pipelines / Azure.azure-cli Full Test
test_consumption_event_list
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>
def test_consumption_event_list(self):
> output_event = self.cmd('consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"').get_output_in_json()
src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:229:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>
val = 'consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"'
def _apply_kwargs(self, val):
try:
> return val.format(**self.kwargs)
E IndexError: Replacement index 0 out of range for positional args tuple
src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError
Raw output
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>
def test_consumption_event_list(self):
> output_event = self.cmd('consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"').get_output_in_json()
src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:229:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>
val = 'consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"'
def _apply_kwargs(self, val):
try:
> return val.format(**self.kwargs)
E IndexError: Replacement index 0 out of range for positional args tuple
src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError
Check failure on line 1 in test_consumption_lot_list
azure-pipelines / Azure.azure-cli Full Test
test_consumption_lot_list
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list>
def test_consumption_lot_list(self):
> output_lot = self.cmd('consumption lot list --billing-account-id {} --billing-profile-id {}').get_output_in_json()
src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:234:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list>
val = 'consumption lot list --billing-account-id {} --billing-profile-id {}'
def _apply_kwargs(self, val):
try:
> return val.format(**self.kwargs)
E IndexError: Replacement index 0 out of range for positional args tuple
src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError
Raw output
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list>
def test_consumption_lot_list(self):
> output_lot = self.cmd('consumption lot list --billing-account-id {} --billing-profile-id {}').get_output_in_json()
src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:234:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list>
val = 'consumption lot list --billing-account-id {} --billing-profile-id {}'
def _apply_kwargs(self, val):
try:
> return val.format(**self.kwargs)
E IndexError: Replacement index 0 out of range for positional args tuple
src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError
Check failure on line 1 in test_consumption_event_list
azure-pipelines / Azure.azure-cli Full Test
test_consumption_event_list
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>
def test_consumption_event_list(self):
> output_event = self.cmd('consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"').get_output_in_json()
src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:229:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>
val = 'consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"'
def _apply_kwargs(self, val):
try:
> return val.format(**self.kwargs)
E IndexError: Replacement index 0 out of range for positional args tuple
src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError
Raw output
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>
def test_consumption_event_list(self):
> output_event = self.cmd('consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"').get_output_in_json()
src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:229:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>
val = 'consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"'
def _apply_kwargs(self, val):
try:
> return val.format(**self.kwargs)
E IndexError: Replacement index 0 out of range for positional args tuple
src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError
Check failure on line 1 in test_consumption_lot_list_with_customer_id
azure-pipelines / Azure.azure-cli Full Test
test_consumption_lot_list_with_customer_id
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list_with_customer_id>
def test_consumption_lot_list_with_customer_id(self):
> output_lot = self.cmd('consumption lot list --billing-account-id {} --customer-id {}').get_output_in_json()
src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:239:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list_with_customer_id>
val = 'consumption lot list --billing-account-id {} --customer-id {}'
def _apply_kwargs(self, val):
try:
> return val.format(**self.kwargs)
E IndexError: Replacement index 0 out of range for positional args tuple
src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError
Raw output
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list_with_customer_id>
def test_consumption_lot_list_with_customer_id(self):
> output_lot = self.cmd('consumption lot list --billing-account-id {} --customer-id {}').get_output_in_json()
src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:239:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list_with_customer_id>
val = 'consumption lot list --billing-account-id {} --customer-id {}'
def _apply_kwargs(self, val):
try:
> return val.format(**self.kwargs)
E IndexError: Replacement index 0 out of range for positional args tuple
src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError